messages from 2026-04-02 09:29:35 to 2026-04-03 07:47:48 UTC [more...]
[PATCH v2 bpf-next 0/2] Properly load values from insn_arays with non-zero offsets
2026-04-03 7:56 UTC (7+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Do not ignore offsets for loads from insn_arrays
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add more tests for loading insn arrays with offsets
[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
2026-04-03 6:33 UTC (2+ messages)
[PATCH bpf v4 0/2] bpf: reject direct access to nullable PTR_TO_BUF pointers
2026-04-03 6:16 UTC (5+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: add test for nullable PTR_TO_BUF access
[PATCH v2 0/2] BPF documentation improvements
2026-04-03 5:27 UTC (4+ messages)
` [PATCH v2 1/2] bpf, doc: Clarify Pseudo-C notation and w vs r register usage
` [PATCH v2 2/2] bpf, doc: Improve MOV/MOVSX documentation and add examples
[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 v3 0/9] Introduce arena library and runtime
2026-04-03 5:04 UTC (11+ 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] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
2026-04-03 4:41 UTC (2+ messages)
[PATCH v5 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-03 4:40 UTC (8+ 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 v3 0/12] io_uring: add IORING_OP_BPF for extending io_uring
2026-04-03 4:17 UTC (6+ messages)
` [PATCH V3 05/12] io_uring: bpf: extend io_uring with bpf struct_ops
[PATCH bpf-next 00/10] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-03 4:13 UTC (19+ messages)
` [PATCH bpf-next 03/10] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next 04/10] bpf: Support stack arguments for kfunc calls
` [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 (14+ messages)
` [PATCH bpf-next v3 1/6] bpf: Refactor reg_bounds_sanity_check
` [PATCH bpf-next v3 2/6] bpf: Use bpf_verifier_env buffers for reg_set_min_max
` [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 bpf-next v3 5/6] selftests/bpf: Cover invariant violation case from syzbot
` [PATCH bpf-next v3 6/6] selftests/bpf: Remove invariant violation flags
[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
[PATCH v9 00/10] VMSCAPE optimization for BHI variant
2026-04-03 0:33 UTC (11+ 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 net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
2026-04-02 23:10 UTC (15+ messages)
` [PATCH net-next v11 01/14] net: Add queue-create operation
` [PATCH net-next v11 02/14] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response
` [PATCH net-next v11 04/14] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v11 05/14] net: Slightly simplify net_mp_{open,close}_rxq
` [PATCH net-next v11 06/14] net: Proxy netif_mp_{open,close}_rxq for leased queues
` [PATCH net-next v11 07/14] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v11 08/14] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v11 09/14] xsk: Proxy pool management for leased queues
` [PATCH net-next v11 10/14] netkit: Add single device mode for netkit
` [PATCH net-next v11 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v11 12/14] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v11 13/14] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v11 14/14] selftests/net: Add queue leasing tests with netkit
[PATCH net-next v2 0/4] net: move .getsockopt away from __user buffers
2026-04-02 23:00 UTC (7+ messages)
` [PATCH net-next v2 2/4] net: call getsockopt_iter if available
[PATCH bpf-next v2 0/5] Task local data bug fixes and improvement
2026-04-02 22:20 UTC (2+ messages)
[PATCH bpf-next] bpf/tests: Exhaustive test coverage for signed division and modulo
2026-04-02 22:16 UTC (2+ messages)
[PATCH net-next v9 0/4] net: stmmac: Add PCI driver support for BCM8958x
2026-04-02 21:36 UTC (5+ messages)
` [PATCH net-next v9 1/4] net: stmmac: Add DW25GMAC support in stmmac core driver
` [PATCH net-next v9 2/4] net: stmmac: Integrate dw25gmac into hwif handling
` [PATCH net-next v9 3/4] net: stmmac: Add PCI glue driver for BCM8958x
` [PATCH net-next v9 4/4] net: stmmac: Add BCM8958x driver to build system
[PATCH v3 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-02 21:28 UTC (7+ messages)
` [PATCH v3 bpf-next 1/6] bpf: Do register range validation early
` [PATCH v3 bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH v3 bpf-next 3/6] selftests/bpf: Add tests for subprog topological ordering
` [PATCH v3 bpf-next 4/6] bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
` [PATCH v3 bpf-next 5/6] bpf: Move verifier helpers to header
` [PATCH v3 bpf-next 6/6] bpf: Add helper and kfunc stack access size resolution
[PATCH v2 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-02 21:10 UTC (12+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Do register range validation early
` [PATCH v2 bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH v2 bpf-next 3/6] selftests/bpf: Add tests for subprog topological ordering
` [PATCH v2 bpf-next 4/6] bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
` [syzbot ci] Re: bpf: Prep patches for static stack liveness
[PATCH] btf: don't fallback to searching /boot/vmlinux-*
2026-04-02 20:49 UTC (2+ messages)
[PATCH v2 0/5] powerpc/bpf: Add support for verifier selftest
2026-04-03 0:40 UTC (6+ messages)
` [PATCH v2 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v2 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v2 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v2 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v2 5/5] selftest/bpf: Add tailcall "
[PATCH bpf-next 0/2] selftests/bpf: Test BTF sanitization
2026-04-02 20:34 UTC (5+ messages)
` [PATCH bpf-next 1/2] libbpf: Allow use of feature cache for non-token cases
` [PATCH bpf-next 2/2] selftests/bpf: Add BTF sanitize test covering BTF layout
[PATCH bpf-next v7 0/3] libbpf: clarify raw-address single kprobe attach behavior
2026-04-02 20:30 UTC (2+ messages)
[PATCH 0/6] Deprecate Legacy IP
2026-04-02 20:27 UTC (4+ messages)
[PATCH bpf-next v2] libbpf: Fix BTF handling in bpf_program__clone()
2026-04-02 20:10 UTC (2+ messages)
[PATCH v2] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-02 19:44 UTC (2+ messages)
[syzbot] [net?] [bpf?] WARNING in sock_map_destroy (3)
2026-04-02 19:39 UTC
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-02 19:37 UTC (5+ messages)
[PATCH 2/3] [v4, net-next] net: ethernet: ti-cpsw: fix linking built-in code to modules
2026-04-02 18:46 UTC
Article Proposal for Your Audience
2026-04-02 18:43 UTC
[PATCH v4] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-04-02 18:14 UTC (2+ messages)
[PATCH] udp_bpf: fix use-after-free in udp_bpf_recvmsg()
2026-04-02 17:23 UTC (3+ messages)
[PATCH bpf-next v2 1/2] bpf: Fix incorrect pruning due to atomic fetch precision tracking
2026-04-02 17:10 UTC (2+ messages)
[PATCH bpf v3 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
2026-04-02 16:50 UTC (6+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
[PATCH bpf v3 0/2] bpf: reject direct access to nullable PTR_TO_BUF pointers
2026-04-02 16:43 UTC (5+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: add test for nullable PTR_TO_BUF access
[PATCH bpf-next v2 0/2] bpf: Migrate bpf_task_work and file dynptr to kmalloc_nolock
2026-04-02 16:40 UTC (2+ messages)
[PATCH bpf-next v3 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
2026-04-02 16:30 UTC (2+ messages)
[PATCH v6 net 0/8] xsk: tailroom reservation and MTU validation
2026-04-02 15:49 UTC (9+ messages)
` [PATCH v6 net 1/8] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v6 net 2/8] xsk: respect tailroom for ZC setups
` [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 v6 net 5/8] selftests: bpf: introduce a common routine for reading procfs
` [PATCH v6 net 6/8] selftests: bpf: fix pkt grow tests
` [PATCH v6 net 7/8] selftests: bpf: have a separate variable for drop test
` [PATCH v6 net 8/8] selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
[PATCH net 0/3] Fix short frame transmission in enetc
2026-04-02 15:37 UTC (3+ messages)
` [PATCH net 2/3] net: enetc: pad short frames in software
[PATCH net-next] selftests/net: Add two xdp tests to xdp.py
2026-04-02 14:35 UTC (4+ messages)
[PATCH] kbuild/btf: Avoid relinking modules when only vmlinux changes
2026-04-02 14:17 UTC
[PATCH v3 dwarves 0/2] pahole: add BTF layout encoding feature
2026-04-02 14:03 UTC (3+ messages)
[PATCH v2 bpf-next 6/6] bpf: Add helper and kfunc stack access size resolution
2026-04-02 14:02 UTC (3+ messages)
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-02 13:20 UTC (6+ messages)
` [RFC PATCH 1/4] trace: Simplify kprobe overridable function check
` [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions
[PATCH] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-02 13:15 UTC (2+ messages)
[PATCH bpf] bpf: Fix stale offload->prog pointer after constant blinding
2026-04-02 12:18 UTC
[PATCH v5 net 00/11] xsk: tailroom reservation and MTU validation
2026-04-02 11:12 UTC (2+ messages)
[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50us noise spikes on isolated PREEMPT_RT cores
2026-04-02 9:49 UTC (2+ 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