linux/arch/s390/mm
Heiko Carstens d5e50a51cc s390/pfault: fix task state race
When setting the current task state to TASK_UNINTERRUPTIBLE this can
race with a different cpu. The other cpu could set the task state after
it inspected it (while it was still TASK_RUNNING) to TASK_RUNNING which
would change the state from TASK_UNINTERRUPTIBLE to TASK_RUNNING again.

This race was always present in the pfault interrupt code but didn't
cause anything harmful before commit f2db2e6c "[S390] pfault: cpu hotplug
vs missing completion interrupts" which relied on the fact that after
setting the task state to TASK_UNINTERRUPTIBLE the task would really
sleep.
Since this is not necessarily the case the result may be a list corruption
of the pfault_list or, as observed, a use-after-free bug while trying to
access the task_struct of a task which terminated itself already.

To fix this, we need to get a reference of the affected task when receiving
the initial pfault interrupt and add special handling if we receive yet
another initial pfault interrupt when the task is already enqueued in the
pfault list.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: <stable@vger.kernel.org> # needed for v3.0 and newer
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2012-05-16 14:42:42 +02:00
..
Makefile
cmm.c
extmem.c
fault.c s390/pfault: fix task state race 2012-05-16 14:42:42 +02:00
gup.c
hugetlbpage.c s390/hugepages: clear page table for sw large page emulation 2012-05-16 14:42:39 +02:00
init.c Disintegrate asm/system.h for S390 2012-03-28 18:30:02 +01:00
maccess.c s390: allow absolute memory access for /dev/mem 2012-05-16 14:42:38 +02:00
mmap.c [S390] Remove unncessary export of arch_pick_mmap_layout 2012-03-23 11:13:23 +01:00
page-states.c
pageattr.c
pgtable.c s390/kvm: bad rss-counter state 2012-05-16 14:42:41 +02:00
vmem.c