On Tue, May 29, 2007 at 01:33:20PM -0700, Jeremy Fitzhardinge wrote:I did it a bit different. Adding .note to init_section_ref_ok + exit_section_ref_ok is much simpler. Next patch will move .got2 there too. Sam diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 662deba..b824198 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -1139,6 +1139,7 @@ static int init_section_ref_ok(const char *name) ".debug", ".parainstructions", ".rodata", + ".note", /* ignore ELF notes - may contain anything */ NULL }; /* part of section name */ @@ -1214,6 +1215,7 @@ static int exit_section_ref_ok(const char *name) /* Start of section names */ const char *namelist2[] = { ".debug", + ".note", /* ignore ELF notes - may contain anything */ NULL }; /* part of section name */ -
| Ingo Molnar | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
| Linus Torvalds | Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49 |
