[GIT PULL] modules fix for v4.17-rc3

From: Jessica Yu
Date: Fri Apr 27 2018 - 11:19:34 EST


Hi Linus,

Please pull below for a modules fix for 4.17-rc3.

Thanks,

Jessica

---
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.17-rc3

for you to fetch changes up to be71eda5383faa663efdba9ef54a6b8255e3c7f0:

module: Fix display of wrong module .text address (2018-04-18 22:59:46 +0200)

----------------------------------------------------------------
Modules fix for v4.17-rc3

- Fix display of module section addresses in sysfs, which were getting
hashed with %pK and breaking tools like perf.

Signed-off-by: Jessica Yu <jeyu@xxxxxxxxxx>

----------------------------------------------------------------
Thomas Richter (1):
module: Fix display of wrong module .text address

kernel/module.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)