Revision e3fb13b7e47cd18b2bd067ea8a491020b4644baf authored by Linus Torvalds on 23 August 2019, 16:22:00 UTC, committed by Linus Torvalds on 23 August 2019, 16:22:00 UTC
Pull modules fixes from Jessica Yu:
 "Fix BUG_ON() being triggered in frob_text() due to non-page-aligned
  module sections"

* tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux:
  modules: page-align module section allocations only for arches supporting strict module rwx
  modules: always page-align module section allocations
2 parent s 4e56394 + 3b5be16
History
File Mode Size
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 402 bytes
acl.c -rw-r--r-- 8.9 KB
acl.h -rw-r--r-- 1.0 KB
checkpoint.c -rw-r--r-- 40.7 KB
data.c -rw-r--r-- 74.4 KB
debug.c -rw-r--r-- 18.5 KB
dir.c -rw-r--r-- 22.8 KB
extent_cache.c -rw-r--r-- 19.7 KB
f2fs.h -rw-r--r-- 115.8 KB
file.c -rw-r--r-- 76.3 KB
gc.c -rw-r--r-- 37.9 KB
gc.h -rw-r--r-- 2.9 KB
hash.c -rw-r--r-- 2.0 KB
inline.c -rw-r--r-- 17.2 KB
inode.c -rw-r--r-- 21.6 KB
namei.c -rw-r--r-- 28.9 KB
node.c -rw-r--r-- 75.3 KB
node.h -rw-r--r-- 12.2 KB
recovery.c -rw-r--r-- 19.2 KB
segment.c -rw-r--r-- 115.9 KB
segment.h -rw-r--r-- 25.9 KB
shrinker.c -rw-r--r-- 3.1 KB
super.c -rw-r--r-- 93.6 KB
sysfs.c -rw-r--r-- 20.8 KB
trace.c -rw-r--r-- 3.4 KB
trace.h -rw-r--r-- 859 bytes
xattr.c -rw-r--r-- 18.3 KB
xattr.h -rw-r--r-- 4.9 KB

back to top