git: kernel/netgraph7: Fix panic
Markus Pfeiffer
profmakx at crater.dragonflybsd.org
Sat Feb 24 07:13:07 PST 2018
commit 8f27f4e5dca630fe1fa02b6ee147e1af1074b30f
Author: Markus Pfeiffer <markus.pfeiffer at morphism.de>
Date: Sat Feb 24 14:11:06 2018 +0000
kernel/netgraph7: Fix panic
We just unset the M_HASH flag for the mbuf before queueing the
message to the netisr, making sure the handler doesn't run
on the wrong CPU.
Summary of changes:
sys/netgraph7/iface/ng_iface.c | 1 +
sys/netgraph7/ng_ip_input.c | 1 +
2 files changed, 2 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8f27f4e5dca630fe1fa02b6ee147e1af1074b30f
--
DragonFly BSD source repository
More information about the Commits
mailing list