Searched hist:"19 accfd373847ac3d10623c5d20f948846299741" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | traps.c | diff 19accfd373847ac3d10623c5d20f948846299741 Thu Jul 04 05:40:32 CDT 2013 Russell King <rmk+kernel@arm.linux.org.uk> ARM: move vector stubs
Move the machine vector stubs into the page above the vector page, which we can prevent from being visible to userspace. Also move the reset stub, and place the swi vector at a location that the 'ldr' can get to it.
This hides pointers into the kernel which could give valuable information to attackers, and reduces the number of exploitable instructions at a fixed address.
Cc: <stable@vger.kernel.org> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
H A D | entry-armv.S | diff 19accfd373847ac3d10623c5d20f948846299741 Thu Jul 04 05:40:32 CDT 2013 Russell King <rmk+kernel@arm.linux.org.uk> ARM: move vector stubs
Move the machine vector stubs into the page above the vector page, which we can prevent from being visible to userspace. Also move the reset stub, and place the swi vector at a location that the 'ldr' can get to it.
This hides pointers into the kernel which could give valuable information to attackers, and reduces the number of exploitable instructions at a fixed address.
Cc: <stable@vger.kernel.org> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/mm/ |
H A D | mmu.c | diff 19accfd373847ac3d10623c5d20f948846299741 Thu Jul 04 05:40:32 CDT 2013 Russell King <rmk+kernel@arm.linux.org.uk> ARM: move vector stubs
Move the machine vector stubs into the page above the vector page, which we can prevent from being visible to userspace. Also move the reset stub, and place the swi vector at a location that the 'ldr' can get to it.
This hides pointers into the kernel which could give valuable information to attackers, and reduces the number of exploitable instructions at a fixed address.
Cc: <stable@vger.kernel.org> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig | diff 19accfd373847ac3d10623c5d20f948846299741 Thu Jul 04 05:40:32 CDT 2013 Russell King <rmk+kernel@arm.linux.org.uk> ARM: move vector stubs
Move the machine vector stubs into the page above the vector page, which we can prevent from being visible to userspace. Also move the reset stub, and place the swi vector at a location that the 'ldr' can get to it.
This hides pointers into the kernel which could give valuable information to attackers, and reduces the number of exploitable instructions at a fixed address.
Cc: <stable@vger.kernel.org> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|