public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-06 20:40:21 to 2026-04-08 03:46:50 UTC [more...]

[PATCH bpf v4 0/2] bpf: fix short IPv4/IPv6 handling in test_run_skb
 2026-04-08  3:46 UTC 

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-04-08  3:40 UTC  (4+ messages)
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response

[PATCH v2 net 0/6] Fix short frame transmission in enetc
 2026-04-08  3:16 UTC  (8+ messages)
` [PATCH v2 net 1/6] net: enetc: increment error counter in enetc_xdp_xmit() on DMA mapping errors
` [PATCH v2 net 2/6] net: enetc: linearize PTP event packets with one-step TX timestamping
` [PATCH v2 net 3/6] net: enetc: ensure enetc_xdp_xmit() calls enetc_update_tx_ring_tail()
` [PATCH v2 net 4/6] net: enetc: fix bogus TX ring consumer index after reinitialization
` [PATCH v2 net 5/6] net: enetc: pad short frames in software
` [PATCH v2 net 6/6] net: enetc: pad short XDP frames coming from devmap

[PATCH bpf-next 0/3] bpf: add the missing fsession
 2026-04-08  3:14 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: add missing fsession to the verifier log
` [PATCH bpf-next 2/3] docs/bpf: add missing fsession attach type to docs
` [PATCH bpf-next 3/3] bpftool: add missing fsession to the usage and docs of bpftool

[PATCH bpf v1] bpf: Avoid faultable build ID reads under mm locks
 2026-04-08  2:54 UTC  (3+ messages)

