Skip to content
Commit 56151e75 authored by Wufei's avatar Wufei Committed by Jason Wessel
Browse files

kgdb: don't needlessly skip PAGE_USER test for Fsl booke



The bypassing of this test is a leftover from 2.4 vintage
kernels, and is no longer appropriate, or even used by KGDB.
Currently KGDB uses probe_kernel_write() for all access to
memory via the KGDB core, so it can simply be deleted.

This fixes CVE-2010-1446.

CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
CC: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: default avatarWufei <fei.wu@windriver.com>
Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
parent 79dba2ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment