From: Masahiro Yamada <masahiroy@kernel.org>
To: linux-kbuild@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
Luis Chamberlain <mcgrof@kernel.org>,
Petr Pavlu <petr.pavlu@suse.com>,
Sami Tolvanen <samitolvanen@google.com>,
Daniel Gomez <da.gomez@samsung.com>,
linux-modules@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>,
Matthew Maurer <mmaurer@google.com>,
Masahiro Yamada <masahiroy@kernel.org>,
Nathan Chancellor <nathan@kernel.org>,
Nicolas Schier <nicolas@fjasle.eu>
Subject: [PATCH 0/2] Fixups before RUST modversions support
Date: Sun, 29 Dec 2024 00:45:27 +0900 [thread overview]
Message-ID: <20241228154603.2234284-1-masahiroy@kernel.org> (raw)
- 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
next reply other threads:[~2024-12-28 15:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-28 15:45 Masahiro Yamada [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241228154603.2234284-1-masahiroy@kernel.org \
--to=masahiroy@kernel.org \
--cc=ardb@kernel.org \
--cc=da.gomez@samsung.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-modules@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=mmaurer@google.com \
--cc=nathan@kernel.org \
--cc=nicolas@fjasle.eu \
--cc=petr.pavlu@suse.com \
--cc=samitolvanen@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.