Page MenuHomeFreeBSD

ipfw: do not use sleepable malloc in callout context.
ClosedPublic

Authored by ae on Apr 15 2021, 12:35 PM.
Tags
None
Referenced Files
F107203121: D29772.diff
Sat, Jan 11, 2:46 PM
Unknown Object (File)
Sat, Dec 14, 9:23 PM
Unknown Object (File)
Dec 11 2024, 4:56 PM
Unknown Object (File)
Dec 3 2024, 11:30 PM
Unknown Object (File)
Oct 18 2024, 9:55 AM
Unknown Object (File)
Oct 10 2024, 9:51 PM
Unknown Object (File)
Oct 2 2024, 4:24 AM
Unknown Object (File)
Sep 29 2024, 3:50 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38590
Build 35479: arc lint + arc unit

Event Timeline

ae held this revision as a draft.
ae published this revision for review.Apr 15 2021, 12:37 PM
ae edited the summary of this revision. (Show Details)
ae added reviewers: network, melifaro, kevans.
This revision is now accepted and ready to land.Apr 15 2021, 1:08 PM

Thank you for this patch.
I'm applied this patch to 3a248c844 and it works fine.

freebsd_igalic.co added inline comments.
sys/netpfil/ipfw/ip_fw_dynamic.c
3224

why is it okay to wait here

sys/netpfil/ipfw/ip_fw_dynamic.c
3224

It is initialization code, it is called from userland when you are doing kldload, user can wait.