messages from 2026-04-13 15:06:15 to 2026-04-14 20:02:23 UTC [more...]
[PATCH net-next v2 1/2] net: add missing syncookie statistics for BPF custom syncookies
2026-04-14 20:02 UTC (8+ messages)
` [PATCH net-next v2 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie
[PATCH bpf-next 0/6] btf: Extend vlen, kind in struct btf_type
2026-04-14 19:50 UTC (7+ messages)
` [PATCH bpf-next 1/6] bpf: Extend BTF UAPI vlen, kinds to use unused bits
` [PATCH bpf-next 2/6] libbpf: Adjust btf_vlen() to return a __u32
` [PATCH bpf-next 3/6] libbpf: Add feature for kernel extended vlen/kind support
` [PATCH bpf-next 4/6] bpftool: Support 24-bit vlen
` [PATCH bpf-next 5/6] selftests/bpf: Test BTF sanitization rejection for invalid vlen
` [PATCH bpf-next 6/6] selftests/bpf: Fix up btf/invalid test for extended kind
[PATCH bpf 1/2] libbpf: Fix btf object leak in load_module_btfs
2026-04-14 19:48 UTC (2+ messages)
` [PATCH bpf 2/2] libbpf: Prevent double close of btf objects
[PATCH bpf] bpf: allow UTF-8 literals in bpf_bprintf_prepare()
2026-04-14 19:32 UTC (3+ messages)
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-04-14 19:16 UTC (21+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into "
` [PATCH RFC bpf-next 6/8] selftests/bpf: do not run verifier JIT tests when BPF_JIT_KASAN is enabled
` [PATCH RFC bpf-next 7/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH RFC bpf-next 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH bpf-next v3 1/1] bpf: Refactor dynptr mutability tracking
2026-04-14 19:10 UTC
[PATCH v2 0/4] Firmware LSM hook
2026-04-14 19:09 UTC (15+ messages)
[PATCH 1/2] bpf: deduce_bounds_64_from_32 tightening with circular range logic
2026-04-14 18:32 UTC (4+ messages)
[PATCH v10 00/12] VMSCAPE optimization for BHI variant
2026-04-14 18:05 UTC (14+ messages)
` [PATCH v10 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v10 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v10 03/12] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v10 04/12] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v10 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v10 06/12] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v10 07/12] static_call: Add EXPORT_STATIC_CALL_FOR_MODULES()
` [PATCH v10 08/12] kvm: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v10 09/12] x86/vmscape: Use static_call() for predictor flush
` [PATCH v10 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v10 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v10 12/12] x86/vmscape: Add cmdline vmscape=on to override attack vector controls
[PATCH bpf-next v4 00/18] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-14 17:51 UTC (17+ messages)
` [PATCH bpf-next v4 09/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v4 15/18] bpf,x86: Implement JIT support for stack arguments
[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
2026-04-14 17:51 UTC (32+ messages)
` [PATCH RFC bpf-next v2 01/18] bpf: Register rhash map
` [PATCH RFC bpf-next v2 03/18] bpf: Implement lookup, delete, update for resizable hashtab
` [PATCH RFC bpf-next v2 04/18] rhashtable: Add rhashtable_walk_enter_from()
` [PATCH RFC bpf-next v2 05/18] bpf: Implement get_next_key and free_internal_structs for resizable hashtab
` [PATCH RFC bpf-next v2 06/18] bpf: Implement bpf_each_rhash_elem() using walk API
` [PATCH RFC bpf-next v2 07/18] bpf: Implement batch ops for resizable hashtab
` [PATCH RFC bpf-next v2 08/18] bpf: Implement iterator APIs "
` [PATCH RFC bpf-next v2 11/18] libbpf: Support resizable hashtable
` [PATCH RFC bpf-next v2 17/18] bpftool: Add rhash map documentation
[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-14 16:00 UTC (4+ messages)
[PATCH bpf] bpf,tcp: avoid infinite recursion in BPF_SOCK_OPS_HDR_OPT_LEN_CB
2026-04-14 15:37 UTC (3+ messages)
[PATCH bpf v4 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-04-14 14:13 UTC (6+ messages)
` [PATCH bpf v4 1/5] bpf, sockmap: Annotate af_unix sock::sk_state data-races
` [PATCH bpf v4 2/5] bpf, sockmap: Fix af_unix iter deadlock
` [PATCH bpf v4 3/5] selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
` [PATCH bpf v4 4/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
` [PATCH bpf v4 5/5] bpf, sockmap: Take state lock for af_unix iter
[PATCH net-next 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
2026-04-14 15:13 UTC (3+ messages)
` [PATCH net-next 1/2] net: mana: Use per-queue allocation for tx_qp to reduce allocation size
` [PATCH net-next 2/2] net: mana: Use kvmalloc for large RX queue and buffer allocations
[PATCH bpf-next v2 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
2026-04-14 14:48 UTC (8+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Remove redundant bpf_flush_icache() "
` [PATCH bpf-next v2 2/2] bpf, riscv: "
linux-next: manual merge of the bpf-next tree with the origin tree
2026-04-14 14:38 UTC (3+ messages)
[PATCH RFC bpf-next 0/4] selftests/bpf: Update atomics test
2026-04-14 14:29 UTC (8+ messages)
` [PATCH RFC bpf-next 1/4] selftests/bpf: Only define ENABLE_ATOMICS_TESTS for cpuv4 runner
` [PATCH RFC bpf-next 2/4] selftests/bpf: Add 8-bit and 16-bit fetch-based testcases for atomics
` [PATCH RFC bpf-next 3/4] selftests/bpf: Introduce all of non-fetch-based "
` [PATCH RFC bpf-next 4/4] selftests/bpf: Implement exhaustive stack-based "
[PATCH bpf-next] s390/bpf: inline smp_processor_id and current_task
2026-04-14 14:29 UTC
[PATCH] tools/headers: Sync stddef.h with include/uapi to fix BPF
2026-04-14 14:23 UTC
[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-04-14 14:19 UTC (12+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock
[PATCH bpf-next v4 0/8] bpf: Introduce global percpu data
2026-04-14 14:19 UTC (11+ messages)
` [PATCH bpf-next v4 1/8] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
` [PATCH bpf-next v4 3/8] libbpf: Probe percpu data feature
` [PATCH bpf-next v4 4/8] libbpf: Add support for global percpu data
` [PATCH bpf-next v4 5/8] bpf: Update per-CPU maps using BPF_F_ALL_CPUS flag
` [PATCH bpf-next v4 6/8] bpftool: Generate skeleton for global percpu data
` [PATCH bpf-next v4 7/8] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v4 8/8] selftests/bpf: Add a test to verify bpf_iter for "
[PATCH bpf-next 0/2] bpf: tcp: Reject TCP_NODELAY from BPF hdr opt callbacks
2026-04-14 13:56 UTC (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover TCP_NODELAY in hdr opt callback
[PATCH iwl-net v2] idpf: fix xdp crash in soft reset error path
2026-04-14 11:36 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH net v7 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-04-14 9:00 UTC (4+ messages)
` [PATCH net v7 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
[PATCH net-next v2 0/5] veth: add Byte Queue Limits (BQL) support
2026-04-14 8:08 UTC (4+ messages)
` [syzbot ci] "
` "
[PATCH bpf-next] selftests/bpf: Add BPF struct_ops + livepatch integration test
2026-04-14 6:59 UTC (7+ messages)
[PATCH RFC bpf-next 0/4] bpf: implement __reg_deduce_bounds() using wrapped intervals
2026-04-14 3:59 UTC (4+ messages)
[PATCH bpf-next v14 1/5] bpf: Move constants blinding out of arch-specific JITs
2026-04-14 3:20 UTC (3+ messages)
[PATCH bpf-next v2 0/2] bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
2026-04-13 23:30 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: fix "
` [PATCH bpf-next v2 2/2] selftests/bpf: "
[PATCH bpf-next v2 0/2] bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
2026-04-13 22:57 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: fix "
` [PATCH bpf-next v2 2/2] selftests/bpf: "
[PATCH bpf-next] bpf: Fix use-after-free in arena_vm_close on fork
2026-04-13 22:39 UTC (3+ messages)
[PATCH bpf-next v2 0/1] Refactor dynptr mutability tracking
2026-04-13 22:35 UTC (4+ messages)
` [PATCH bpf-next v2 1/1] bpf: "
[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
2026-04-13 22:30 UTC (2+ messages)
[PATCH] bpf: btf: reject division by zero in btf_struct_walk for zero-size flex array elements
2026-04-13 21:43 UTC (2+ messages)
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-13 20:39 UTC (10+ messages)
[PATCH bpf-next v9 0/6] bpf: Add support for sleepable tracepoint programs
2026-04-13 20:05 UTC (7+ messages)
` [PATCH bpf-next v9 2/6] bpf: Add bpf_prog_run_array_sleepable()
[PATCH bpf-next 0/3] bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
2026-04-13 19:56 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: fix arg tracking for BPF_STX through imprecise ptrs
` [PATCH bpf-next 2/3] bpf: fix arg tracking for BPF_ST through imprecise/multi-offset ptrs
` [PATCH bpf-next 3/3] selftests/bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
[PATCH bpf v4 0/2] bpf: Fix arena VMA use-after-free on fork
2026-04-13 19:44 UTC (7+ messages)
` [PATCH bpf v4 1/2] bpf: Fix use-after-free of arena VMA "
[PATCH bpf-next v1 0/3] Fix garbage data in task local data
2026-04-13 19:02 UTC (4+ messages)
` [PATCH bpf-next v1 1/3] selftests/bpf: Prevent allocating data larger than a page
` [PATCH bpf-next v1 2/3] selftests/bpf: Fix tld_get_data() returning garbage data
` [PATCH bpf-next v1 3/3] selftests/bpf: Test small task local data allocation
[PATCH v3 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-04-13 18:57 UTC (5+ messages)
` [PATCH v3 1/4] perf/core: Fix NULL pmu_ctx passed to PMU sched_task callback
` [PATCH v3 2/4] perf: Use a union to clear branch entry bitfields
` [PATCH v3 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v3 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE
[GIT PULL] BPF changes for 7.1
2026-04-13 17:47 UTC
[PATCH v2] bpf/tests: Exhaustive test coverage for signed division and modulo
2026-04-13 17:23 UTC (2+ messages)
` [PATCH bpf-next v3] "
[PATCH bpf-next 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
2026-04-13 17:20 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Remove redundant bpf_flush_icache() "
` [PATCH bpf-next 2/2] bpf, riscv: "
[PATCH bpf-next v4 13/18] bpf: Support stack arguments for kfunc calls
2026-04-13 16:43 UTC (3+ messages)
[PATCH bpf-next v4 12/18] bpf: Reject stack arguments if tail call reachable
2026-04-13 16:37 UTC (3+ messages)
[PATCH bpf-next v4 10/18] bpf: Fix interaction between stack argument PTR_TO_STACK and dead slot poisoning
2026-04-13 16:36 UTC (3+ messages)
Infinite Recursion / Kernel Stack Overflow in bpf_skops_hdr_opt_len() via TCP_NODELAY setsockopt
2026-04-13 15:55 UTC (2+ messages)
[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
2026-04-13 15:06 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox