Re: [PATCH] x86/module: Fixed bug allowing invalid relocation addresses.

From: Peter Zijlstra
Date: Mon Mar 16 2020 - 08:58:35 EST


On Sat, Mar 14, 2020 at 11:36:26PM +0200, Gilad Wharton Kleinman wrote:
> If a kernel module with a bad relocation offset is loaded to a x86 kernel,
> the kernel will apply the relocation to a address not inside the module
> (resulting in memory in the kernel being overridden).

Why !?

If you load a bad module it's game over anyway. At best this protects us
from broken toolchains.