]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zalloc
authorEric van Gyzen <vangyzen@FreeBSD.org>
Fri, 4 Mar 2022 21:01:06 +0000 (15:01 -0600)
committerEric van Gyzen <vangyzen@FreeBSD.org>
Sat, 26 Mar 2022 01:10:37 +0000 (20:10 -0500)
commit863070bbf602e2d1046c36e9185a59c4a2f3928c
tree27d93f09f138e6f0bd74afbc034f79557308d98d
parentcfbb5f8ce0f69b0bc28b5553db53f8615efc84eb
ksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zalloc

It expects exactly one of those flags.  A future commit will assert this.

Reviewed by: rstone
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D34451
sys/kern/kern_sig.c