diff options
author | Frank Rowand <frank.rowand@am.sony.com> | 2011-10-02 01:58:13 (GMT) |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-02-13 22:20:25 (GMT) |
commit | 3fde112bdd34027eccc734ad20fba2068bfa893b (patch) | |
tree | 8b8e99e3c88cd4a1a70b4ea68a3977775ee2c3d4 /arch/arm/mach-prima2/headsmp.S | |
parent | 3812e41b2970be48ebe6588d4285eccf78d364c2 (diff) | |
download | linux-fsl-qoriq-3fde112bdd34027eccc734ad20fba2068bfa893b.tar.xz |
ARM: Initialize ptl->lock for vector page
Without this patch, ARM can not use SPLIT_PTLOCK_CPUS if
PREEMPT_RT_FULL=y because vectors_user_mapping() creates a
VM_ALWAYSDUMP mapping of the vector page (address 0xffff0000), but no
ptl->lock has been allocated for the page. An attempt to coredump
that page will result in a kernel NULL pointer dereference when
follow_page() attempts to lock the page.
The call tree to the NULL pointer dereference is:
do_notify_resume()
get_signal_to_deliver()
do_coredump()
elf_core_dump()
get_dump_page()
__get_user_pages()
follow_page()
pte_offset_map_lock() <----- a #define
...
rt_spin_lock()
The underlying problem is exposed by mm-shrink-the-page-frame-to-rt-size.patch.
Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Cc: Frank <Frank_Rowand@sonyusa.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/4E87C535.2030907@am.sony.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-prima2/headsmp.S')
0 files changed, 0 insertions, 0 deletions