Linus Torvalds
e994cc240a
seccomp updates for v5.11-rc1
...
- Improve seccomp performance via constant-action bitmaps (YiFei Zhu & Kees Cook)
- Fix bogus __user annotations (Jann Horn)
- Add missed CONFIG for improved selftest coverage (Mickaël Salaün)
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEpcP2jyKd1g9yPm4TiXL039xtwCYFAl/ZG5IACgkQiXL039xt
wCbhuw/+P77jwT/p1DRnKp5vG7TXTqqXrdhQZYNyBUxRaKSGCEMydvJn/h3KscyW
4eEy9vZKTAhIQg5oI5OXZ9jxzFdpxEg8lMPSKReNEga3d0//H9gOJHYc782D/bf1
+6x6I4qWv+LMM/52P60gznBH+3WFVtyM5Jw+LF5igOCEVSERoZ3ChsmdSZgkALG0
DJXKL+Dy1Wj9ESeBtuh1UsKoh4ADTAoPC+LvfGuxn2T+VtnxX/sOSDkkrpHfX+2J
UKkIgWJHeNmq74nwWjpNuDz24ARTiVWOVQX01nOHRohtu39TZcpU774Pdp4Dsj2W
oDDwOzIWp4/27aQxkOKv6NXMwd29XbrpH1gweyuvQh9cohSbzx6qZlXujqyd9izs
6Nh74mvC3cns6sQWSWz5ddU4dMQ4rNjpD2CK1P8A7ZVTfH+5baaPmF8CRp126E6f
/MAUk7Rfbe6YfYdfMwhXXhTvus0e5yenGFXr46gasJDfGnyy4cLS/MO7AZ+mR0CB
d9DnrsIJVggL5cZ2LZmivIng18JWnbkgnenmHSXahdLstmYVkdpo4ckBl1G/dXK0
lDmi9j9FoTxB6OrztEKA0RZB+C1e6q7X7euwsHjgF9XKgD5S+DdeYwqd2lypjyvb
d9VNLFdngD0CRY7wcJZKRma+yPemlPNurdMjF9LrqaAu232G1UA=
=jJwG
-----END PGP SIGNATURE-----
Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull seccomp updates from Kees Cook:
"The major change here is finally gaining seccomp constant-action
bitmaps, which internally reduces the seccomp overhead for many
real-world syscall filters to O(1), as discussed at Plumbers this
year.
- Improve seccomp performance via constant-action bitmaps (YiFei Zhu
& Kees Cook)
- Fix bogus __user annotations (Jann Horn)
- Add missed CONFIG for improved selftest coverage (Mickaël Salaün)"
* tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
selftests/seccomp: Update kernel config
seccomp: Remove bogus __user annotations
seccomp/cache: Report cache data through /proc/pid/seccomp_cache
xtensa: Enable seccomp architecture tracking
sh: Enable seccomp architecture tracking
s390: Enable seccomp architecture tracking
riscv: Enable seccomp architecture tracking
powerpc: Enable seccomp architecture tracking
parisc: Enable seccomp architecture tracking
csky: Enable seccomp architecture tracking
arm: Enable seccomp architecture tracking
arm64: Enable seccomp architecture tracking
selftests/seccomp: Compare bitmap vs filter overhead
x86: Enable seccomp architecture tracking
seccomp/cache: Add "emulator" to check if filter is constant allow
seccomp/cache: Lookup syscall allowlist bitmap for fast path
2020-12-16 11:30:10 -08:00
..
2020-12-15 19:29:43 -08:00
2020-12-15 12:53:37 -08:00
2020-12-09 17:47:36 -08:00
2020-11-24 16:47:49 +01:00
2020-11-02 10:10:39 -05:00
2020-12-14 18:35:53 -08:00
2020-12-15 19:36:48 -08:00
2020-12-15 22:46:18 -08:00
2020-12-15 15:03:31 -08:00
2020-11-06 17:19:26 -08:00
2020-10-16 11:11:19 -07:00
2020-12-14 17:27:47 -08:00
2020-12-15 16:30:31 -08:00
2020-12-16 10:45:11 -08:00
2020-12-14 18:29:11 -08:00
2020-12-15 16:30:31 -08:00
2020-12-16 00:07:17 -08:00
2020-12-16 00:07:17 -08:00
2020-12-15 22:46:15 -08:00
2020-07-16 12:35:15 -07:00
2020-07-27 23:25:50 +02:00
2020-08-06 19:29:51 -07:00
2020-07-27 23:25:50 +02:00
2020-12-02 22:52:16 -05:00
2020-08-17 20:26:58 -04:00
2020-08-23 17:36:59 -05:00
2020-12-16 10:54:03 -08:00
2020-07-30 11:15:58 -07:00
2020-10-13 09:17:34 -07:00
2020-08-23 17:36:59 -05:00
2020-09-01 09:58:03 +02:00
2020-12-14 18:29:11 -08:00
2020-12-15 22:46:18 -08:00
2020-11-27 11:10:50 +01:00
2020-12-15 22:46:19 -08:00
2020-12-15 19:36:48 -08:00
2020-12-09 17:08:45 +01:00
2020-10-13 09:17:34 -07:00
2020-11-02 12:14:19 -08:00
2020-11-24 16:47:49 +01:00
2020-10-16 11:11:19 -07:00
2020-10-25 14:51:49 -07:00
2020-12-15 19:36:48 -08:00
2020-11-02 18:00:20 -08:00
2020-11-20 14:45:33 +11:00
2020-11-20 14:45:33 +11:00
2020-10-05 13:37:03 +02:00
2020-08-12 10:58:01 -07:00
2020-11-07 13:18:49 +01:00
2020-12-15 12:53:37 -08:00
2020-12-15 22:46:19 -08:00
2020-12-03 17:38:20 -08:00
2020-09-01 09:58:03 +02:00
2020-12-14 16:40:27 -08:00
2020-09-04 17:51:55 +10:00
2020-11-14 11:26:04 -08:00
2020-10-29 17:22:59 -05:00
2020-12-14 16:40:27 -08:00
2020-12-15 19:36:48 -08:00
2020-12-15 12:53:37 -08:00
2020-10-16 11:11:19 -07:00
2020-12-15 22:46:19 -08:00
2020-07-27 14:31:12 -04:00
2020-12-15 22:46:18 -08:00
2020-11-25 18:52:35 +01:00
2020-12-15 22:46:18 -08:00
2020-11-06 17:13:56 -08:00
2020-12-01 10:30:28 +00:00
2020-12-16 11:30:10 -08:00
2020-12-14 17:13:53 -08:00
2020-11-27 11:10:50 +01:00
2020-12-02 20:20:05 +01:00
2020-09-19 13:13:39 -07:00
2020-09-18 14:24:16 +01:00
2020-10-02 21:18:25 +02:00
2020-11-27 11:10:50 +01:00
2020-10-18 09:27:10 -07:00
2020-12-02 15:07:56 +01:00
2020-11-19 19:37:16 -08:00
2020-11-04 18:14:52 +01:00
2020-11-16 08:08:54 -08:00
2020-11-06 17:13:54 -08:00
2020-11-16 21:53:15 +01:00
2020-10-06 10:31:52 -07:00
2020-12-14 16:40:27 -08:00
2020-08-19 14:14:12 +02:00
2020-07-07 11:58:59 -05:00
2020-08-19 14:13:20 +02:00
2020-08-17 09:39:18 -07:00
2020-11-14 11:26:03 -08:00
2020-12-15 12:53:37 -08:00