All of lore.kernel.org
 help / color / mirror / Atom feed
* sorting of exports breaks modpost's GPL checking
@ 2011-07-04 15:00 Jan Beulich
  2011-07-05  9:36 ` Alessio Igor Bogani
  0 siblings, 1 reply; 30+ messages in thread
From: Jan Beulich @ 2011-07-04 15:00 UTC (permalink / raw)
  To: abogani, linux-kbuild; +Cc: rusty

Is it known (and being worked on) that exported symbols residing
themselves in modules are no longer properly handled by modpost,
due to the .o files to be linked into .ko (other than vmlinux and the
.ko files) still carrying the ___ksymtab*+<symbol> sections?

If not - what are the thoughts to resolve this? It's not really obvious,
since
- doing the section sorting already when generating the .o-s is
  incompatible (at least) with .ko-s consisting of just a single .o,
- passing the .ko-s instead of the .o-s to modpost would create a
  chicken-and-egg situation, and
- adjusting modpost itself would require the tool to track all the
  ___ksymtab*+<symbol> section (i.e. causing possibly measurable
  extra overhead).

Thanks, Jan


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2012-04-10  0:59 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-04 15:00 sorting of exports breaks modpost's GPL checking Jan Beulich
2011-07-05  9:36 ` Alessio Igor Bogani
2011-07-05  9:47   ` Jan Beulich
2011-07-07  1:03     ` Rusty Russell
2011-07-07  8:09       ` Jan Beulich
2011-07-07 12:17         ` Alessio Igor Bogani
2011-07-09 23:13           ` [PATCH] modpost: Fix modpost's license checking Alessio Igor Bogani
2011-07-10  6:08             ` Arnaud Lacombe
2011-07-12  7:00               ` [PATCH] modpost: Fix modpost's license checking V2 Alessio Igor Bogani
2011-07-12 18:02                 ` Anders Kaseorg
2011-07-12 18:15                   ` Arnaud Lacombe
2011-07-12 18:35                     ` Anders Kaseorg
2011-07-12 18:49                       ` Arnaud Lacombe
2011-07-14  6:51                         ` [PATCH] modpost: Fix modpost's license checking V3 Alessio Igor Bogani
2011-07-18 23:38                           ` Rusty Russell
2011-07-18 23:38                             ` Rusty Russell
2011-07-20 15:25                           ` Michal Marek
2011-07-21  6:46                             ` Rusty Russell
2012-03-24  2:04                           ` Frank Rowand
2012-03-24  2:25                             ` Frank Rowand
2012-03-24  2:25                               ` Frank Rowand
2012-03-27  1:58                             ` Frank Rowand
2012-03-27  1:58                               ` Frank Rowand
2012-03-27  7:19                               ` Alessio Igor Bogani
2012-03-27 22:59                                 ` Frank Rowand
2012-03-28  8:04                                   ` Alessio Igor Bogani
2012-03-29  4:37                               ` Rusty Russell
2012-03-29  4:37                                 ` Rusty Russell
2012-04-10  0:59                                 ` Frank Rowand
2012-04-10  0:59                                   ` Frank Rowand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.