public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-01 00:02:39 to 2026-02-03 05:22:57 UTC [more...]

[PATCH v6 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-02-03  5:23 UTC  (9+ messages)
` [PATCH v6 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v6 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v6 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v6 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v6 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v6 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v6 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v6 net-next 08/15] net: fec: transmit XDP frames in bulk

[PATCH bpf-next] bpf: Bump maximum call stack depth to 16
 2026-02-03  4:02 UTC  (5+ messages)

[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-03  3:53 UTC  (8+ messages)

[PATCH v5 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-03  3:04 UTC  (5+ messages)
` [PATCH v5 1/3] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v5 2/3] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH v5 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg

[PATCH bpf-next v2 0/5] bpf: verifier: Improve state pruning for scalar registers
 2026-02-03  2:53 UTC  (10+ messages)
` [PATCH bpf-next v2 1/5] bpf: verifier: Assign ids on stack fills
` [PATCH bpf-next v2 2/5] bpf: verifier: Clear singular ids for scalars
` [PATCH bpf-next v2 3/5] bpf: verifier: relax maybe_widen_reg() constraints
` [PATCH bpf-next v2 4/5] bpf: verifier: Relax scalar id equivalence for state pruning
` [PATCH bpf-next v2 5/5] selftests: bpf: Add a test for ids=0

[PATCH bpf-next v2] bpf: Replace snprintf("%s", ...) with strscpy in parse_{base,module}
 2026-02-03  2:50 UTC  (2+ messages)

[PATCH v5 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
 2026-02-03  2:04 UTC  (3+ messages)
` [v5,net-next,06/15] "

[PATCH v4 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-03  1:18 UTC  (7+ messages)
` [PATCH v4 1/3] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v4 2/3] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH v4 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-02-03  0:14 UTC  (24+ messages)
` [PATCH bpf-next v3 05/17] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH bpf-next v3 06/17] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 08/17] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc

[PATCH v1 net-next 0/3] ECN offload handling for AccECN series
 2026-02-02 23:45 UTC  (14+ messages)
` [PATCH v1 net-next 1/3] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v1 net-next 2/3] net: hns3/mlx5e: avoid corrupting CWR flag when receiving GRO packet
` [PATCH v1 net-next 3/3] virtio_net: Accurate ECN flag in virtio_net_hdr

[RFC PATCH bpf-next v1 1/4] bpf: Fix and refactor object relationship tracking
 2026-02-02 23:39 UTC  (6+ messages)
` [RFC PATCH bpf-next v1 2/4] selftests/bpf: Test creating dynptr from dynptr data and slice
` [RFC PATCH bpf-next v1 3/4] selftests/bpf: Test using dynptr after freeing the underlying object
` [RFC PATCH bpf-next v1 4/4] selftests/bpf: Test using slice after invalidating dynptr clone

[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
 2026-02-02 22:31 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] Add wakeup_source iterators
 2026-02-02 20:40 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] PM: wakeup: Handle empty list in wakeup_sources_walk

[PATCH bpf-next v3 2/3] bpf: Add wakeup_source iterator
 2026-02-02 20:33 UTC  (3+ messages)

[PATCH bpf-next v3 3/3] selftests/bpf: Add tests for wakeup_sources
 2026-02-02 20:27 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Add bitwise tracking for BPF_END
 2026-02-02 20:23 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_END bitwise tracking

[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
 2026-02-02 19:59 UTC  (7+ messages)
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain

[PATCH net 0/2] gve: Stats reporting fixes
 2026-02-02 19:39 UTC  (3+ messages)
` [PATCH net 1/2] gve: Fix stats report corruption on queue count change
` [PATCH net 2/2] gve: Correct ethtool rx_dropped calculation

[PATCH 0/4] bpf: Add bpf_stream_print_stack kfunc
 2026-02-02 19:33 UTC  (5+ messages)
` [PATCH 1/4] bpf: Add bpf_stream_print_stack stack dumping kfunc
` [PATCH 2/4] selftests/bpf: Add selftests for bpf_stream_print_stack
` [PATCH 3/4] bpf: Allow BPF stream kfuncs while holding a lock
` [PATCH 4/4] selftests/bpf: Add selftests for stream functions under lock

[PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
 2026-02-02 18:51 UTC  (4+ messages)

[PATCH net-next v8 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-02-02 18:41 UTC  (19+ messages)
` [PATCH net-next v8 03/16] net: Add lease info to queue-get response
` [PATCH net-next v8 06/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v8 07/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v8 11/16] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v8 15/16] selftests/net: Add env for container based tests
` [PATCH net-next v8 16/16] selftests/net: Add netkit container tests

[PATCH bpf-next 0/4] bpf: verifier: Improve state pruning for scalar registers
 2026-02-02 18:28 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: verifier: Assign ids on stack fills
