[Bug 279899] pf_unlink_state mutex unlock page fault panic
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jul 2024 09:52:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279899 --- Comment #13 from Franco Fichtner <franco@opnsense.org> --- Bisecting this is a little tricky due to the random nature but I think it's the backport of https://cgit.freebsd.org/src/commit/?id=2671bde99295d9 which now runs pfsync_drop() which is what happens when you don't use pfsync which didn't happen before as the commit suggests. INVARIANTS appears to trip over: panic: pfsync_drop: st->sync_state == q without INVARIANTS it just continues and let's this crash at pf_unlink_state() later on. Maybe it's wrong but I also don't appreciate the lack of enthusiasm looking into fixing regressions on stable branches. At least there is enough information on the table already to do something but I don't see any engagement. Cheers, Franco -- You are receiving this mail because: You are the assignee for the bug.