Re: 2.6.23-rc7-mm1 - 'touch' command causes Oops.

2007-09-24 Thread Valdis . Kletnieks
On Mon, 24 Sep 2007 08:45:32 PDT, Dave Hansen said: > Any idea which fs and distro this was? I'd like to add it to my tests. initscripts-8.56-1, from Fedora Rawhide, /etc/rc.sysinit, line 325: touch /dev/.in_sysinit >/dev/null 2>&1 Specific enough? :) pgp3OvCOFx0xa.pgp Description: PGP signa

Re: 2.6.23-rc7-mm1 - 'touch' command causes Oops.

2007-09-24 Thread Dave Hansen
On Mon, 2007-09-24 at 08:58 -0400, [EMAIL PROTECTED] wrote: > > do_times passes an unitialized vfsmount into mnt_want_write. Here's > > the quick fix (untested), but the right fix is to restructure the complete > > mess do_utimes is (never let a libc developer write your kernel code.. :)): > > Cl

Re: 2.6.23-rc7-mm1 - 'touch' command causes Oops.

2007-09-24 Thread Valdis . Kletnieks
On Mon, 24 Sep 2007 13:05:08 BST, Christoph Hellwig said: > On Mon, Sep 24, 2007 at 06:35:50AM -0400, [EMAIL PROTECTED] wrote: > > On Mon, 24 Sep 2007 02:17:16 PDT, Andrew Morton said: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ > > > > It li

Re: 2.6.23-rc7-mm1 - 'touch' command causes Oops.

2007-09-24 Thread Christoph Hellwig
On Mon, Sep 24, 2007 at 06:35:50AM -0400, [EMAIL PROTECTED] wrote: > On Mon, 24 Sep 2007 02:17:16 PDT, Andrew Morton said: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ > > It lived fast, it died young, it didn't leave a pretty corpse... > > Somet

Re: 2.6.23-rc7-mm1 - 'touch' command causes Oops.

2007-09-24 Thread Balbir Singh
[EMAIL PROTECTED] wrote: > On Mon, 24 Sep 2007 02:17:16 PDT, Andrew Morton said: > >> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ > > It lived fast, it died young, it didn't leave a pretty corpse... > > Something in the startup scripts did a 'touch',

2.6.23-rc7-mm1 - 'touch' command causes Oops.

2007-09-24 Thread Valdis . Kletnieks
On Mon, 24 Sep 2007 02:17:16 PDT, Andrew Morton said: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ It lived fast, it died young, it didn't leave a pretty corpse... Something in the startup scripts did a 'touch', and ker-blam. [ 15.668000] Unable t