Linus Torvalds
4edcdefd40
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Pull bpf fixes from Alexei Starovoitov:
- Fix effective prog array index with BPF_F_PREORDER (Amery Hung)
- Zero-initialize the fib lookup flow struct (Avinash Duduskar)
- Disable xfrm_decode_session hook attachment (Bradley Morgan)
- Allow type tag BTF records to succeed other modifier records (Emil
Tsalapatis)
- Fix build_id caching in stack_map_get_build_id_offset() (Ihor
Solodrai)
- Add missing access_ok call to copy_user_syms (Jiri Olsa)
- Fix stack slot index in nospec checks (Nuoqi Gui)
- Preserve pointer spill metadata during half-slot cleanup (Nuoqi Gui)
- Fix partial copy of non-linear test_run output (Sun Jian)
- Fix BPF_PROG_ASSOC_STRUCT_OPS last field check (Thiébaud Weksteen)
- Reset register bounds before narrowing retval range (Tristan Madani)
- Fix vmlinux BTF leak in bpftool cgroup commands (Yichong Chen)
- Guard error writes in conntrack kfuncs (Yiyang Chen)
* tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
bpf: Disable xfrm_decode_session hook attachment
selftests/bpf: Add test for stale bounds on LSM retval context load
bpf: Reset register bounds before narrowing retval range in check_mem_access()
selftests/bpf: Cover small conntrack opts error writes
bpf: Guard conntrack opts error writes
selftests/bpf: Cover half-slot cleanup of pointer spills
bpf: Preserve pointer spill metadata during half-slot cleanup
selftests/bpf: Test cgroup link replace with BPF_F_PREORDER
bpf: Fix effective prog array index with BPF_F_PREORDER
bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field check
bpf: zero-initialize the fib lookup flow struct
bpftool: Fix vmlinux BTF leak in cgroup commands
bpf: Add missing access_ok call to copy_user_syms
bpf: Allow type tag BTF records to succeed other modifier records
bpf: Emit verbose message when prog-specific btf_struct_access rejects a write
bpf: Fix build_id caching in stack_map_get_build_id_offset()
bpf: Fix partial copy of non-linear test_run output
selftests/bpf: Cover stack nospec slot indexing
bpf: Fix stack slot index in nospec checks
2026-06-25 14:09:26 -07:00
..
2020-03-25 11:50:48 +01:00
2025-03-15 11:48:29 -07:00
2026-06-12 22:43:33 -07:00
2024-03-15 14:24:03 -07:00
2025-12-23 11:30:00 -08:00
2026-04-26 18:12:22 -07:00
2025-11-14 13:57:28 -08:00
2025-10-16 09:34:39 -07:00
2023-07-25 14:02:47 -07:00
2023-07-05 19:14:54 -07:00
2021-02-08 17:55:01 -08:00
2025-09-22 19:17:55 -07:00
2026-04-07 16:28:12 -07:00
2022-08-17 09:42:07 -07:00
2020-06-28 10:06:53 -07:00
2024-03-06 15:18:15 -08:00
2023-11-21 10:43:03 -08:00
2025-07-15 14:38:58 -07:00
2026-06-05 15:21:24 -07:00
2026-06-05 14:20:58 -07:00
2026-04-06 18:38:32 -07:00
2026-04-14 18:04:04 -07:00
2022-01-18 15:45:06 -08:00
2024-07-29 15:05:07 -07:00
2026-02-24 08:19:33 -08:00
2022-06-20 17:40:52 -07:00
2025-06-06 19:21:43 -07:00
2026-06-22 16:04:34 -07:00
2023-11-21 10:45:24 -08:00
2023-08-30 08:45:05 +02:00
2026-06-01 18:31:42 -07:00
2026-04-22 12:59:49 -07:00
2024-06-03 16:52:42 +02:00
2026-01-26 18:47:31 -08:00
2026-01-26 18:47:31 -08:00
2026-04-22 14:18:41 -07:00
2025-01-16 15:34:18 -08:00
2026-04-24 11:07:57 -07:00
2022-09-02 15:55:37 +02:00
2024-06-06 15:56:30 +02:00
2026-03-26 13:53:57 -07:00
2024-03-25 17:25:54 +01:00
2021-08-16 18:38:52 -07:00
2026-01-13 16:10:39 -08:00
2026-04-10 12:34:36 -07:00
2024-10-21 13:18:51 -07:00
2025-11-04 13:44:12 -08:00
2025-05-23 10:06:28 -07:00
2022-03-05 18:39:51 -08:00
2026-03-05 15:03:04 -08:00
2026-06-21 17:59:44 -07:00
2024-09-11 09:58:31 -07:00
2026-06-01 18:31:41 -07:00
2024-09-05 13:07:47 -07:00
2024-04-29 16:14:11 -07:00
2024-10-09 18:29:07 -07:00
2022-03-15 17:03:10 +01:00
2022-03-15 17:03:10 +01:00
2022-03-15 17:03:10 +01:00
2024-07-31 10:00:20 -07:00
2024-08-14 18:10:46 -07:00
2023-05-13 16:55:46 -07:00
2022-09-23 13:59:08 -07:00
2026-04-12 23:46:32 +02:00
2026-01-27 09:06:03 -08:00
2022-09-21 10:57:13 -07:00
2025-06-09 16:28:31 -07:00
2025-06-11 12:32:50 -07:00
2026-06-21 18:10:04 -07:00
2024-12-02 08:41:17 -08:00
2021-05-25 17:32:35 -07:00
2026-04-12 13:36:55 -07:00
2023-08-08 17:01:19 -07:00
2025-03-15 11:48:24 -07:00
2025-09-15 20:39:24 +02:00
2025-09-15 10:53:15 -07:00
2026-04-19 13:52:50 +02:00
2025-11-14 18:49:18 -08:00
2026-03-21 13:17:14 -07:00
2025-11-21 10:46:01 -08:00
2025-03-15 11:48:30 -07:00
2026-03-23 11:37:34 -07:00
2023-10-06 20:17:28 +02:00
2022-05-13 15:15:21 +02:00
2022-07-19 09:33:18 -07:00
2022-02-04 11:29:01 -08:00
2022-02-04 11:29:01 -08:00
2021-01-08 13:39:24 -08:00
2024-08-22 08:00:26 -07:00
2025-02-14 19:58:14 -08:00
2022-05-13 15:15:21 +02:00
2020-01-20 16:37:45 -08:00
2025-03-15 11:48:58 -07:00
2024-07-29 15:05:08 -07:00
2026-04-23 07:54:50 -07:00
2022-03-05 09:38:15 -08:00
2025-12-10 01:36:26 -08:00
2024-07-29 15:05:08 -07:00
2022-08-16 17:39:59 -04:00
2026-01-13 09:32:16 -08:00
2024-04-25 12:42:43 -07:00
2026-02-24 08:19:49 -08:00
2026-04-12 15:42:57 -07:00
2023-02-16 15:32:46 -08:00
2020-07-01 09:06:12 +02:00
2026-05-17 13:53:24 -07:00
2026-01-25 08:20:50 -08:00
2021-11-08 22:17:55 +01:00
2026-02-24 08:19:49 -08:00
2025-04-09 20:12:54 -07:00
2025-09-22 19:17:55 -07:00
2025-09-22 19:17:55 -07:00
2026-03-11 10:54:40 -07:00
2024-07-17 19:22:44 +02:00
2024-09-04 12:58:46 -07:00
2025-09-22 19:17:55 -07:00
2024-03-28 18:30:53 -07:00
2026-04-22 23:07:01 +02:00
2026-06-14 17:24:26 -07:00
2024-06-04 11:17:54 -07:00
2025-02-19 18:54:59 -08:00
2022-08-23 22:48:03 +02:00
2023-02-16 15:32:46 -08:00
2026-02-24 08:19:33 -08:00
2025-04-25 08:36:59 -07:00
2025-09-10 12:34:09 -07:00
2025-02-13 19:35:32 -08:00
2026-01-31 13:51:04 -08:00
2023-04-07 15:24:43 -07:00
2026-03-03 08:36:26 -08:00
2026-03-03 08:36:26 -08:00
2022-09-02 15:55:37 +02:00
2023-04-13 14:32:05 +02:00
2022-09-02 15:55:37 +02:00
2022-09-02 15:55:37 +02:00
2022-09-02 15:55:37 +02:00
2023-12-11 19:16:32 -08:00
2023-07-12 07:57:18 -07:00
2020-11-05 20:04:46 -08:00
2022-11-09 20:45:14 -08:00
2022-04-19 13:48:20 -07:00
2026-04-05 18:37:32 -07:00
2026-06-09 21:23:11 -07:00
2023-06-02 17:04:22 -07:00
2024-06-20 20:42:44 -07:00
2026-04-07 15:53:45 -07:00
2026-06-05 14:20:58 -07:00
2022-12-22 17:19:23 -08:00
2022-12-22 00:53:58 +01:00
2025-09-15 20:39:24 +02:00
2024-07-29 15:05:08 -07:00
2026-04-23 07:54:50 -07:00
2026-05-20 05:12:05 +02:00
2026-01-20 16:15:57 -08:00
2024-10-10 10:44:03 -07:00
2024-06-13 16:33:04 -07:00
2026-02-24 08:19:49 -08:00
2026-04-08 18:15:56 -07:00
2023-09-08 16:22:41 -07:00
2024-02-01 11:35:48 +01:00
2022-04-06 10:32:12 -07:00
2022-02-08 21:17:34 +01:00
2024-03-28 18:31:41 -07:00
2023-03-01 10:05:19 -08:00
2021-11-25 23:05:23 +01:00
2026-04-26 18:12:22 -07:00
2026-06-05 20:32:21 -07:00
2023-02-16 15:32:46 -08:00
2024-01-24 16:21:01 -08:00
2024-01-24 16:21:01 -08:00
2021-05-25 17:32:35 -07:00
2024-11-04 11:37:36 -08:00
2026-06-09 21:23:11 -07:00
2021-04-23 14:05:27 -07:00
2021-04-23 14:05:27 -07:00
2026-03-11 09:36:37 -07:00
2022-09-02 15:55:37 +02:00
2023-12-05 15:06:47 +01:00
2025-06-17 10:18:30 -07:00
2024-02-13 18:51:32 -08:00
2022-05-13 15:15:21 +02:00
2022-09-21 17:33:42 -07:00
2022-08-09 18:46:11 -07:00
2026-06-07 18:46:13 -07:00
2026-03-27 09:05:13 -07:00
2026-06-12 20:33:16 -07:00
2025-03-06 12:31:08 -08:00
2026-06-05 15:28:29 -07:00
2026-03-04 16:44:29 -08:00
2024-07-29 15:05:08 -07:00
2024-07-30 13:45:45 -07:00
2026-02-24 08:19:49 -08:00
2023-12-18 18:15:49 +01:00
2026-06-04 09:44:42 -07:00
2024-11-11 08:18:39 -08:00
2026-05-18 18:51:32 -07:00
2026-02-27 15:39:00 -08:00
2026-06-09 21:23:11 -07:00
2022-09-02 15:55:37 +02:00
2022-05-20 15:07:41 -07:00
2023-03-22 15:11:06 -07:00
2022-02-02 22:31:18 -08:00
2025-06-25 15:13:16 -07:00
2023-02-16 15:32:46 -08:00
2026-04-23 11:54:44 -07:00
2025-01-08 09:39:58 -08:00
2023-02-16 15:32:46 -08:00
2026-03-18 17:16:06 -07:00
2026-03-11 09:29:09 -07:00
2024-09-04 12:58:46 -07:00
2025-11-13 13:18:25 -08:00
2024-08-28 17:11:54 -07:00
2025-02-20 14:30:07 -08:00
2023-05-16 20:57:16 -07:00
2024-10-16 17:04:38 +02:00
2025-02-26 07:35:51 -08:00
2025-02-19 09:46:02 -08:00
2022-03-15 17:03:10 +01:00
2024-07-29 15:05:07 -07:00
2020-09-30 23:21:06 -07:00
2026-01-26 10:59:07 -08:00
2026-05-14 08:18:50 -07:00
2025-11-21 16:49:16 -08:00
2021-11-11 16:54:05 -08:00
2023-04-13 14:32:04 +02:00
2026-03-18 17:08:54 -07:00
2024-04-12 11:49:51 +02:00
2025-08-15 16:52:52 -07:00
2025-10-10 10:10:08 -07:00
2023-02-16 15:32:46 -08:00
2022-09-02 15:55:37 +02:00
2022-09-02 15:55:37 +02:00
2024-04-24 09:47:49 -07:00
2023-09-08 08:42:19 -07:00
2025-03-15 11:48:28 -07:00
2025-02-25 19:04:43 -08:00
2020-11-19 11:58:15 -08:00
2026-03-11 09:34:22 -07:00
2021-11-28 22:24:57 -08:00
2023-02-16 15:32:46 -08:00
2025-09-19 09:27:23 -07:00
2023-07-13 16:24:29 -07:00
2026-02-24 08:19:33 -08:00
2024-12-13 16:24:53 -08:00
2022-02-02 22:31:18 -08:00
2024-09-04 12:58:46 -07:00
2024-09-04 12:58:46 -07:00
2026-02-23 17:37:06 -08:00
2025-11-21 18:34:59 -08:00
2022-09-02 15:55:37 +02:00
2025-02-19 17:01:36 -08:00
2023-02-16 15:32:46 -08:00
2025-07-16 18:32:31 -07:00
2026-06-09 21:23:11 -07:00
2022-09-02 15:55:37 +02:00
2026-04-24 18:14:18 -07:00
2025-10-29 18:17:56 -07:00
2025-12-19 10:55:40 -08:00
2026-06-05 08:00:08 -07:00
2023-09-25 16:22:42 -07:00
2025-10-27 19:46:32 -07:00
2023-10-11 17:27:55 -07:00
2025-11-21 10:46:31 -08:00
2021-10-08 15:17:00 -07:00
2025-11-14 17:02:25 -08:00
2026-06-14 17:38:55 -07:00
2025-10-01 16:00:25 -07:00
2022-02-02 22:31:18 -08:00
2026-06-05 20:33:48 -07:00
2025-04-22 14:29:58 -07:00
2026-01-13 09:32:16 -08:00
2024-07-29 15:05:07 -07:00
2023-09-06 11:08:47 +02:00
2021-10-08 15:17:00 -07:00
2022-09-02 15:55:37 +02:00
2022-09-02 15:55:37 +02:00
2022-04-20 23:48:34 +02:00
2026-02-24 08:19:33 -08:00
2022-10-19 16:40:45 -07:00
2026-04-22 22:44:30 +02:00
2021-10-08 15:17:00 -07:00
2026-04-16 15:53:32 -07:00
2024-11-11 08:18:35 -08:00
2024-10-22 13:41:42 -07:00
2024-01-29 12:48:32 -08:00
2022-06-23 10:52:12 -07:00
2025-07-14 15:12:54 -07:00
2026-04-12 12:28:05 -07:00
2024-10-22 13:41:38 -07:00
2021-02-11 17:44:41 -08:00
2025-12-08 15:32:15 -08:00
2026-06-14 21:30:21 -07:00
2025-05-22 14:26:58 -07:00
2026-06-16 08:55:41 -07:00
2026-02-24 08:19:49 -08:00
2025-05-22 14:26:58 -07:00
2025-01-29 13:32:48 -08:00
2024-05-28 17:53:03 -07:00
2023-05-13 16:55:46 -07:00
2023-05-13 16:55:46 -07:00
2026-05-08 11:38:08 -07:00
2024-04-30 10:43:37 -07:00
2026-06-01 18:31:41 -07:00
2026-05-13 09:27:32 -07:00
2026-05-13 09:27:32 -07:00
2026-05-31 17:49:21 -07:00
2021-02-10 11:05:34 -08:00
2025-08-27 15:13:08 -07:00
2025-08-27 15:13:08 -07:00
2026-01-30 13:40:08 -08:00
2025-09-25 16:17:14 -07:00
2025-08-27 15:13:08 -07:00
2025-09-25 16:17:30 -07:00
2021-05-13 17:23:57 -07:00
2025-09-11 13:00:44 -07:00
2026-01-21 09:42:53 -08:00
2024-03-06 15:18:16 -08:00
2026-04-03 14:09:43 +05:30
2023-06-13 15:13:52 -07:00
2022-03-16 15:13:36 -07:00
2024-10-23 22:15:09 -07:00
2026-03-21 13:09:34 -07:00
2023-12-04 17:50:27 -08:00
2026-06-10 16:16:46 -07:00
2022-09-02 15:55:37 +02:00
2023-03-13 21:51:30 -07:00
2026-06-09 21:23:11 -07:00
2026-04-15 12:10:20 -07:00
2026-04-19 13:52:50 +02:00
2022-08-17 22:43:58 +02:00
2023-10-17 18:31:27 +02:00
2025-09-23 07:34:39 -07:00
2023-08-23 09:37:29 -07:00
2024-12-20 23:13:31 +01:00
2025-06-09 16:28:30 -07:00
2025-02-19 09:46:02 -08:00
2025-01-06 09:48:58 +01:00
2026-02-24 08:19:49 -08:00
2026-02-24 08:19:33 -08:00
2024-01-23 14:40:24 -08:00
2022-09-28 17:33:59 -07:00
2026-04-22 12:59:49 -07:00
2024-07-29 15:05:08 -07:00
2022-09-28 17:34:14 -07:00
2024-01-03 21:08:26 -08:00
2026-03-10 17:40:15 -07:00
2024-09-04 17:06:09 -07:00
2023-11-01 22:31:41 -07:00
2024-09-05 13:07:47 -07:00
2025-04-09 16:16:56 -07:00
2024-10-30 15:29:59 +01:00
2026-03-30 15:52:25 -07:00
2026-03-16 11:26:41 -07:00
2023-03-08 11:15:39 -08:00
2023-07-27 18:54:17 -07:00
2023-03-25 19:52:52 -07:00
2026-06-05 14:20:58 -07:00
2024-07-29 15:05:04 -07:00
2022-09-02 15:55:37 +02:00
2022-02-02 22:31:18 -08:00
2024-06-13 14:29:53 +02:00
2024-09-05 13:07:47 -07:00
2025-12-05 16:17:58 -08:00
2025-08-06 16:01:58 -07:00
2025-02-17 18:47:27 -08:00
2024-02-13 15:16:44 -08:00
2024-07-29 13:09:10 -07:00
2026-03-24 08:51:23 -07:00
2024-03-04 14:09:24 -08:00
2024-02-22 12:26:41 -08:00
2025-02-20 18:44:35 -08:00
2026-02-24 08:19:49 -08:00
2026-04-15 12:10:20 -07:00
2025-09-25 11:00:01 -07:00
2025-11-29 09:37:41 -08:00
2026-04-05 18:45:48 -07:00
2025-10-29 11:07:24 -07:00
2026-02-23 18:40:07 -08:00
2026-06-12 18:21:01 -07:00
2026-06-23 13:40:45 -07:00
2026-06-23 13:40:44 -07:00
2023-12-12 15:53:34 -08:00
2025-09-10 12:34:09 -07:00
2025-09-10 12:34:09 -07:00
2025-09-10 12:34:09 -07:00
2026-02-04 13:12:50 -08:00
2026-02-03 16:58:47 -08:00
2026-02-03 16:58:47 -08:00
2026-04-15 16:46:47 -07:00
2023-03-13 21:51:30 -07:00
2024-09-11 08:56:42 -07:00
2022-02-02 22:31:18 -08:00
2026-04-16 15:53:32 -07:00
2024-04-12 18:25:21 +02:00
2026-01-24 18:49:35 -08:00
2026-06-07 11:03:05 -07:00
2025-09-23 12:07:47 -07:00
2026-03-24 13:39:32 -07:00
2022-11-20 15:45:48 -08:00
2022-09-28 17:34:19 -07:00
2023-02-22 12:34:50 -08:00
2026-04-15 16:46:47 -07:00
2023-03-08 16:19:51 -08:00
2026-06-14 17:24:26 -07:00
2025-10-01 13:37:29 -07:00
2025-09-24 02:25:06 -07:00
2024-06-25 10:15:38 +09:00
2026-03-03 08:39:22 -08:00
2025-06-06 19:21:43 -07:00
2022-11-11 11:44:46 -08:00
2023-02-16 15:32:46 -08:00
2024-04-05 10:58:10 -07:00
2026-06-14 17:32:53 -07:00
2026-06-06 16:46:53 -07:00
2026-03-24 21:42:37 +00:00
2026-05-11 15:59:39 -07:00
2023-06-21 23:48:51 +02:00
2026-05-14 16:04:54 -07:00
2026-01-21 16:12:10 -08:00
2022-09-02 15:55:37 +02:00
2025-06-12 19:07:51 -07:00
2023-08-02 14:21:12 -07:00
2026-04-14 10:39:24 +02:00
2022-02-02 22:31:18 -08:00
2026-06-23 19:07:23 -07:00
2025-12-09 23:53:27 -08:00
2023-09-11 23:18:11 -07:00
2025-09-27 06:24:27 -07:00
2025-06-12 19:07:51 -07:00
2026-02-26 11:27:08 -08:00
2023-02-16 15:32:46 -08:00
2023-02-16 15:32:46 -08:00
2026-02-24 08:19:49 -08:00
2022-02-02 22:31:18 -08:00
2022-09-02 15:55:37 +02:00
2026-01-24 16:51:22 -08:00
2023-02-24 17:34:09 -08:00
2025-03-19 16:01:33 -07:00
2022-09-02 15:55:37 +02:00
2024-01-23 14:40:22 -08:00
2023-02-24 17:34:09 -08:00
2026-04-06 18:43:51 -07:00