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
Makefile -rw-r--r-- 1014 bytes
common.c -rw-r--r-- 19.2 KB
generic.c -rw-r--r-- 8.4 KB
generic_report.c -rw-r--r-- 4.0 KB
init.c -rw-r--r-- 11.5 KB
kasan.h -rw-r--r-- 7.1 KB
quarantine.c -rw-r--r-- 8.8 KB
report.c -rw-r--r-- 12.5 KB
tags.c -rw-r--r-- 4.7 KB
tags_report.c -rw-r--r-- 1.4 KB

back to top