Re: 2.6.24-rc6-git7: Reported regressions from 2.6.23

From: Linus Torvalds
Date: Tue Jan 01 2008 - 17:27:30 EST




On Tue, 1 Jan 2008, Rafael J. Wysocki wrote:
>
> Subject : Could not set non-blocking flag with 2.6.24-rc5
> Submitter : Tino Keitel <tino.keitel@xxxxxx>
> Date : 2007-12-13 16:27
> References : http://lkml.org/lkml/2007/12/13/392
> http://bugzilla.kernel.org/show_bug.cgi?id=9557
> Handled-By :
> Patch :

That strace shows that trying to open /dev/null fails with ENXIO:

[pid 6050] open("/dev/null", O_RDONLY <unfinished ...>
[pid 6050] <... open resumed> ) = -1 ENXIO (No such device or address)

and everything goes downhill from there.

It would be worth looking at your /dev/null to see what kind of (broken)
device node it is, and get a clue about *why* it is broken.

Greg, any udev breakage that could affect /dev/null?

> Subject : Problems on booting
> Submitter : "werner" <werner@xxxxxxxxxxxxx>
> Date : 2007-12-22 14:29
> References : http://lkml.org/lkml/2007/12/22/110
> http://bugzilla.kernel.org/show_bug.cgi?id=9621
> Handled-By :
> Patch :

Hmm. I assume the "-git6" and "-git7" are 2.6.24-rc4-gitX, ie commits

- 2.6.24-rc5-git6: 3e3b3916a9c5c28a16528585478de19fea59816b
- 2.6.24-rc5-git7: fbdcf18df73758b2e187ab94678b30cd5f6ff9f9

and doing a

gitk 3e3b3916a9..fbdcf18df7

does show a SCSI merge, and two commits that touch drivers/scsi/initio.*.

James, Alan and Boaz, ideas?

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/