Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2021 10:26:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260406] pfctl: Cannot allocate memory (after a time)
Message-ID:  <bug-260406-227-OgZEyTdcYP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260406-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260406

--- Comment #36 from Kristof Provost <kp@freebsd.org> ---
(In reply to Andriy Gapon from comment #34)
The allocation is done with the PF_RULES write lock held, and that's not a
sleepable lock. We need to hold the read lock for rules evaluation, so sleeping
with the write lock held would just halt traffic to/from the machine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260406-227-OgZEyTdcYP>