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-- 1.8 KB
Makefile -rw-r--r-- 260 bytes
balloc.c -rw-r--r-- 27.7 KB
cylinder.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 15.7 KB
file.c -rw-r--r-- 998 bytes
ialloc.c -rw-r--r-- 9.3 KB
inode.c -rw-r--r-- 32.8 KB
namei.c -rw-r--r-- 7.2 KB
super.c -rw-r--r-- 44.1 KB
swab.h -rw-r--r-- 2.5 KB
ufs.h -rw-r--r-- 5.0 KB
ufs_fs.h -rw-r--r-- 34.6 KB
util.c -rw-r--r-- 6.1 KB
util.h -rw-r--r-- 16.8 KB

back to top