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

Tiezhu Yang posted 2 patches 2 years, 7 months ago
include/linux/module_symbol.h | 2 +-
scripts/mod/modpost.c         | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/2] module: Do some small changes
Posted by Tiezhu Yang 2 years, 7 months ago
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(-)

-- 
2.1.0
Re: [PATCH 0/2] module: Do some small changes
Posted by Luis Chamberlain 2 years, 4 months ago
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