Linus Torvalds
e994cc240a
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-10-28 13:42:24 +00:00
2020-12-14 15:34:36 -08:00
2020-07-06 15:47:48 -06:00
2020-03-25 11:50:48 +01:00
2020-11-10 15:13:25 -07:00
2020-12-07 14:34:55 -07:00
2020-12-04 12:06:16 +01:00
2020-05-08 09:40:58 -06:00
2020-12-08 15:45:57 -08:00
2020-03-25 11:50:48 +01:00
2020-10-16 11:11:21 -07:00
2020-11-06 15:42:42 -08:00
2020-10-15 15:14:32 -07:00
2020-06-29 10:02:23 +02:00
2020-10-27 16:45:51 -06:00
2020-03-25 11:50:48 +01:00
2020-11-10 14:40:13 -07:00
2020-03-25 11:50:48 +01:00
2020-11-10 14:41:32 -07:00
2020-04-14 10:24:28 -06:00
2020-03-25 11:50:48 +01:00
2020-03-25 11:50:48 +01:00
2020-08-12 10:58:01 -07:00
2020-08-05 11:52:17 -07:00
2020-12-03 12:38:58 -05:00
2020-06-04 19:06:25 -07:00
2020-08-27 15:27:24 +02:00
2020-12-15 22:46:16 -08:00
2020-03-25 11:50:48 +01:00
2020-03-25 11:50:48 +01:00
2020-11-10 14:42:04 -07:00
2020-08-07 11:33:27 -07:00
2020-08-27 16:06:47 -04:00
2020-03-25 11:50:48 +01:00
2020-12-14 17:38:12 -08:00
2020-10-15 18:42:13 -07:00
2020-05-08 09:42:14 -06:00
2020-06-05 20:02:09 -04:00
2020-12-03 10:16:28 +01:00
2020-07-06 15:59:07 -06:00
2020-10-27 17:04:01 -06:00
2020-11-19 23:47:23 +11:00
2020-03-25 11:50:48 +01:00
2020-11-05 10:08:14 -07:00
2020-05-30 10:34:02 -07:00
2020-07-20 18:04:59 -07:00
2020-09-23 10:19:25 -06:00
2020-11-19 19:37:47 -08:00
2020-03-13 13:29:22 -06:00
2020-12-07 14:09:45 -07:00
2020-03-25 11:50:48 +01:00
2020-03-25 11:50:48 +01:00
2020-12-02 11:20:54 -08:00
2020-11-18 18:26:00 +01:00
2020-07-06 15:57:15 -06:00
2020-03-25 11:50:48 +01:00
2020-03-25 11:50:48 +01:00
2020-08-07 10:50:11 -07:00
2020-07-06 15:57:28 -06:00
2020-12-02 15:07:57 +01:00
2020-06-09 10:03:12 -07:00
2020-11-28 13:18:34 -08:00
2020-11-03 11:05:40 +01:00
2020-08-20 15:49:28 -06:00
2020-03-25 11:50:48 +01:00
2020-07-06 14:20:35 -06:00
2020-07-06 15:59:07 -06:00
2020-10-27 17:59:09 -06:00
2020-12-16 00:17:58 -08:00
2020-03-25 11:50:48 +01:00
2020-10-30 12:57:38 +01:00
2020-12-16 00:17:58 -08:00
2020-04-03 13:12:26 -07:00
2020-05-19 16:11:46 -06:00
2020-04-23 17:23:20 -06:00
2020-11-06 15:42:42 -08:00
2020-08-05 10:28:25 -07:00
2020-10-27 16:51:06 -06:00
2020-12-16 00:17:58 -08:00
2020-11-10 14:51:39 -07:00