]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw: do not use sleepable malloc in callout context.
authorAndrey V. Elsukov <ae@FreeBSD.org>
Fri, 16 Apr 2021 07:22:44 +0000 (10:22 +0300)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Fri, 16 Apr 2021 07:22:44 +0000 (10:22 +0300)
commit9bacbf1ae243de43d642c3ac0b7318ae0e5c5235
tree8a40a12e84ec6f7e467ae7d35dbefe302725b254
parent407fb44c920a580a30dfe7d1add796a7b35a5ac7
ipfw: do not use sleepable malloc in callout context.

Use M_NOWAIT flag when hash growing is called from callout.

PR:             255041
Reviewed by: kevans
MFC after: 10 days
Differential Revision: https://reviews.freebsd.org/D29772
sys/netpfil/ipfw/ip_fw_dynamic.c