2023-06-16 02:02:12

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH 0/2] module: Do some small changes

The first patch is suggested by Xi Zhang <[email protected]> offline,
the second patch is inspired by the first patch, no functional changes.

Tiezhu Yang (2):
module: Make is_mapping_symbol() return bool
module: Make is_valid_name() return bool

include/linux/module_symbol.h | 2 +-
scripts/mod/modpost.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

--
2.1.0



2023-09-21 02:47:17

by Luis Chamberlain

[permalink] [raw]
Subject: Re: [PATCH 0/2] module: Do some small changes

On Fri, Jun 16, 2023 at 09:51:31AM +0800, Tiezhu Yang wrote:
> The first patch is suggested by Xi Zhang <[email protected]> offline,
> the second patch is inspired by the first patch, no functional changes.

Applied and pushed, thanks!

Luis