All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] module: trivial cleanups for symbol search
@ 2022-05-05  3:52 Masahiro Yamada
  2022-05-05  3:52 ` [PATCH v2 1/3] module: do not pass opaque pointer " Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Masahiro Yamada @ 2022-05-05  3:52 UTC (permalink / raw)
  To: Luis Chamberlain, linux-modules, linux-kernel; +Cc: Masahiro Yamada

V2: rebase on module-next.


Masahiro Yamada (3):
  module: do not pass opaque pointer for symbol search
  module: do not binary-search in __ksymtab_gpl if fsa->gplok is false
  module: merge check_exported_symbol() into
    find_exported_symbol_in_section()

 kernel/module/main.c | 32 +++++++++++---------------------
 1 file changed, 11 insertions(+), 21 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-05-05  6:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  3:52 [PATCH v2 0/3] module: trivial cleanups for symbol search Masahiro Yamada
2022-05-05  3:52 ` [PATCH v2 1/3] module: do not pass opaque pointer " Masahiro Yamada
2022-05-05  3:52 ` [PATCH v2 2/3] module: do not binary-search in __ksymtab_gpl if fsa->gplok is false Masahiro Yamada
2022-05-05  3:52 ` [PATCH v2 3/3] module: merge check_exported_symbol() into find_exported_symbol_in_section() Masahiro Yamada
2022-05-05  6:07 ` [PATCH v2 0/3] module: trivial cleanups for symbol search Luis Chamberlain

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.