All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixups before RUST modversions support
@ 2024-12-28 15:45 Masahiro Yamada
  2024-12-28 15:45 ` [PATCH 1/2] module: get symbol crc back to unsigned Masahiro Yamada
  2024-12-28 15:45 ` [PATCH 2/2] modpost: zero-pad CRC values in modversion_info array Masahiro Yamada
  0 siblings, 2 replies; 6+ messages in thread
From: Masahiro Yamada @ 2024-12-28 15:45 UTC (permalink / raw)
  To: linux-kbuild
  Cc: linux-kernel, Luis Chamberlain, Petr Pavlu, Sami Tolvanen,
	Daniel Gomez, linux-modules, Ard Biesheuvel, Matthew Maurer,
	Masahiro Yamada, Nathan Chancellor, Nicolas Schier


 - 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(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-01-03 16:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-28 15:45 [PATCH 0/2] Fixups before RUST modversions support Masahiro Yamada
2024-12-28 15:45 ` [PATCH 1/2] module: get symbol crc back to unsigned Masahiro Yamada
2024-12-28 16:12   ` Masahiro Yamada
2024-12-30 14:02   ` Petr Pavlu
2025-01-03 16:03     ` Masahiro Yamada
2024-12-28 15:45 ` [PATCH 2/2] modpost: zero-pad CRC values in modversion_info array Masahiro Yamada

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.