mbox series

[v2,0/3] module: trivial cleanups for symbol search

Message ID 20220505035212.1130858-1-masahiroy@kernel.org (mailing list archive)
Headers show
Series module: trivial cleanups for symbol search | expand

Message

Masahiro Yamada May 5, 2022, 3:52 a.m. UTC
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(-)

Comments

Luis Chamberlain May 5, 2022, 6:07 a.m. UTC | #1
On Thu, May 05, 2022 at 12:52:09PM +0900, Masahiro Yamada wrote:
> V2: rebase on module-next.

Thanks! Pushed onto modules-testing, if there are no issues reported
I'll move to modules-next.

  Luis