messages from 2026-04-03 00:31:06 to 2026-04-04 10:02:47 UTC [more...]
[PATCH v6 net 0/8] xsk: tailroom reservation and MTU validation
2026-04-04 10:02 UTC (8+ messages)
` [PATCH v6 net 1/8] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v6 net 3/8] xsk: fix XDP_UMEM_SG_FLAG issues
` [PATCH v6 net 4/8] xsk: validate MTU against usable frame size on bind
[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
2026-04-04 6:05 UTC (4+ messages)
` [PATCH v2] "
[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
2026-04-04 4:49 UTC (5+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
[PATCH v9 00/10] VMSCAPE optimization for BHI variant
2026-04-04 3:49 UTC (29+ messages)
` [PATCH v9 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v9 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v9 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v9 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v9 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v9 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v9 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v9 09/10] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v9 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls
[PATCH v3 0/12] io_uring: add IORING_OP_BPF for extending io_uring
2026-04-04 2:54 UTC (10+ messages)
` [PATCH V3 05/12] io_uring: bpf: extend io_uring with bpf struct_ops
bpf() system call writes out of bounds of user supplied buffer
2026-04-03 23:22 UTC
[PATCH bpf] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
2026-04-03 22:13 UTC (3+ messages)
[PATCH 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
2026-04-03 21:58 UTC (6+ messages)
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-03 21:35 UTC (14+ messages)
` [RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
` [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions
[PATCH v3 dwarves 0/2] pahole: add BTF layout encoding feature
2026-04-03 21:08 UTC (2+ messages)
[PATCH bpf-next v3 0/9] Introduce arena library and runtime
2026-04-03 20:25 UTC (18+ messages)
` [PATCH bpf-next v3 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v3 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v3 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v3 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
` [PATCH bpf-next v3 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v3 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v3 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v3 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v3 9/9] selftests/bpf: Add selftests for libarena buddy allocator
[PATCH bpf-next v12 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-04-03 18:56 UTC (13+ messages)
` [PATCH bpf-next v12 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v12 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v12 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v12 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v12 5/5] bpf, arm64: Emit BTI for indirect jump target
[PATCH v2 bpf-next 0/2] Properly load values from insn_arays with non-zero offsets
2026-04-03 18:22 UTC (9+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Do not ignore offsets for loads from insn_arrays
[PATCH bpf-next 0/3] bpf: Refactor how the verifier matches kfunc checks
2026-04-03 17:08 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: Teach resolve_btfids about the setsc type
` [PATCH bpf-next 2/3] bpf: Introduce BTF_SET/ID_SUB and BPF_VERIF_KFUNC_DEF
` [PATCH bpf-next 3/3] bpf: classify rbtree kfuncs with BPF_VERIF_KFUNC_DEF sets
[PATCH v3 0/2] BPF documentation improvements
2026-04-03 16:40 UTC (3+ messages)
` [PATCH v3 1/2] bpf, doc: Clarify Pseudo-C notation and w vs r register usage
` [PATCH v3 2/2] bpf, doc: Improve MOV/MOVSX documentation and add examples
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-03 16:28 UTC (7+ messages)
[PATCH v4] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-04-03 16:16 UTC (4+ messages)
[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-04-03 16:12 UTC (2+ messages)
` [PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed, acquire}_timeout()
[PATCH v5 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-03 15:40 UTC (9+ messages)
` [PATCH v5 bpf-next 1/6] bpf: Do register range validation early
` [PATCH v5 bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH v5 bpf-next 3/6] selftests/bpf: Add tests for subprog topological ordering
` [PATCH v5 bpf-next 4/6] bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
` [PATCH v5 bpf-next 5/6] bpf: Move verifier helpers to header
` [PATCH v5 bpf-next 6/6] bpf: Add helper and kfunc stack access size resolution
[PATCH v2 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-03 15:31 UTC (13+ messages)
` [PATCH v2 01/10] selftests/bpf: Fall back to distro build directory for test_kmods
` [PATCH v2 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH v2 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH v2 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH v2 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH v2 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH v2 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH v2 08/10] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v2 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH v2 10/10] selftests/bpf: Tolerate missing files during install
[PATCH bpf v4 0/2] bpf: reject direct access to nullable PTR_TO_BUF pointers
2026-04-03 15:27 UTC (6+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: add test for nullable PTR_TO_BUF access
[PATCH bpf v2 0/2] bpf: fix end-of-list detection in cgroup_storage_get_next_key()
2026-04-03 14:16 UTC (4+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: add get_next_key boundary test for cgroup_storage
[PATCH bpf] bpf: fix end-of-list detection in cgroup_storage_get_next_key()
2026-04-03 13:39 UTC (4+ messages)
[RFC PATCH bpf-next v3 0/3] Upgrading uprobe and kprobe to their `multi` counterparts
2026-04-03 13:35 UTC (7+ messages)
` [RFC PATCH bpf-next v3 1/3] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
` [RFC PATCH bpf-next v3 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
` [RFC PATCH bpf-next v3 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported
[PATCH v3] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-03 10:50 UTC
[PATCH bpf v2] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
2026-04-03 10:41 UTC
[PATCH bpf-next] selftests/bpf: remove unused toggle in tc_tunnel
2026-04-03 10:22 UTC (2+ messages)
[PATCH bpf-next v11 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-04-03 10:16 UTC (7+ messages)
` [PATCH bpf-next v11 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v11 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v11 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v11 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v11 5/5] bpf, arm64: Emit BTI for indirect jump target
[PATCH v2] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-03 9:43 UTC (3+ messages)
[PATCH net-next V2 0/5] net/mlx5e: XDP, Add support for multi-packet per page
2026-04-03 9:09 UTC (6+ messages)
` [PATCH net-next V2 1/5] net/mlx5e: XSK, Increase size for chunk_size param
` [PATCH net-next V2 2/5] net/mlx5e: XDP, Improve dma address calculation of linear part for XDP_TX
` [PATCH net-next V2 3/5] net/mlx5e: XDP, Remove stride size limitation
` [PATCH net-next V2 4/5] net/mlx5e: XDP, Use a single linear page per rq
` [PATCH net-next V2 5/5] net/mlx5e: XDP, Use page fragments for linear data in multibuf-mode
[PATCH OLK-6.6 212/451] sched_ext: Implement DSQ iterator
2026-04-03 7:29 UTC (2+ messages)
` [PATCH OLK-6.6 213/451] sched_ext/scx_qmap: Add an example usage of "
[PATCH v2 2/2] bpf, doc: Improve MOV/MOVSX documentation and add examples
2026-04-03 5:27 UTC (2+ messages)
[PATCH bpf-next v3] bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
2026-04-03 5:15 UTC (2+ messages)
[PATCH bpf-next 00/10] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-03 4:13 UTC (9+ messages)
` [PATCH bpf-next 03/10] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next 07/10] bpf,x86: Implement JIT support for stack arguments
[GIT PULL] BPF fixes for 7.0-rc7
2026-04-03 4:12 UTC (2+ messages)
[PATCH bpf v5 0/2] bpf: Fix OOB in pcpu_init_value and add a test
2026-04-03 2:46 UTC (13+ messages)
` [PATCH bpf v5 1/2] bpf: Fix OOB in pcpu_init_value
[PATCH net v2] net: skb: fix cross-cache free of KFENCE-allocated skb head
2026-04-03 2:28 UTC (3+ messages)
[PATCH bpf v6 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-04-03 2:26 UTC (4+ messages)
` [PATCH bpf v6 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v6 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()
[PATCH v4 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-03 2:03 UTC (7+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Do register range validation early
` [PATCH v4 bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH v4 bpf-next 3/6] selftests/bpf: Add tests for subprog topological ordering
` [PATCH v4 bpf-next 4/6] bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
` [PATCH v4 bpf-next 5/6] bpf: Move verifier helpers to header
` [PATCH v4 bpf-next 6/6] bpf: Add helper and kfunc stack access size resolution
[PATCH bpf-next v3 0/6] Fix invariant violations and improve branch detection
2026-04-03 1:30 UTC (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Refactor reg_bounds_sanity_check
` [PATCH bpf-next v3 3/6] bpf: Exit early if reg_bounds_sync gets invalid inputs
` [PATCH bpf-next v3 4/6] bpf: Simulate branches to prune based on range violations
[PATCH v1 bpf] sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}()
2026-04-03 0:39 UTC (2+ messages)
[net-next v8 06/10] net: bnxt: Add boilerplate GSO code
2026-04-03 0:35 UTC
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