[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241228154603.2234284-1-masahiroy@kernel.org>
Date: Sun, 29 Dec 2024 00:45:27 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Luis Chamberlain <mcgrof@...nel.org>,
Petr Pavlu <petr.pavlu@...e.com>,
Sami Tolvanen <samitolvanen@...gle.com>,
Daniel Gomez <da.gomez@...sung.com>,
linux-modules@...r.kernel.org,
Ard Biesheuvel <ardb@...nel.org>,
Matthew Maurer <mmaurer@...gle.com>,
Masahiro Yamada <masahiroy@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nicolas@...sle.eu>
Subject: [PATCH 0/2] Fixups before RUST modversions support
- 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
Powered by blists - more mailing lists