` [PATCH bpf-next 2/4] bpf: verifier: Clear singular ids for scalars
` [PATCH bpf-next 3/4] bpf: verifier: relax maybe_widen_reg() constraints
` [PATCH bpf-next 4/4] bpf: verifier: Relax scalar id equivalence for state pruning

[LSF/MM/BPF TOPIC] BPF CI
 2026-02-02 18:00 UTC 

[PATCH v9 bpf-next 0/9] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-02-02 17:29 UTC  (15+ messages)
` [PATCH v9 bpf-next 1/9] bpf: Enable bpf_timer and bpf_wq in any context
` [PATCH v9 bpf-next 2/9] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH v9 bpf-next 3/9] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH v9 bpf-next 4/9] selftests/bpf: Refactor timer selftests
` [PATCH v9 bpf-next 5/9] selftests/bpf: Add stress test for timer async cancel
` [PATCH v9 bpf-next 6/9] selftests/bpf: Verify bpf_timer_cancel_async works
` [PATCH v9 bpf-next 7/9] selftests/bpf: Add timer stress test in NMI context
` [PATCH v9 bpf-next 8/9] selftests/bpf: Removed obsolete tests
` [PATCH v9 bpf-next 9/9] selftests/bpf: Add a test to stress bpf_timer_start and map_delete race

[PATCH bpf-next v7 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2026-02-02 15:20 UTC  (6+ messages)
` [PATCH bpf-next v7 1/4] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v7 2/4] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v7 3/4] bpf: Add signature verification kfuncs
` [PATCH bpf-next v7 4/4] selftests/bpf: Add tests for "

[PATCH bpf-next v9 0/9] bpf: Extend BPF syscall with common attributes support
 2026-02-02 14:40 UTC  (10+ messages)
` [PATCH bpf-next v9 1/9] "
` [PATCH bpf-next v9 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v9 3/9] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v9 4/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v9 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [PATCH bpf-next v9 6/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v9 7/9] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v9 8/9] libbpf: "
` [PATCH bpf-next v9 9/9] selftests/bpf: Add tests to verify map create failure log

[PATCH] resolve_btfids: Refactor the sort_btf_by_name function
 2026-02-02 12:01 UTC 

[PATCH 1/2] btf: Add for_each_enum and for_each_enum64 helper macros
 2026-02-02 11:15 UTC 

[PATCH RESEND v3 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-02  6:22 UTC  (5+ messages)
` [PATCH RESEND v3 1/3] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH RESEND v3 2/3] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH RESEND v3 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg

[PATCH bpf-next v2 0/2] bpf: Disallow BPF_F_LOCK with mixed special fields
 2026-02-02  5:54 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Disallow BPF_F_LOCK with mixed special fields and centralize flag checks

BPF: general protection fault in xsk_map_update_elem
 2026-02-02  3:44 UTC  (2+ messages)

INFO: rcu detected stall in prog_array_map_clear_deferred
 2026-02-02  3:43 UTC  (2+ messages)

[PATCH v3 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-02  3:12 UTC  (3+ messages)
` [PATCH v3 1/3] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v3 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg

[PATCH bpf-next v5 00/16] Remove task and cgroup local storage percpu counters
 2026-02-01 23:29 UTC  (19+ messages)
` [PATCH bpf-next v5 01/16] bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
` [PATCH bpf-next v5 02/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v5 03/16] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v5 04/16] bpf: Convert bpf_selem_unlink "
` [PATCH bpf-next v5 05/16] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v5 06/16] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v5 07/16] bpf: Remove cgroup "
` [PATCH bpf-next v5 08/16] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v5 09/16] bpf: Prepare for bpf_selem_unlink_nofail()
` [PATCH bpf-next v5 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v5 11/16] bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v5 12/16] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v5 13/16] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v5 14/16] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v5 15/16] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v5 16/16] selftests/bpf: Choose another percpu variable in bpf for btf_dump test

memory leaks of ftrace_hash
 2026-02-01 21:12 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace snprintf("%s", ...) with strscpy()
 2026-02-01 19:26 UTC  (2+ messages)

[PATCH] selftests/bpf: skip deny_namespace when bpf LSM is not enabled
 2026-02-01 16:43 UTC  (2+ messages)

[PATCH v2 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-01 16:34 UTC  (5+ messages)
` [PATCH v2 1/3] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v2 2/3] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH v2 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg

[PATCH v13 net-next 00/15] AccECN protocol case handling series
 2026-02-01 10:26 UTC  (5+ messages)
` [PATCH v13 net-next 12/15] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v13 net-next 15/15] selftests/net: packetdrill: add TCP Accurate ECN cases

[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-01  8:23 UTC  (2+ messages)

Unsubscribe
 2026-02-01  5:59 UTC 

[LSF/MM/BPF TOPIC] Userspace JIT for eBPF
 2026-02-01  3:26 UTC  (4+ messages)

BUG: unable to handle kernel NULL pointer dereference in bpf_trace_run2
 2026-02-01  3:06 UTC  (5+ messages)

[PATCH v4 bpf-next] bpf: Add the missing types in the logs
 2026-02-01  3:06 UTC  (2+ messages)

[PATCH v4 00/54] tree-in-dcache stuff
 2026-02-01  0:11 UTC  (11+ messages)


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