Linus Torvalds
d0d106a2bd
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
...
Pull bpf updates from Alexei Starovoitov:
"A smaller than usual release cycle.
The main changes are:
- Prepare selftest to run with GCC-BPF backend (Ihor Solodrai)
In addition to LLVM-BPF runs the BPF CI now runs GCC-BPF in compile
only mode. Half of the tests are failing, since support for
btf_decl_tag is still WIP, but this is a great milestone.
- Convert various samples/bpf to selftests/bpf/test_progs format
(Alexis Lothoré and Bastien Curutchet)
- Teach verifier to recognize that array lookup with constant
in-range index will always succeed (Daniel Xu)
- Cleanup migrate disable scope in BPF maps (Hou Tao)
- Fix bpf_timer destroy path in PREEMPT_RT (Hou Tao)
- Always use bpf_mem_alloc in bpf_local_storage in PREEMPT_RT (Martin
KaFai Lau)
- Refactor verifier lock support (Kumar Kartikeya Dwivedi)
This is a prerequisite for upcoming resilient spin lock.
- Remove excessive 'may_goto +0' instructions in the verifier that
LLVM leaves when unrolls the loops (Yonghong Song)
- Remove unhelpful bpf_probe_write_user() warning message (Marco
Elver)
- Add fd_array_cnt attribute for prog_load command (Anton Protopopov)
This is a prerequisite for upcoming support for static_branch"
* tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: (125 commits)
selftests/bpf: Add some tests related to 'may_goto 0' insns
bpf: Remove 'may_goto 0' instruction in opt_remove_nops()
bpf: Allow 'may_goto 0' instruction in verifier
selftests/bpf: Add test case for the freeing of bpf_timer
bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()
bpf: Bail out early in __htab_map_lookup_and_delete_elem()
bpf: Free special fields after unlock in htab_lru_map_delete_node()
tools: Sync if_xdp.h uapi tooling header
libbpf: Work around kernel inconsistently stripping '.llvm.' suffix
bpf: selftests: verifier: Add nullness elision tests
bpf: verifier: Support eliding map lookup nullness
bpf: verifier: Refactor helper access type tracking
bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
bpf: verifier: Add missing newline on verbose() call
selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDED
libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDED
libbpf: Fix return zero when elf_begin failed
selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test
veristat: Load struct_ops programs only once
...
2025-01-23 08:04:07 -08:00
..
2020-03-25 11:50:48 +01:00
2023-04-19 21:29:39 -07:00
2023-11-18 11:39:59 -08:00
2024-07-02 18:31:52 +02:00
2024-03-15 14:24:03 -07:00
2024-03-15 14:24:03 -07:00
2023-05-01 15:30:02 -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
2022-02-28 16:28:40 +01:00
2024-08-23 15:40:11 -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
2024-03-27 09:56:17 -07:00
2024-11-04 11:37:36 -08:00
2022-01-18 15:45:06 -08:00
2024-07-29 15:05:07 -07:00
2024-11-12 13:53:27 -08:00
2022-06-20 17:40:52 -07:00
2023-05-16 22:09:23 -07:00
2024-05-22 15:00:56 -07:00
2023-11-21 10:45:24 -08:00
2023-08-30 08:45:05 +02:00
2024-11-11 08:18:35 -08:00
2024-06-03 16:52:42 +02:00
2022-11-09 20:45:21 -08:00
2025-01-16 15:34:18 -08:00
2024-08-02 12:20:12 -07:00
2022-09-02 15:55:37 +02:00
2024-06-06 15:56:30 +02:00
2024-03-25 17:25:54 +01:00
2021-08-16 18:38:52 -07:00
2024-10-21 13:18:51 -07:00
2021-11-11 16:54:06 -08:00
2022-03-05 18:39:51 -08:00
2022-06-07 10:20:43 -07:00
2024-09-21 09:27:50 -07:00
2024-09-11 09:58:31 -07:00
2024-11-11 08:18:55 -08: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
2023-11-01 22:49:20 -07:00
2022-09-21 10:57:13 -07:00
2024-12-02 08:41:17 -08:00
2021-05-25 17:32:35 -07:00
2024-08-14 18:10:47 -07:00
2023-08-08 17:01:19 -07:00
2024-07-29 12:52:45 -07:00
2023-02-23 08:33:43 -08:00
2024-11-04 11:37:36 -08:00
2024-12-12 11:38:36 -08:00
2023-06-06 17:08:22 +02:00
2024-04-19 17:13:29 -07:00
2022-09-02 15:55:37 +02: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
2024-12-06 10:44:10 -08:00
2022-05-13 15:15:21 +02:00
2020-01-20 16:37:45 -08:00
2024-10-09 16:32:47 -07:00
2024-07-29 15:05:08 -07:00
2024-07-29 15:05:05 -07:00
2022-03-05 09:38:15 -08:00
2023-08-31 17:18:53 +02:00
2024-07-29 15:05:08 -07:00
2022-08-16 17:39:59 -04:00
2024-04-25 12:42:43 -07:00
2024-09-11 08:57:54 -07:00
2024-04-24 13:12:28 -07:00
2023-02-16 15:32:46 -08:00
2020-07-01 09:06:12 +02:00
2023-09-19 02:07:36 -07:00
2021-11-08 22:17:55 +01:00
2024-12-13 14:48:39 -08:00
2022-02-02 22:31:18 -08:00
2023-07-13 16:04:56 -07:00
2023-12-19 18:06:47 -08:00
2024-07-17 19:22:44 +02:00
2024-09-04 12:58:46 -07:00
2023-07-13 16:04:56 -07:00
2024-03-28 18:30:53 -07:00
2024-12-09 13:55:29 -08:00
2024-06-04 11:17:54 -07:00
2024-12-02 08:41:17 -08:00
2022-08-23 22:48:03 +02:00
2023-02-16 15:32:46 -08:00
2024-12-02 11:04:35 -08:00
2024-04-05 10:31:18 -07:00
2025-01-20 09:09:02 -08:00
2024-08-07 11:28:04 -07:00
2023-04-07 15:24:43 -07:00
2023-07-13 16:04:56 -07:00
2023-08-07 16:42:58 -07: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
2023-02-15 15:40:06 -08:00
2022-08-31 14:10:01 -07:00
2023-06-02 17:04:22 -07:00
2024-06-20 20:42:44 -07:00
2024-11-12 13:53:27 -08:00
2022-12-22 17:19:23 -08:00
2022-12-22 00:53:58 +01:00
2024-07-29 15:05:08 -07:00
2024-09-09 15:58:17 -07:00
2023-02-13 21:42:29 -08:00
2024-10-10 10:44:03 -07:00
2024-06-13 16:33:04 -07:00
2024-11-01 11:08:32 -07:00
2025-01-10 13:11:44 -08: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
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
2024-06-03 20:52:43 -07:00
2021-04-23 14:05:27 -07:00
2021-04-23 14:05:27 -07:00
2022-09-02 15:55:37 +02:00
2023-12-05 15:06:47 +01:00
2024-10-10 19:15:02 -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
2024-11-11 08:18:35 -08:00
2024-02-05 11:13:36 -08:00
2024-07-29 15:05:08 -07:00
2024-07-30 13:45:45 -07:00
2023-12-18 18:15:49 +01:00
2024-11-11 08:18:39 -08:00
2020-11-05 19:55:57 -08:00
2023-03-01 10:24:33 -08: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
2023-02-16 15:32:46 -08:00
2023-02-16 16:56:17 -08:00
2025-01-08 09:39:58 -08:00
2023-02-16 15:32:46 -08:00
2023-07-13 16:04:56 -07:00
2024-05-01 09:53:48 -07:00
2024-09-04 12:58:46 -07:00
2024-11-05 16:05:28 -08:00
2024-08-28 17:11:54 -07:00
2023-05-16 20:57:16 -07:00
2024-10-16 17:04:38 +02:00
2024-10-08 12:06:43 -07:00
2024-11-04 11:37:36 -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
2023-10-16 13:49:18 +02:00
2022-03-08 17:39:28 -08:00
2021-11-11 16:54:05 -08:00
2023-04-13 14:32:04 +02:00
2024-10-11 12:36:59 -07:00
2024-04-12 11:49:51 +02: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
2024-08-29 18:15:45 -07:00
2020-11-19 11:58:15 -08:00
2022-09-02 15:55:37 +02:00
2021-11-28 22:24:57 -08:00
2023-02-16 15:32:46 -08:00
2022-04-18 21:22:13 -07:00
2023-07-13 16:24:29 -07:00
2023-10-06 20:17:28 +02: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
2024-06-03 20:52:42 -07:00
2024-11-04 11:37:36 -08:00
2022-09-02 15:55:37 +02:00
2024-08-23 15:40:11 -07:00
2023-02-16 15:32:46 -08:00
2024-01-04 20:40:49 -08:00
2023-08-25 09:23:16 -07:00
2022-09-02 15:55:37 +02:00
2024-09-05 13:07:47 -07:00
2024-09-05 13:07:47 -07:00
2023-09-25 16:22:42 -07:00
2024-06-24 13:43:55 +02:00
2023-10-11 17:27:55 -07:00
2024-08-15 12:26:57 -07:00
2021-10-08 15:17:00 -07:00
2024-11-12 13:53:27 -08:00
2024-08-08 17:03:40 -07:00
2022-02-02 22:31:18 -08:00
2024-04-19 17:13:29 -07: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
2021-10-21 15:11:06 -07:00
2022-10-19 16:40:45 -07:00
2021-10-08 15:17:00 -07:00
2022-04-11 17:18:09 +02: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
2024-01-29 12:48:32 -08:00
2024-10-22 13:41:38 -07:00
2021-02-11 17:44:41 -08:00
2024-12-20 23:13:31 +01:00
2024-12-20 23:13:31 +01:00
2024-12-20 23:13:31 +01:00
2022-09-28 17:33:21 -07:00
2024-09-21 09:27:50 -07: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
2024-12-02 08:41:17 -08:00
2024-04-30 10:43:37 -07:00
2024-02-05 19:58:47 -08:00
2021-02-10 11:05:34 -08:00
2024-04-02 16:29:28 +02:00
2023-03-31 09:40:16 -07:00
2022-09-02 15:55:37 +02:00
2022-03-20 19:16:50 -07:00
2022-09-02 15:55:37 +02:00
2021-05-13 17:23:57 -07:00
2024-03-06 15:18:16 -08:00
2024-11-12 16:26:25 -08:00
2023-06-13 15:13:52 -07:00
2022-03-16 15:13:36 -07:00
2024-10-23 22:15:09 -07:00
2023-12-04 17:50:27 -08:00
2024-11-03 16:52:06 -08:00
2022-09-02 15:55:37 +02:00
2023-03-13 21:51:30 -07:00
2024-10-16 09:21:18 -07:00
2024-11-26 08:55:01 -08:00
2022-08-17 22:43:58 +02:00
2023-10-17 18:31:27 +02:00
2023-08-23 09:37:29 -07:00
2024-12-20 23:13:31 +01:00
2023-10-24 16:07:43 -07:00
2024-07-08 14:07:31 -07:00
2025-01-06 09:48:58 +01:00
2024-09-04 12:58:46 -07:00
2024-09-05 13:07:47 -07:00
2024-01-23 14:40:24 -08:00
2022-09-28 17:33:59 -07:00
2023-07-07 19:36:04 +02: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
2024-09-04 17:06:09 -07:00
2023-11-01 22:31:41 -07:00
2024-09-05 13:07:47 -07:00
2024-10-30 15:29:59 +01:00
2024-01-17 20:20:05 -08: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
2024-07-29 13:09:41 -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
2024-02-13 15:16:44 -08:00
2024-07-29 13:09:10 -07:00
2024-03-04 14:09:24 -08:00
2024-02-22 12:26:41 -08:00
2024-04-24 13:12:28 -07:00
2024-07-29 15:05:09 -07:00
2023-12-12 15:53:34 -08:00
2022-02-11 13:13:04 -08:00
2024-11-11 08:18:46 -08:00
2022-05-13 15:15:21 +02:00
2024-02-19 12:26:46 +01:00
2024-11-14 19:24:28 -08: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
2024-04-12 18:25:21 +02:00
2024-04-12 18:25:21 +02:00
2024-02-13 11:11:25 -08:00
2024-07-02 16:02:02 +02:00
2023-07-13 16:04:56 -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
2024-09-04 12:58:46 -07:00
2023-03-08 16:19:51 -08:00
2024-11-11 08:18:23 -08:00
2024-08-02 09:14:48 -07:00
2023-09-22 14:27:41 -07:00
2024-06-25 10:15:38 +09:00
2023-01-28 12:30:08 -08:00
2024-09-05 13:07:47 -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
2023-04-13 14:17:02 +02:00
2025-01-20 09:47:14 -08:00
2023-12-04 15:59:42 +01:00
2023-11-21 10:45:26 -08:00
2023-06-21 23:48:51 +02:00
2024-04-30 16:28:58 +02:00
2022-09-02 15:55:37 +02:00
2025-01-15 15:45:29 +01:00
2023-08-02 14:21:12 -07:00
2024-12-02 08:41:17 -08:00
2022-02-02 22:31:18 -08:00
2024-12-16 13:43:01 -08:00
2024-10-10 18:01:52 -07:00
2023-09-11 23:18:11 -07:00
2024-10-02 13:51:43 -07:00
2025-01-10 17:29:05 -08:00
2024-12-02 08:41:17 -08:00
2023-02-16 15:32:46 -08:00
2023-02-16 15:32:46 -08:00
2024-12-02 08:41:17 -08:00
2022-02-02 22:31:18 -08:00
2022-09-02 15:55:37 +02:00
2023-02-24 17:34:09 -08: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