mbox series

[0/2] Fixups before RUST modversions support

Message ID 20241228154603.2234284-1-masahiroy@kernel.org (mailing list archive)
Headers show
Series Fixups before RUST modversions support | expand

Message

Masahiro Yamada Dec. 28, 2024, 3:45 p.m. UTC
- Fix s32 -> u32
 - Make printf() format consistent

Matthew Maurer is adding more 's32'.

I need to fix the code now.
Otherwise, I would need to fix more places.



Masahiro Yamada (2):
  module: get symbol crc back to unsigned
  modpost: zero-pad CRC values in modversion_info array

 include/linux/module.h   |  4 ++--
 kernel/module/internal.h | 10 +++++-----
 kernel/module/main.c     |  2 +-
 kernel/module/version.c  |  2 +-
 scripts/mod/modpost.c    |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)