On Friday 17 June 2005 14:37, David Woodhouse wrote:
Uploading now, patch attached.
Kernel Oopsed. I filed the following bugzilla:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=160874
Synopsis:
Jun 17 17:09:05 localhost kernel: Unable to handle kernel paging request at
virtual address 6b6b6b6b
Jun 17 17:09:05 localhost kernel: printing eip:
Jun 17 17:09:05 localhost kernel: c0142bb2
Jun 17 17:09:05 localhost kernel: *pde = 00000000
Jun 17 17:09:05 localhost kernel: Oops: 0000 [#1]
Call Trace:
Jun 17 17:09:05 localhost kernel: [<c0144da3>] audit_notify_watch+0x52/0x63
Jun 17 17:09:05 localhost kernel: [<c01755dc>] permission+0xf/0x4f
Jun 17 17:09:05 localhost kernel: [<c0175d9f>] link_path_walk+0x12c/0xd98
Jun 17 17:09:05 localhost kernel: [<c0156922>] handle_mm_fault+0xd5/0x1fd
Jun 17 17:09:05 localhost kernel: [<c0176c85>] path_lookup+0xfe/0x12c
Jun 17 17:09:05 localhost kernel: [<c0177376>] open_namei+0x99/0x57e
Jun 17 17:09:05 localhost kernel: [<c0165b09>] filp_open+0x23/0x3c
Jun 17 17:09:05 localhost kernel: [<c0305ac8>] __cond_resched+0x14/0x3b
Jun 17 17:09:05 localhost kernel: [<c01ddf32>]
direct_strncpy_from_user+0x3e/0x5d
Jun 17 17:09:05 localhost kernel: [<c0165fe0>] sys_open+0x31/0x7d
Jun 17 17:09:05 localhost kernel: [<c0307323>] syscall_call+0x7/0xb
Gdb says:
(gdb) list *0xc0142bb2
0xc0142bb2 is in auditfs_attach_wdata (include/asm/processor.h:659).
654 include/asm/processor.h: No such file or directory.
in include/asm/processor.h
Slab corruption followed. See bugzilla for full dump.
-Steve