]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger a
authorlstewart <lstewart@FreeBSD.org>
Fri, 14 Jun 2013 18:11:21 +0000 (18:11 +0000)
committerlstewart <lstewart@FreeBSD.org>
Fri, 14 Jun 2013 18:11:21 +0000 (18:11 +0000)
commitcbb41e701531df6ae5e26b908d87c35895e7faea
tree9fee5696e0d11a6318bb1b687075c1676eeb00b3
parentfb0eeaae7fad8a76e0aa1584a4ae02a63bdc1e7f
Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger a
KASSERT during TCP hhook registration at boot. Virtualised hook points only
require extra housekeeping and sanity checking when "options VIMAGE" is present.

Reported by: bdrewery,jh,dhw
Tested by: dhw
MFC after: 1 week
X-MFC with: 251732
sys/kern/kern_hhook.c