|
From: Stefan E. <Ste...@av...> - 2009-02-09 15:20:20
|
Hi, I found two minor issues when compiling the current v1.3 cvs version (latest version from cvs, no additional changes). In the 'prepare' script it is necessary to disable CONFIG_NFS_FS if compiling the kernel without any NFS support. If not, 'make oldconfig' is hanging waiting for input for this config option. Attached is the diff containing the fix. In the current 'grsecurity' script one bug got fixed already but I found another one when using my current configuration. When compiling the 'grsecurity' script 'make oldconfig' is hanging waiting for input for the config option CONFIG_PAX_RANDKSTACK. As this option has been disabled in scripts/config/config_grsecurity (are these the old config settings from kernel 2.4.x?), I have set this option to 'n' too. Furtheron I removed the duplicate line with option 'CONFIG_NETLABEL n'. Attached is the diff. Best regards, Stefan |