Re: Oops in audit_copy_inode

2012-08-03 Thread Miklos Szeredi
Eric Paris writes: > I believe this was already found and fixed: > > https://lkml.org/lkml/2012/7/25/259 > > Which was pulled by Linus in: > > 3134f37e931d75931bdf6d4eacd82a3fd26eca7c Okay, yes. I was actually CC-d on that, but missed the email. Thanks, Miklos -- To unsubscribe from this

Re: Oops in audit_copy_inode

2012-08-03 Thread Miklos Szeredi
Eric Paris epa...@redhat.com writes: I believe this was already found and fixed: https://lkml.org/lkml/2012/7/25/259 Which was pulled by Linus in: 3134f37e931d75931bdf6d4eacd82a3fd26eca7c Okay, yes. I was actually CC-d on that, but missed the email. Thanks, Miklos -- To unsubscribe from

Re: Oops in audit_copy_inode

2012-08-02 Thread Eric Paris
I believe this was already found and fixed: https://lkml.org/lkml/2012/7/25/259 Which was pulled by Linus in: 3134f37e931d75931bdf6d4eacd82a3fd26eca7c -Eric On Wed, 2012-08-01 at 18:11 +0200, Miklos Szeredi wrote: > Hi Peter, > > Thanks for the report. > > Here's a patch. I haven't tested

Re: Oops in audit_copy_inode

2012-08-02 Thread Eric Paris
I believe this was already found and fixed: https://lkml.org/lkml/2012/7/25/259 Which was pulled by Linus in: 3134f37e931d75931bdf6d4eacd82a3fd26eca7c -Eric On Wed, 2012-08-01 at 18:11 +0200, Miklos Szeredi wrote: Hi Peter, Thanks for the report. Here's a patch. I haven't tested it

Re: Oops in audit_copy_inode

2012-08-01 Thread Peter Moody
On Wed, Aug 1, 2012 at 9:11 AM, Miklos Szeredi wrote: > Hi Peter, > > Thanks for the report. > > Here's a patch. I haven't tested it but I'm pretty confident that it > fixes the bug. > > Thanks, > Miklos Ack. I can confirm that I don't Oops with this patch. Thanks! Cheers, peter -- Peter

Re: Oops in audit_copy_inode

2012-08-01 Thread Miklos Szeredi
Hi Peter, Thanks for the report. Here's a patch. I haven't tested it but I'm pretty confident that it fixes the bug. Thanks, Miklos Subject: vfs: fix audit_inode on negative dentry From: Miklos Szeredi Peter Moody reported an oops in audit_copy_inode() and bisected it to commit 7157486541

Re: Oops in audit_copy_inode

2012-08-01 Thread Peter Moody
This time with a cleaner Oops: Pid: 2643, comm: cc1 Not tainted 3.5.0-rc6-at17+ #33 LENOVO 4291AK7/4291AK7 RIP: 0010:[] [] audit_copy_inode+0x10/0x90 RSP: 0018:8801f88dfc58 EFLAGS: 00010282 RAX: 8801fb32 RBX: 8801f887c508 RCX: c7e8 RDX: RSI:

Re: Oops in audit_copy_inode

2012-08-01 Thread Peter Moody
This time with a cleaner Oops: Pid: 2643, comm: cc1 Not tainted 3.5.0-rc6-at17+ #33 LENOVO 4291AK7/4291AK7 RIP: 0010:[810cec30] [810cec30] audit_copy_inode+0x10/0x90 RSP: 0018:8801f88dfc58 EFLAGS: 00010282 RAX: 8801fb32 RBX: 8801f887c508 RCX: c7e8

Re: Oops in audit_copy_inode

2012-08-01 Thread Miklos Szeredi
Hi Peter, Thanks for the report. Here's a patch. I haven't tested it but I'm pretty confident that it fixes the bug. Thanks, Miklos Subject: vfs: fix audit_inode on negative dentry From: Miklos Szeredi mszer...@suse.cz Peter Moody reported an oops in audit_copy_inode() and bisected it to

Re: Oops in audit_copy_inode

2012-08-01 Thread Peter Moody
On Wed, Aug 1, 2012 at 9:11 AM, Miklos Szeredi mszer...@suse.cz wrote: Hi Peter, Thanks for the report. Here's a patch. I haven't tested it but I'm pretty confident that it fixes the bug. Thanks, Miklos Ack. I can confirm that I don't Oops with this patch. Thanks! Cheers, peter --