Re: [PATCH] Bug in 2.4.5 in proc_pid_make_inode ()

2001-06-28 Thread Alexander Viro
On Thu, 28 Jun 2001, Martin Wilck wrote: > Hi, > > I have recently experienced a number of kernel OOPSes > in "top" under heavy load. Kernel is 2.4.5 (IA64, but > this has nothing to do the IA64 patch). > > The OOPS happens in the call tree > > open () system call > [...] > real_lookup () >

Re: [PATCH] Bug in 2.4.5 in proc_pid_make_inode ()

2001-06-28 Thread Ulrich Weigand
Martin Wilck wrote: >I have recently experienced a number of kernel OOPSes >in "top" under heavy load. Kernel is 2.4.5 (IA64, but >this has nothing to do the IA64 patch). Same here; I just debugged these on S/390 ... >I have seen 2.4.6-pre6 contains changes to this subroutine as well, >but

[PATCH] Bug in 2.4.5 in proc_pid_make_inode ()

2001-06-28 Thread Martin Wilck
Hi, I have recently experienced a number of kernel OOPSes in "top" under heavy load. Kernel is 2.4.5 (IA64, but this has nothing to do the IA64 patch). The OOPS happens in the call tree open () system call [...] real_lookup () proc_base_lookup () proc_pid_make_inode () iput ()

[PATCH] Bug in 2.4.5 in proc_pid_make_inode ()

2001-06-28 Thread Martin Wilck
Hi, I have recently experienced a number of kernel OOPSes in top under heavy load. Kernel is 2.4.5 (IA64, but this has nothing to do the IA64 patch). The OOPS happens in the call tree open () system call [...] real_lookup () proc_base_lookup () proc_pid_make_inode () iput () proc_delete_inode

Re: [PATCH] Bug in 2.4.5 in proc_pid_make_inode ()

2001-06-28 Thread Alexander Viro
On Thu, 28 Jun 2001, Martin Wilck wrote: Hi, I have recently experienced a number of kernel OOPSes in top under heavy load. Kernel is 2.4.5 (IA64, but this has nothing to do the IA64 patch). The OOPS happens in the call tree open () system call [...] real_lookup ()

Re: [PATCH] Bug in 2.4.5 in proc_pid_make_inode ()

2001-06-28 Thread Ulrich Weigand
Martin Wilck wrote: I have recently experienced a number of kernel OOPSes in top under heavy load. Kernel is 2.4.5 (IA64, but this has nothing to do the IA64 patch). Same here; I just debugged these on S/390 ... I have seen 2.4.6-pre6 contains changes to this subroutine as well, but they seem