Re: [RFC][PATCH] sched: might_sleep(): do rate-limiting before sanity checks

From: Dave Hansen
Date: Wed Jun 24 2015 - 23:36:50 EST


On 06/24/2015 05:03 PM, Dave Hansen wrote:
> In any case, we ratelimit might_sleep() checks anyway. But, we
> do the ratelimiting *after* we check the other conditions for
> might_sleep() including the (costly) irqs_disabled() call.

Thinking about this a bit more, this patch is wrong.

This only does a _check_ once per jiffy instead of just one warning per
jiffy, which is totally bogus.

I would be interested, though, if anybody has any ideas about speeding
up the irqs_disabled() checking.
--
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/