[Bug 255041] panic: system freeze/panic with D29125 patch

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 28 10:07:01 UTC 2021


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

--- Comment #11 from commit-hook at FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=29246f2cb0c5c5c06c73e99dc0d6c947f62c7dc4

commit 29246f2cb0c5c5c06c73e99dc0d6c947f62c7dc4
Author:     Andrey V. Elsukov <ae at FreeBSD.org>
AuthorDate: 2021-04-16 07:22:44 +0000
Commit:     Andrey V. Elsukov <ae at FreeBSD.org>
CommitDate: 2021-04-28 10:05:03 +0000

    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
    Differential Revision: https://reviews.freebsd.org/D29772

    (cherry picked from commit 9bacbf1ae243de43d642c3ac0b7318ae0e5c5235)

 sys/netpfil/ipfw/ip_fw_dynamic.c | 68 ++++++++++++++++++++++++++++++----------
 1 file changed, 51 insertions(+), 17 deletions(-)

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


More information about the freebsd-bugs mailing list