]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17f373a115734e35cef0c2efdba952e875355a5b
tree10660681bf7e03a135ece2b78458ca188d27526c
parent98139b7900bc4bdabdfd963dbf87d2bf53d2c5b8
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