[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
 2026-04-08  2:40 UTC  (21+ messages)
` [RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch

[PATCH] powerpc32/bpf: fix loading fsession func metadata using PPC_LI32
 2026-04-08  5:53 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] Add support to emit verifier warnings
 2026-04-08  2:21 UTC  (8+ messages)
` [PATCH bpf-next v2 1/6] bpf: Add support for verifier warning messages
` [PATCH bpf-next v2 2/6] bpf: Extract bpf_get_linfo_file_line
` [PATCH bpf-next v2 3/6] bpf: Make find_linfo widely available
` [PATCH bpf-next v2 4/6] bpf: Use KF_DEPRECATED to emit verifier warnings
` [PATCH bpf-next v2 5/6] bpf: Add __bpf_kfunc_replacement() annotation
` [PATCH bpf-next v2 6/6] libbpf: Flush verifier warning messages by default

[PATCH bpf-next v1 0/2] Allow referenced dynptr to be overwritten when siblings exists
 2026-04-08  1:30 UTC  (9+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow overwriting referenced dynptr when refcnt > 1
` [PATCH bpf-next v1 2/2] selftests/bpf: Test overwriting referenced dynptr

[PATCH bpf-next 1/4] bpf: Fix linked reg delta tracking when src_reg == dst_reg
 2026-04-08  1:20 UTC  (5+ messages)
` [PATCH bpf-next 2/4] bpf: Clear delta when clearing reg id for non-{add,sub} ops
` [PATCH bpf-next 3/4] selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for stale delta leaking through id reassignment

[PATCH bpf-next v7 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-08  1:20 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [PATCH bpf-next v7 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-08  0:47 UTC  (22+ messages)

[PATCH net-next v2 0/4] bpf-timestamp: convert to push-level granularity
 2026-04-08  0:35 UTC  (9+ messages)
` [PATCH net-next v2 3/4] bpf-timestamp: keep track of the skb when wait_for_space occurs

[PATCH bpf-next] selftests/bpf: add test for nullable PTR_TO_BUF access
 2026-04-07 23:00 UTC  (2+ messages)

[net-next v9 06/10] net: bnxt: Add boilerplate GSO code
 2026-04-07 22:03 UTC 

[PATCH bpf-next v1] bpf: Retire rcu_trace_implies_rcu_gp()
 2026-04-07 21:01 UTC  (2+ messages)

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-07 20:01 UTC  (21+ messages)
` [RFC PATCH 01/20] landlock: Move operations from syscall into ruleset code
` [RFC PATCH 02/20] execve: Add set_nnp_on_point_of_no_return
` [RFC PATCH 03/20] landlock: Implement LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 04/20] selftests/landlock: Cover LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 05/20] landlock: Make ruleset deferred free RCU safe
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
` [RFC PATCH 07/20] bpf: arraymap: Implement Landlock ruleset map
` [RFC PATCH 08/20] bpf: Add Landlock ruleset map type
` [RFC PATCH 09/20] bpf: syscall: Handle Landlock ruleset maps
` [RFC PATCH 10/20] bpf: verifier: Add Landlock ruleset map support
` [RFC PATCH 11/20] selftests/bpf: Add Landlock kfunc declarations
` [RFC PATCH 12/20] selftests/landlock: Rename gettid wrapper for BPF reuse
` [RFC PATCH 13/20] selftests/bpf: Enable Landlock in selftests kernel
` [RFC PATCH 14/20] selftests/bpf: Add Landlock kfunc test program
` [RFC PATCH 15/20] selftests/bpf: Add Landlock kfunc test runner
` [RFC PATCH 16/20] landlock: Bump ABI version
` [RFC PATCH 17/20] tools: bpftool: Add documentation for landlock_ruleset
` [RFC PATCH 18/20] landlock: Document LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
` [RFC PATCH 19/20] bpf: Document BPF_MAP_TYPE_LANDLOCK_RULESET
` [RFC PATCH 20/20] MAINTAINERS: update entry for the Landlock subsystem

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-07 19:59 UTC  (3+ messages)
` [PATCH net-next v6 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v6 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH bpf-next v6 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-07 19:34 UTC  (5+ messages)
` [PATCH bpf-next v6 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [PATCH bpf-next v6 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols

[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
 2026-04-07 18:40 UTC  (7+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-04-07 18:37 UTC  (10+ messages)

bpf/selftests: test_access_variable_array breaks due to sched_domain::span removal
 2026-04-07 17:33 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] Introduce arena library and runtime
 2026-04-07 17:14 UTC  (19+ messages)
` [PATCH bpf-next v4 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v4 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v4 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v4 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
` [PATCH bpf-next v4 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v4 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v4 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v4 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v4 9/9] selftests/bpf: Add selftests for libarena buddy allocator

[PATCH net-next v9 0/4] net: stmmac: Add PCI driver support for BCM8958x
 2026-04-07 15:42 UTC  (9+ messages)
` [PATCH net-next v9 1/4] net: stmmac: Add DW25GMAC support in stmmac core driver
` [PATCH net-next v9 4/4] net: stmmac: Add BCM8958x driver to build system

[PATCH bpf v3 0/2] bpf: reject negative CO-RE accessor indices
 2026-04-07 15:30 UTC  (2+ messages)

[PATCH bpf] bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
 2026-04-07 15:00 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: Allow prog name matching for tests with __description
 2026-04-07 14:56 UTC 

[PATCH] bpf: add bpf_real_inode() kfunc
 2026-04-07 14:54 UTC  (5+ messages)

[PATCH] bpf: Fix suspicious RCU usage in LPM trie for sleepable programs
 2026-04-07 14:50 UTC  (2+ messages)

[RFC bpf] Ingress RX queue provenance across cpumap redirect
 2026-04-07 14:47 UTC  (2+ messages)

[PATCH bpf v4 2/2] selftests/bpf: add test for nullable PTR_TO_BUF access
 2026-04-07 13:42 UTC  (2+ messages)

[PATCH net-next 00/10] net: lan966x: add support for PCIe FDMA
 2026-04-07 13:20 UTC  (8+ messages)

[RFC PATCH bpf-next v5 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
 2026-04-07 12:59 UTC  (7+ messages)
` [RFC PATCH bpf-next v5 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
` [RFC PATCH bpf-next v5 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

linux-next: manual merge of the bpf-next tree with the powerpc tree
 2026-04-07 11:56 UTC 

[PATCH bpf-next v3 0/6] bpf: decap flags and GSO state updates
 2026-04-07 11:52 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH bpf-next v3 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
` [PATCH bpf-next v3 3/6] bpf: add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulation
` [PATCH bpf-next v3 4/6] bpf: allow new DECAP flags and add guard rails
` [PATCH bpf-next v3 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room
` [PATCH bpf-next v3 6/6] selftests/bpf: tc_tunnel validate decap GSO state

[PATCH net-next V2 0/5] net/mlx5e: XDP, Add support for multi-packet per page
 2026-04-07 11:50 UTC  (8+ messages)
` [PATCH net-next V2 4/5] net/mlx5e: XDP, Use a single linear page per rq

[PATCH bpf v3 0/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops and add selftest
 2026-04-07 11:46 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
` [PATCH bpf v3 2/2] selftests/bpf: Add tests for sock_ops ctx access with same src/dst register

[PATCH] kbuild/btf: Avoid relinking modules when only vmlinux changes
 2026-04-07 11:30 UTC  (2+ messages)

[PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
 2026-04-07 11:19 UTC  (4+ messages)

[PATCH bpf v4] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-04-07 10:38 UTC 

BPF Sleepable LSM program causes invalid wait context in trampoline
 2026-04-07  8:49 UTC 

[PATCH v2 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-07  6:23 UTC  (6+ messages)
` [PATCH v2 1/5] LoongArch: Define format for AM{SWAP/ADD}.{B/H}, DBAR and BSTRINS.D
` [PATCH v2 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v2 3/5] LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
` [PATCH v2 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v2 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch

[PATCH bpf v6 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
 2026-04-07  5:22 UTC  (4+ messages)
` [PATCH bpf v6 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()

[PATCH net-next v9 3/4] net: stmmac: Add PCI glue driver for BCM8958x
 2026-04-07  2:10 UTC  (2+ messages)

[PATCH net-next v9 2/4] net: stmmac: Integrate dw25gmac into hwif handling
 2026-04-07  2:09 UTC  (2+ messages)

[PATCH] bpf: add is_locked_tcp_sock guard for sock_ops rtt_min access
 2026-04-07  1:56 UTC  (3+ messages)

[PATCH v6 net 0/8] xsk: tailroom reservation and MTU validation
 2026-04-07  1:50 UTC  (6+ messages)
` [PATCH v6 net 3/8] xsk: fix XDP_UMEM_SG_FLAG issues

[PATCH net v2] net: skb: fix cross-cache free of KFENCE-allocated skb head
 2026-04-07  1:50 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] Properly load values from insn_arays with non-zero offsets
 2026-04-07  1:40 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
 2026-04-07  1:34 UTC  (3+ messages)

[PATCH v2][next] bpf: Avoid thousands of -Wflex-array-members-not-at-end warnings
 2026-04-07  0:22 UTC  (5+ messages)

[PATCH bpf v2 1/2] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
 2026-04-06 23:09 UTC  (7+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add tests for sock_ops ctx access with same src/dst register

[PATCH bpf-next v5 0/7] Allow variable offsets for syscall PTR_TO_CTX
 2026-04-06 22:30 UTC  (4+ messages)
` [PATCH bpf-next v5 7/7] selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX

[PATCH net 8/9] igb: remove napi_synchronize() in igb_down()
 2026-04-06 21:30 UTC 

[PATCH bpf-next] bpf/tests: Exhaustive test coverage for signed division and modulo
 2026-04-06 20:39 UTC  (2+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox