[GIT PULL] seccomp updates for v5.12-rc1
From: Kees Cook
Date: Wed Feb 17 2021 - 15:55:01 EST
Hi Linus,
Please pull these two small seccomp updates for v5.12-rc1. This contains a
fix for a build failure that went unnoticed for many years, and a memory
barrier correction.
Thanks!
-Kees
The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v5.12-rc1
for you to fetch changes up to a381b70a1cf88e4a2d54f24d59abdcad0ff2dfe6:
seccomp: Improve performace by optimizing rmb() (2021-02-10 12:40:11 -0800)
----------------------------------------------------------------
seccomp updates for v5.12-rc1
- Fix a non-FILTER build failure for some architectures (Paul Cercueil)
- Improve performance with correct memory barrier (wanghongzhe)
----------------------------------------------------------------
Paul Cercueil (1):
seccomp: Add missing return in non-void function
wanghongzhe (1):
seccomp: Improve performace by optimizing rmb()
kernel/seccomp.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
Kees Cook