Hi Pavel, > > I disagree with this: given there's been testing with no known issues, it's > > not a back compat question. > > The testing uncovered some pretty serious issues. ('Causes XP to > bluescreen'). no, that's not quite correct. I have never been able to produce a bluescreen with the patch I have posted. I did manage to produce a bluescreen with a different patch that deliberately lowers the number of bits of randomness used (ie. just change the mask to random32() in vfat_build_dummy_83_buffer()). Even then, producing a bluescreen is not trivial, though it is definately possible. As I explained in a previous posting, the WindowsXP bug doesn't happen just because two 8.3 entries have the same 11 bytes. There are additional strong constraints on the access patterns by the WindowsXP kernel before the bluescreen happens. I reproduced it by running 4 processes in parallel doing massive numbers of random file operations, with a controlling script transferring control of the USB key between the WindowsXP box and a Linux host every minute (so both are doing random file operations). Even with that, if I had even a few bits of randomness then it took a lot of testing (often hours) to produce the bluescreen. I wouldn't have even known the problem was possible if I hadn't been experimenting with patch varients where all the bytes are always the same (such as the 11 spaces varient I mentioned). With those varients (where there is no randomness at all), you can produce a bluescreen with a bit of effort on the DOS command line. So I hope you can see why I don't think this is a particularly large problem, especially given that the WindowsXP FAT driver is notoriously prone to crashing, as a quick google search will show you. If someone can actually demonstrate the bluescreen with the patch I've posted in some access pattern that is at all likely to be made by a WindowsXP user then I would be more concerned. As it is, I don't think we should hold off on this patch for what amounts to a theoretical issue. Cheers, Tridge -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html