Summary: | (kernel) hardened-dev-sources-2.6.10(-r1): kernel panic if CONFIG_PAX_KERNEXEC is enabled | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dennis Freise <dennis.freise> |
Component: | [OLD] Core system | Assignee: | The Gentoo Linux Hardened Team <hardened> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | Martin.vGagern |
Priority: | High | ||
Version: | 2004.1 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | The kernel config |
Description
Dennis Freise
2005-01-12 21:32:32 UTC
Created attachment 48367 [details]
The kernel config
This happens when you just copy a .config and start compiling, because generally you will end up having PCI_BIOS enabled. Try changing CONFIG_PCI_BIOS=y to # CONFIG_PCI_BIOS is not set when making use of KERNEXEC Please reopen if the issue still exists after you disable PCI_BIOS. Thx, that did it (almost :) ). Had to change PCI access method in menuconfig from 'any' to 'direct' - else it did change CONFIG_PCI_BIOS always back to 'y' on compile. Now it works :) |