Request for stable versions
Posted:
Sat May 29, 2010 3:48 pm
by specs
Brad, could you leave the previous stable kernel available for download?
At least till you got some success messages?
I got one oops with the 2.6.32.14-patch, which causes X not to start (onboard intel gpu).
Right now I have to rebuild the kernel to include symbols.
Before I will report an error I will check if it's also present in the vanilla kernel.
Re: Request for stable versions
Posted:
Sat May 29, 2010 4:57 pm
by specs
The error seems not to be rpresent in the vanilla kernel.
I had to recompile the kernel again since I forgot to copy the vmlinux (after enabling the kernel symbols).
http://www.aoi-karin.net/grsec/x-error/config-2.6.32.14http://www.aoi-karin.net/grsec/x-error/ ... -error.txthttp://www.aoi-karin.net/grsec/x-error/ ... 05282233-3- Code: Select all
[23;80H [24;1HStarting X display manager: xdm.
[23;80H [24;1HEnabling laptop mode...Stopping watchdog keepalive daemon....
[23;80H [24;1HStarting watchdog daemon....
[23;80H [24;1HConsole: switching to colour frame buffer device 210x65
[23;80H [24;1H[drm] DAC-6: set mode 1680x1050 29
[23;80H [24;1H[drm] DAC-6: set mode custom 2b
[23;80H [24;1Hdone (enabled, not active).
[23;80H [24;1HPAX: kernel memory overflow attempt detected to fffff000 (0 bytes)
[23;80H [24;1HPid: 2377, comm: Xorg Tainted: G W 2.6.32.14-grsec-201005282233-3 #1
[23;80H [24;1HCall Trace:
[23;80H [24;1H [<0007221c>] ? pax_report_overflow_from_user+0x48/0x52
[23;80H [24;1H [<004b12d9>] ? iret_exc+0x2e4db9/0x633ae0
[23;80H [24;1H [<00069ef5>] ? check_object_size+0x23/0xf8
[23;80H [24;1H [<0047a936>] ? iret_exc+0x2ae416/0x633ae0
[23;80H [24;1H [<004b0dee>] ? iret_exc+0x2e48ce/0x633ae0
[23;80H [24;1H [<00003246>] ? do_signal+0x11/0x7d1
[23;80H [24;1H [<004ae5f7>] ? iret_exc+0x2e20d7/0x633ae0
[23;80H [24;1H [<000280da>] ? timeval_to_jiffies+0x19/0x58
[23;80H [24;1H [<0001d008>] ? init_sched_build_groups+0x52/0xe8
[23;80H [24;1H [<0004d2e3>] ? find_get_page+0x1d/0x73
[23;80H [24;1H [<000280da>] ? timeval_to_jiffies+0x19/0x58
[23;80H [24;1H [<0007a2f2>] ? vfs_ioctl+0x58/0x72
[23;80H [24;1H [<0007aabc>] ? do_vfs_ioctl+0x687/0x6cb
[23;80H [24;1H [<0007a2fb>] ? vfs_ioctl+0x61/0x72
[23;80H [24;1H [<0007aabc>] ? do_vfs_ioctl+0x687/0x6cb
[23;80H [24;1H [<0007ab44>] ? sys_ioctl+0x44/0x64
[23;80H [24;1H [<00003c22>] ? syscall_call+0x7/0xb
[23;80H [24;1H [<0007007b>] ? sget+0x15a/0x2c3
[23;80H [24;1H [<00003202>] ? sys_sigsuspend+0x4a/0x7d
[23;80H [24;1H [<00003246>] ? do_signal+0x11/0x7d1
[23;80H [24;1H [<00003246>] ? do_signal+0x11/0x7d1
[23;80H [24;1H[drm:drm_release] *ERROR* Device busy: 1
[23;80H [24;1HINIT:
INIT: Sending processes the TERM signal
Re: Request for stable versions
Posted:
Sat May 29, 2010 5:27 pm
by spender
I've uploaded new patches that should resolve this problem. Thanks for the report.
-Brad