Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-11 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: From: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Subject: [PATCH] ide-disk: fix flush requests (take 2) commit 813a0eb233ee67d7166241a8b389b6a76f2247f9 Author: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Date: Fri Jan 25 22:17:10 2008 +0100 ide:

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-11 Thread Bartlomiej Zolnierkiewicz
On Monday 11 February 2008, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: From: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Subject: [PATCH] ide-disk: fix flush requests (take 2) commit 813a0eb233ee67d7166241a8b389b6a76f2247f9 Author: Bartlomiej Zolnierkiewicz [EMAIL

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread Bartlomiej Zolnierkiewicz
On Sunday 10 February 2008, Christoph Hellwig wrote: On Sun, Feb 10, 2008 at 12:06:10AM +0100, Bartlomiej Zolnierkiewicz wrote: Please try booting with hdx=noflush kernel parameter or please try the attached patch which should fix the issue (if my theory is correct). hda=noflush

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread James Bottomley
On Sun, 2008-02-10 at 14:38 +0100, Bartlomiej Zolnierkiewicz wrote: On Sunday 10 February 2008, Christoph Hellwig wrote: On Sun, Feb 10, 2008 at 12:06:10AM +0100, Bartlomiej Zolnierkiewicz wrote: Please try booting with hdx=noflush kernel parameter or please try the attached patch which

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread Christoph Hellwig
On Sun, Feb 10, 2008 at 02:38:46PM +0100, Bartlomiej Zolnierkiewicz wrote: The OOPS is most likely (again) my fault - I was rushing out to push out the fix and memset() line didn't get converted. The new patch works fine for me. I prepared the new patch, documented it and started looking into

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread Boaz Harrosh
On Sun, Feb 10 2008 at 16:43 +0200, Christoph Hellwig [EMAIL PROTECTED] wrote: On Sun, Feb 10, 2008 at 02:38:46PM +0100, Bartlomiej Zolnierkiewicz wrote: The OOPS is most likely (again) my fault - I was rushing out to push out the fix and memset() line didn't get converted. The new patch

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread Bartlomiej Zolnierkiewicz
On Sunday 10 February 2008, James Bottomley wrote: On Sun, 2008-02-10 at 14:38 +0100, Bartlomiej Zolnierkiewicz wrote: On Sunday 10 February 2008, Christoph Hellwig wrote: On Sun, Feb 10, 2008 at 12:06:10AM +0100, Bartlomiej Zolnierkiewicz wrote: Please try booting with hdx=noflush

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread Sebastian Siewior
* Bartlomiej Zolnierkiewicz | 2008-02-10 19:32:06 [+0100]: Sebastian/Christoph, please test the final patch (after your ACK I'll push it to Linus together with the rest of pending IDE fixes). This seems to work. Sebastian - To unsubscribe from this list: send the line unsubscribe linux-ide in

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-10 Thread Bartlomiej Zolnierkiewicz
On Sunday 10 February 2008, Sebastian Siewior wrote: * Bartlomiej Zolnierkiewicz | 2008-02-10 19:32:06 [+0100]: Sebastian/Christoph, please test the final patch (after your ACK I'll push it to Linus together with the rest of pending IDE fixes). This seems to work. Thanks. - To unsubscribe

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-09 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday 09 February 2008, Sebastian Siewior wrote: Hello, current git results in a freeze. I tracked it down to | error = type-get_sb(type, flags, name, data, mnt); in vfs_kern_mount(), fs/super.c (what is called from mount_root() during the boot process). I use XFS on

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-09 Thread Sebastian Siewior
* Bartlomiej Zolnierkiewicz | 2008-02-09 21:28:39 [+0100]: It could be that due to block layer changes to I/O barrier handling allocating ATA command structure on the stack is no longer safe. Please try booting with hdx=noflush kernel parameter or please try the attached patch which should fix

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-09 Thread Bartlomiej Zolnierkiewicz
On Saturday 09 February 2008, Sebastian Siewior wrote: * Bartlomiej Zolnierkiewicz | 2008-02-09 21:28:39 [+0100]: It could be that due to block layer changes to I/O barrier handling allocating ATA command structure on the stack is no longer safe. Update: it was never a very brilliant idea...

Re: Current git -- kaboom [bisect] seems IDE related.

2008-02-09 Thread Christoph Hellwig
On Sun, Feb 10, 2008 at 12:06:10AM +0100, Bartlomiej Zolnierkiewicz wrote: Please try booting with hdx=noflush kernel parameter or please try the attached patch which should fix the issue (if my theory is correct). hda=noflush hdb=noflush hdd=noflush fixes the qemu setup for me. Thanks, I