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
generated
linux
.gitignore -rw-r--r-- 73 bytes
Makefile -rw-r--r-- 1.5 KB
benchmark.c -rw-r--r-- 3.5 KB
bitmap.c -rw-r--r-- 599 bytes
idr-test.c -rw-r--r-- 12.1 KB
iteration_check.c -rw-r--r-- 4.1 KB
linux.c -rw-r--r-- 2.2 KB
main.c -rw-r--r-- 7.4 KB
multiorder.c -rw-r--r-- 5.1 KB
regression.h -rw-r--r-- 214 bytes
regression1.c -rw-r--r-- 4.5 KB
regression2.c -rw-r--r-- 3.9 KB
regression3.c -rw-r--r-- 2.5 KB
regression4.c -rw-r--r-- 1.5 KB
tag_check.c -rw-r--r-- 8.6 KB
test.c -rw-r--r-- 6.3 KB
test.h -rw-r--r-- 2.3 KB
xarray.c -rw-r--r-- 651 bytes

back to top