[0/3] Modify is_arm_mapping_symbol() related code

Message ID 1680254153-14582-1-git-send-email-yangtiezhu@loongson.cn
Headers
Series Modify is_arm_mapping_symbol() related code |

Message

Tiezhu Yang March 31, 2023, 9:15 a.m. UTC
  Based on "MODULE SUPPORT" tree:
git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git modules-next

Tiezhu Yang (3):
  module: Sync code of is_arm_mapping_symbol()
  module: Move is_arm_mapping_symbol() to module_symbol.h
  module: Ignore L0 and rename is_arm_mapping_symbol()

 include/linux/module_symbol.h | 17 +++++++++++++++++
 kernel/module/kallsyms.c      | 15 ++-------------
 scripts/mod/modpost.c         | 12 +++---------
 3 files changed, 22 insertions(+), 22 deletions(-)
 create mode 100644 include/linux/module_symbol.h
  

Comments

Tiezhu Yang April 12, 2023, 7:37 a.m. UTC | #1
Hi Luis,

Are you OK with this change?
Any comments will be much appreciated.

https://lore.kernel.org/lkml/1680254153-14582-1-git-send-email-yangtiezhu@loongson.cn/

Thanks,
Tiezhu
  
Luis Chamberlain April 14, 2023, 12:16 a.m. UTC | #2
On Wed, Apr 12, 2023 at 03:37:27PM +0800, Tiezhu Yang wrote:
> Hi Luis,
> 
> Are you OK with this change?
> Any comments will be much appreciated.
> 
> https://lore.kernel.org/lkml/1680254153-14582-1-git-send-email-yangtiezhu@loongson.cn/
> 

Yes applied to modules-next and pushed, thanks!

  Luis