From: Jessica Yu <jeyu@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Modules updates for v5.3
Date: Thu, 18 Jul 2019 13:33:49 +0200 [thread overview]
Message-ID: <20190718113346.GA19574@linux-8ccs> (raw)
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(-)
next reply other threads:[~2019-07-18 11:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-18 11:33 Jessica Yu [this message]
2019-07-18 19:20 ` [GIT PULL] Modules updates for v5.3 Linus Torvalds
2019-07-19 11:38 ` Prarit Bhargava
2019-07-18 19:25 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190718113346.GA19574@linux-8ccs \
--to=jeyu@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.