svn commit: r364310 - in head/sys: kern vm

Andriy Gapon avg at FreeBSD.org
Mon Aug 17 22:03:31 UTC 2020


On 17/08/2020 18:37, Gleb Smirnoff wrote:
> Author: glebius
> Date: Mon Aug 17 15:37:08 2020
> New Revision: 364310
> URL: https://svnweb.freebsd.org/changeset/base/364310
> 
> Log:
>   With INVARIANTS panic immediately if M_WAITOK is requested in a
>   non-sleepable context.  Previously only _sleep() would panic.
>   This will catch misuse of M_WAITOK at development stage rather
>   than at stress load stage.
>   
>   Reviewed by:	markj
>   Differential Revision:	https://reviews.freebsd.org/D26027

I think that there is going to be a lot of fallout from this.
Will you handle it?
A warning from WITNESS is one thing, a panic is another.


-- 
Andriy Gapon


More information about the svn-src-all mailing list