Posible bug in 2.6.38.3-201104171745.patch with DEVPORT
Posted: Mon Apr 18, 2011 8:18 am
Hi,
I have compiled today the kernel 2.6.38.3 with grsecurity-2.2.2-2.6.38.3-201104171745.patch but I can't start my server with it.
I have compared the config files of this kernel with previous and:
The main difference is "CONFIG_DEVPORT"
In grsecurity patch:
My configuration satisfies these conditions (http://paste.ubuntu.com/595490/) but DEVPORT isn't activated:
I have compiled today the kernel 2.6.38.3 with grsecurity-2.2.2-2.6.38.3-201104171745.patch but I can't start my server with it.
I have compared the config files of this kernel with previous and:
- Code: Select all
# diff config-2.6.38.2-grsec-20110329 config-2.6.38.3-grsec-20110418
3,4c3,4
< # Linux/i386 2.6.38.2 Kernel Configuration
< # Tue Mar 29 14:23:37 2011
---
> # Linux/i386 2.6.38.3 Kernel Configuration
> # Mon Apr 18 13:47:09 2011
66c66
< CONFIG_LOCALVERSION="-20110329"
---
> CONFIG_LOCALVERSION="-20110418"
1544c1544
< CONFIG_DEVPORT=y
---
> # CONFIG_DEVPORT is not set
2256a2257
> # CONFIG_GRKERNSEC_KERN_LOCKOUT is not set
The main difference is "CONFIG_DEVPORT"
In grsecurity patch:
- Code: Select all
config DEVPORT
bool
+ default n
depends on !M68K
depends on ISA || PCI
- default y
+ depends on !GRKERNSEC_KMEM
My configuration satisfies these conditions (http://paste.ubuntu.com/595490/) but DEVPORT isn't activated:
- Code: Select all
CONFIG_PCI=y
# CONFIG_GRKERNSEC_KMEM is not set