mbox series

[0/2] module: Do some small changes

Message ID 1686880293-29594-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series module: Do some small changes | expand

Message

Tiezhu Yang June 16, 2023, 1:51 a.m. UTC
The first patch is suggested by Xi Zhang <zhangxi@kylinos.cn> 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(-)

Comments

Luis Chamberlain Sept. 21, 2023, 12:10 a.m. UTC | #1
On Fri, Jun 16, 2023 at 09:51:31AM +0800, Tiezhu Yang wrote:
> The first patch is suggested by Xi Zhang <zhangxi@kylinos.cn> offline,
> the second patch is inspired by the first patch, no functional changes.

Applied and pushed, thanks!

  Luis