Linux Kernel 2.4 Useful Patches

Web access to the GIT repository - GIT access to the repository

3G+pax : Resolves the conflicts when applying PaX on top of tunable-address-space

PaX and tunable-address-space both touch vmlinux.lds.S. This patch resolves the conflict which occurs when applying the PaX patch on top of a kernel patched with tunable-address-space.

Initial date:2006/01/16
Description:Resolves the conflicts when applying PaX on top of tunable-address-space
Author(s):Willy Tarreau
See also:tunable-address-space, pax, strict-overcommit
Abstract:PaX and tunable-address-space both touch vmlinux.lds.S. This patch resolves the conflict which occurs when applying the PaX patch on top of a kernel patched with tunable-address-space.

Notes

This was written for 2.4.32 + tunable-address-space + pax-2.4.32-test3. It resolves this reject :
arch/i386/vmlinux.lds.S
Note that this fix is also compatible with strict-overcommit.

Contents


(C) Willy Tarreau - 2008-06-01