linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Modules updates for v5.6
@ 2020-01-31 17:23 Jessica Yu
  2020-01-31 20:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jessica Yu @ 2020-01-31 17:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

Please pull below to receive modules updates for the 5.6 merge window.
Details can be found in the signed tag.

Thanks,

Jessica

---
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.6

for you to fetch changes up to 6080d608eeff7cb5090a2ddbaf723bfb0ff133fc:

  module.h: Annotate mod_kallsyms with __rcu (2020-01-23 18:19:48 +0100)

----------------------------------------------------------------
Modules updates for v5.6

Summary of modules changes for the 5.6 merge window:

- Add "MS" (SHF_MERGE|SHF_STRINGS) section flags to __ksymtab_strings to
  indicate to the linker that it can perform string deduplication (i.e.,
  duplicate strings are reduced to a single copy in the string table).
  This means any repeated namespace string would be merged to just one
  entry in __ksymtab_strings.

- Various code cleanups and small fixes (fix small memleak in error path,
  improve moduleparam docs, silence rcu warnings, improve error logging)

Signed-off-by: Jessica Yu <jeyu@kernel.org>

----------------------------------------------------------------
Fabien Dessenne (1):
      moduleparam: fix kerneldoc

Jessica Yu (3):
      export.h: reduce __ksymtab_strings string duplication by using "MS" section flags
      modsign: print module name along with error message
      module: avoid setting info->name early in case we can fall back to info->mod->name

Madhuparna Bhowmik (1):
      module.h: Annotate mod_kallsyms with __rcu

Masami Hiramatsu (1):
      modules: lockdep: Suppress suspicious RCU usage warning

YueHaibing (1):
      kernel/module: Fix memleak in module_add_modinfo_attrs()

 include/asm-generic/export.h |  8 +++--
 include/linux/export.h       | 33 ++++++++++++------
 include/linux/module.h       |  2 +-
 include/linux/moduleparam.h  | 82 +++++++++++++++++++++++++++++++++++++++++---
 kernel/module.c              | 22 +++++++-----
 5 files changed, 119 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Modules updates for v5.6
  2020-01-31 17:23 [GIT PULL] Modules updates for v5.6 Jessica Yu
@ 2020-01-31 20:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-01-31 20:05 UTC (permalink / raw)
  To: Jessica Yu; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Fri, 31 Jan 2020 18:23:19 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ddaefe8947b48b638f726cf89730ecc1000ebcc3

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-31 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 17:23 [GIT PULL] Modules updates for v5.6 Jessica Yu
2020-01-31 20:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).