Re: [PATCH 1/4] modpost: pass struct elf_info pointer to get_modinfo()

2018-05-13 Thread Masahiro Yamada
2018-05-09 18:50 GMT+09:00 Masahiro Yamada : > get_(next_)modinfo takes a pointer and length pair of the .modinfo > section. Instead, pass struct elf_info pointer to reduce the number > of function arguments. > > Signed-off-by: Masahiro Yamada > --- Series, applied to linux-kbuild. > scripts/

[PATCH 1/4] modpost: pass struct elf_info pointer to get_modinfo()

2018-05-09 Thread Masahiro Yamada
get_(next_)modinfo takes a pointer and length pair of the .modinfo section. Instead, pass struct elf_info pointer to reduce the number of function arguments. Signed-off-by: Masahiro Yamada --- scripts/mod/modpost.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(