OSDN Git Service

modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list.
authorQuentin Casasnovas <quentin.casasnovas@oracle.com>
Mon, 13 Apr 2015 11:12:52 +0000 (20:42 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Apr 2015 11:32:58 +0000 (21:02 +0930)
commit157d1972d079207332d31a761cdfb81598455e0a
tree07eaed1e50fd9553c947deb12b154fbda622c9b6
parent050e57fd5936eb175cbb7a788252aa6867201120
modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list.

sched.text and .kprobes.text should behave exactly like .text with regards
to how we should warn about referencing sections which might get discarded
at runtime.

Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
scripts/mod/modpost.c