public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Modules updates for v5.3
@ 2019-07-18 11:33 Jessica Yu
  2019-07-18 19:20 ` Linus Torvalds
  2019-07-18 19:25 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Jessica Yu @ 2019-07-18 11:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

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

Thanks!

Jessica

---
The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 93651f80dcb616b8c9115cdafc8e57a781af22d0:

  modules: fix compile error if don't have strict module rwx (2019-06-26 19:27:59 +0200)

----------------------------------------------------------------
Modules updates for v5.3

Summary of modules changes for the 5.3 merge window:

- Code fixes and cleanups

- Fix bug where set_memory_x() wasn't being called when rodata=n

- Fix bug where -EEXIST was being returned for going modules

- Allow arches to override module_exit_section()

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

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      kernel: module: Use struct_size() helper

Matthias Schiffer (2):
      module: allow arch overrides for .exit section names
      ARM: module: recognize unwind exit sections

Prarit Bhargava (1):
      kernel/module.c: Only return -EEXIST for modules that have finished loading

Yang Yingliang (2):
      modules: fix BUG when load module with rodata=n
      modules: fix compile error if don't have strict module rwx

YueHaibing (1):
      kernel/module: Fix mem leak in module_add_modinfo_attrs

 arch/arm/kernel/module.c     |  7 ++++++
 include/linux/moduleloader.h |  5 ++++
 kernel/module.c              | 60 ++++++++++++++++++++++++++++++--------------
 3 files changed, 53 insertions(+), 19 deletions(-)

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

end of thread, other threads:[~2019-07-19 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18 11:33 [GIT PULL] Modules updates for v5.3 Jessica Yu
2019-07-18 19:20 ` Linus Torvalds
2019-07-19 11:38   ` Prarit Bhargava
2019-07-18 19:25 ` 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