modpost: Whitelist .text.fixup and .exception.text
authorThierry Reding <thierry.reding@gmail.com>
Wed, 15 Apr 2015 03:53:48 +0000 (13:23 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 22 Apr 2015 08:01:20 +0000 (17:31 +0930)
commitd7e0abcf4c6d9fc4ebb948c9bbc880b2483434b4
tree10660681bf7e03a135ece2b78458ca188d27526c
parentb9cc4489c68de59f7a38ef4e02a9829465a6a544
modpost: Whitelist .text.fixup and .exception.text

32-bit and 64-bit ARM use these sections to store executable code, so
they must be whitelisted in modpost's table of valid text sections.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
scripts/mod/modpost.c