[Bug 260406] pfctl: Cannot allocate memory (after a time)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260406] pfctl: Cannot allocate memory (after a time)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Dec 2021 10:26:20 UTC
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.