Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-15 Thread Phil Dier
On Sun, 14 Aug 2005 21:20:35 -0600 (MDT) Zwane Mwaikambo <[EMAIL PROTECTED]> wrote: > On Sun, 14 Aug 2005, Robert Love wrote: > > > On Sun, 2005-08-14 at 20:40 -0600, Zwane Mwaikambo wrote: > > > > > I'm new here, if the inode isn't being watched, what's to stop d_delete > > > from removing

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-15 Thread Phil Dier
On Sun, 14 Aug 2005 21:20:35 -0600 (MDT) Zwane Mwaikambo [EMAIL PROTECTED] wrote: On Sun, 14 Aug 2005, Robert Love wrote: On Sun, 2005-08-14 at 20:40 -0600, Zwane Mwaikambo wrote: I'm new here, if the inode isn't being watched, what's to stop d_delete from removing the inode before

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Zwane Mwaikambo
On Sun, 14 Aug 2005, Robert Love wrote: > On Sun, 2005-08-14 at 20:40 -0600, Zwane Mwaikambo wrote: > > > I'm new here, if the inode isn't being watched, what's to stop d_delete > > from removing the inode before fsnotify_unlink proceeds to use it? > > Nothing. But check out > >

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Robert Love
On Sun, 2005-08-14 at 20:40 -0600, Zwane Mwaikambo wrote: > I'm new here, if the inode isn't being watched, what's to stop d_delete > from removing the inode before fsnotify_unlink proceeds to use it? Nothing. But check out

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Zwane Mwaikambo
On Sun, 14 Aug 2005, Phil Dier wrote: > I just got this: > > Unable to handle kernel paging request at virtual address eeafefc0 > printing eip: > c0188487 > *pde = 00681067 > *pte = 2eafe000 > Oops: [#1] > SMP DEBUG_PAGEALLOC > Modules linked in: > CPU:1 > EIP:0060:[]Not

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Phil Dier
I just got this: Unable to handle kernel paging request at virtual address eeafefc0 printing eip: c0188487 *pde = 00681067 *pte = 2eafe000 Oops: [#1] SMP DEBUG_PAGEALLOC Modules linked in: CPU:1 EIP:0060:[]Not tainted VLI EFLAGS: 00010296 (2.6.13-rc6) EIP is at

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Phil Dier
I just got this: Unable to handle kernel paging request at virtual address eeafefc0 printing eip: c0188487 *pde = 00681067 *pte = 2eafe000 Oops: [#1] SMP DEBUG_PAGEALLOC Modules linked in: CPU:1 EIP:0060:[c0188487]Not tainted VLI EFLAGS: 00010296 (2.6.13-rc6) EIP is at

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Zwane Mwaikambo
On Sun, 14 Aug 2005, Phil Dier wrote: I just got this: Unable to handle kernel paging request at virtual address eeafefc0 printing eip: c0188487 *pde = 00681067 *pte = 2eafe000 Oops: [#1] SMP DEBUG_PAGEALLOC Modules linked in: CPU:1 EIP:0060:[c0188487]Not tainted

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Robert Love
On Sun, 2005-08-14 at 20:40 -0600, Zwane Mwaikambo wrote: I'm new here, if the inode isn't being watched, what's to stop d_delete from removing the inode before fsnotify_unlink proceeds to use it? Nothing. But check out

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-14 Thread Zwane Mwaikambo
On Sun, 14 Aug 2005, Robert Love wrote: On Sun, 2005-08-14 at 20:40 -0600, Zwane Mwaikambo wrote: I'm new here, if the inode isn't being watched, what's to stop d_delete from removing the inode before fsnotify_unlink proceeds to use it? Nothing. But check out

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-12 Thread Sonny Rao
On Fri, Aug 12, 2005 at 12:35:05PM -0500, Phil Dier wrote: > On Fri, 12 Aug 2005 12:07:21 +1000 > Neil Brown <[EMAIL PROTECTED]> wrote: > > You could possibly put something like > > > > struct bio_vec *from; > > int i; > > bio_for_each_segment(from, bio, i) > >

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-12 Thread Phil Dier
On Fri, 12 Aug 2005 12:07:21 +1000 Neil Brown <[EMAIL PROTECTED]> wrote: > You could possibly put something like > > struct bio_vec *from; > int i; > bio_for_each_segment(from, bio, i) > BUG_ON(page_zone(from->bv_page)==NULL); > > in generic_make_requst in

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-12 Thread Phil Dier
On Fri, 12 Aug 2005 12:07:21 +1000 Neil Brown [EMAIL PROTECTED] wrote: You could possibly put something like struct bio_vec *from; int i; bio_for_each_segment(from, bio, i) BUG_ON(page_zone(from-bv_page)==NULL); in generic_make_requst in

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-12 Thread Sonny Rao
On Fri, Aug 12, 2005 at 12:35:05PM -0500, Phil Dier wrote: On Fri, 12 Aug 2005 12:07:21 +1000 Neil Brown [EMAIL PROTECTED] wrote: You could possibly put something like struct bio_vec *from; int i; bio_for_each_segment(from, bio, i)

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-11 Thread Phil Dier
On Fri, 12 Aug 2005 12:07:21 +1000 Neil Brown <[EMAIL PROTECTED]> wrote: > On Thursday August 11, [EMAIL PROTECTED] wrote: > > Hi, > > > > I posted an oops a few days ago from 2.6.12.3 [1]. Here are the results > > of my tests on 2.6.13-rc6. The kernel oopses, but it the box isn't > >

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-11 Thread Neil Brown
On Thursday August 11, [EMAIL PROTECTED] wrote: > Hi, > > I posted an oops a few days ago from 2.6.12.3 [1]. Here are the results > of my tests on 2.6.13-rc6. The kernel oopses, but it the box isn't completely > hosed; I can still log in and move around. It appears that the only things > that

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-11 Thread Neil Brown
On Thursday August 11, [EMAIL PROTECTED] wrote: Hi, I posted an oops a few days ago from 2.6.12.3 [1]. Here are the results of my tests on 2.6.13-rc6. The kernel oopses, but it the box isn't completely hosed; I can still log in and move around. It appears that the only things that are

Re: 2.6.13-rc6 Oops with Software RAID, LVM, JFS, NFS

2005-08-11 Thread Phil Dier
On Fri, 12 Aug 2005 12:07:21 +1000 Neil Brown [EMAIL PROTECTED] wrote: On Thursday August 11, [EMAIL PROTECTED] wrote: Hi, I posted an oops a few days ago from 2.6.12.3 [1]. Here are the results of my tests on 2.6.13-rc6. The kernel oopses, but it the box isn't completely hosed;