Re: [PATCH] hrtimers: Special-case zero length sleeps

From: Matthew Garrett
Date: Thu Feb 16 2012 - 09:27:35 EST


On Wed, Feb 15, 2012 at 08:47:57PM +0000, Matthew Garrett wrote:

> Ok. I'll work on finding how prevelant it is and see if we can kill it
> off in userspace.

Checking through an exploded Fedora kernel tree suggests around 125
packages out of 11000 or so, so around 1% of userspace seems to use
sleep(0) under certain circumstances. We can probably fix everything in
the distribution, but that suggests that there's also going to be a
significant amount of code in the outside world that's also broken.

Userspace clearly has an expectation that sleep(0) is magic in some
ill-defined way. We'd be well within our rights to break that
expectation, but I think it's common enough to warrant special casing.

--
Matthew Garrett | mjg59@xxxxxxxxxxxxx
--
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/