]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64: clear PSL.AC in the right frame
authorKonstantin Belousov <kib@FreeBSD.org>
Sat, 22 May 2021 19:48:36 +0000 (22:48 +0300)
committerMark Johnston <markj@FreeBSD.org>
Wed, 26 May 2021 19:38:13 +0000 (15:38 -0400)
commitbb4435255df53118082b3567db6da100962b3822
treed70335c4027c0dbbfa9d15f06c07463a7552e588
parentbf30c74e5a2a3be431f16961c5ac1c9340e8e045
amd64: clear PSL.AC in the right frame

If copyin family of routines fault, kernel does clear PSL.AC on the
fault entry, but the AC flag of the faulted frame is kept intact.  Since
onfault handler is effectively jump, AC survives until syscall exit.

Approved by: so
Security: FreeBSD-SA-21:11.smap
Security: CVE-2021-29628
Reported by: m00nbsd, via Sony
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
admbugs: 975

(cherry picked from commit 91aae953cb807d6fb7a70782b323bf9beb60d7c9)
(cherry picked from commit 4590f0345956329d414611c6cee300f486732b53)
sys/amd64/amd64/support.S
sys/amd64/linux/linux_support.s
sys/amd64/linux32/linux32_support.s