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

Masahiro Yamada posted 3 patches 4 years ago
There is a newer version of this series
kernel/module.c | 32 +++++++++++---------------------
1 file changed, 11 insertions(+), 21 deletions(-)
[PATCH 0/3] module: trivial cleanups for symbol search
Posted by Masahiro Yamada 4 years ago
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.c | 32 +++++++++++---------------------
 1 file changed, 11 insertions(+), 21 deletions(-)

-- 
2.32.0
Re: [PATCH 0/3] module: trivial cleanups for symbol search
Posted by Luis Chamberlain 4 years ago
On Thu, May 05, 2022 at 04:42:42AM +0900, Masahiro Yamada wrote:
> 
> 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.c | 32 +++++++++++---------------------
>  1 file changed, 11 insertions(+), 21 deletions(-)

Thanks! The droid you are looking for however has morphed quite a bit,
any chance you can rebase onto modules-next [0] and resend a v2?

[0] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/log/?h=modules-next

  Luis