]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure the DPCPU and VNET module spaces are aligned to hold a pointer.
authorandrew <andrew@FreeBSD.org>
Mon, 30 Jul 2018 14:25:17 +0000 (14:25 +0000)
committerandrew <andrew@FreeBSD.org>
Mon, 30 Jul 2018 14:25:17 +0000 (14:25 +0000)
commit537fdde573892e33e821935a5d017d66f618058d
tree8a71335cf5f59244fada76d5426d08a8546e8217
parent66684874fa37d2d0b76a6656eb600f9c1c38a3d4
Ensure the DPCPU and VNET module spaces are aligned to hold a pointer.
Previously they may have been aligned to a char, leading to misaligned
DPCPU and VNET variables.

Sponsored by: DARPA, AFRL
sys/kern/subr_pcpu.c
sys/net/vnet.c