messages from 2026-02-02 04:57:03 to 2026-02-03 16:51:23 UTC [more...]
[PATCH bpf-next v3 0/5] bpf: verifier: Improve state pruning for scalar registers
2026-02-03 16:50 UTC (3+ messages)
` [PATCH bpf-next v3 1/5] bpf: verifier: Assign ids on stack fills
` [PATCH bpf-next v3 2/5] bpf: verifier: Clear singular ids for scalars
[PATCH] bpf: add missing __printf attributes
2026-02-03 16:34 UTC (2+ messages)
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-02-03 16:31 UTC (19+ messages)
` [PATCH bpf-next v3 05/17] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc
[PATCH bpf 0/2] Fix some corner cases in xskxceiver
2026-02-03 15:50 UTC (3+ messages)
` [PATCH bpf 1/2] selftests/xsk: properly handle batch ending in the middle of a packet
` [PATCH bpf 2/2] selftests/xsk: fix number of Tx frags in invalid packet
[PATCH 0/4] bpf: Add bpf_stream_print_stack kfunc
2026-02-03 16:16 UTC (6+ 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 v3 net-next 0/3] ECN offload handling for AccECN series
2026-02-03 16:11 UTC (4+ messages)
` [PATCH v3 net-next 1/3] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v3 net-next 2/3] net: hns3/mls5e: fix CWR handling in drivers to preserve ACE signal
` [PATCH v3 net-next 3/3] virtio_net: add AccECN feature negotiation and correct ECN flag handling
[PATCH 1/2] btf: Add for_each_enum and for_each_enum64 helper macros
2026-02-03 16:00 UTC (4+ messages)
` [PATCH 2/2] tracing: resolve enum names for function arguments via BTF
INFO: task hung in bpf_trampoline_get
2026-02-03 15:45 UTC (2+ messages)
[RFC bpf-next 00/12] bpf: tracing_multi link
2026-02-03 15:40 UTC (21+ messages)
` [RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
` [RFC bpf-next 02/12] bpf: Add struct bpf_trampoline_ops object
` [RFC bpf-next 03/12] bpf: Add struct bpf_struct_ops_tramp_link object
` [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
` [RFC bpf-next 05/12] bpf: Add multi tracing attach types
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
` [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
` [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
` [RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
` [RFC bpf-next 11/12] selftests/bpf: Add fentry intersected "
` [RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
[PATCH v13 net-next 00/15] AccECN protocol case handling series
2026-02-03 14:20 UTC (4+ messages)
[PATCH bpf 0/6] Address XDP frags having negative tailroom
2026-02-03 13:37 UTC (12+ messages)
` [PATCH bpf 1/6] xdp: produce a warning when calculated tailroom is negative
` [PATCH bpf 2/6] ice: fix rxq info registering in mbuf packets
` [PATCH bpf 3/6] ice: change XDP RxQ frag_size from DMA write length to truesize
` [PATCH bpf 4/6] i40e: use truesize as XDP RxQ info frag_size
` [PATCH bpf 5/6] idpf: "
` [PATCH bpf 6/6] net: enetc: "
[PATCH] netfilter: bpf: add missing declaration for bpf_ct_set_nat_info
2026-02-03 13:05 UTC (3+ messages)
[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
2026-02-03 11:42 UTC (7+ messages)
[PATCH bpf-next 0/2] bpf: Add bitwise tracking for BPF_END
2026-02-03 10:20 UTC (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_END bitwise tracking
[RFC PATCH bpf-next] bpf: ephemeral cgroup BPF control programs
2026-02-03 10:20 UTC
[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-02-03 9:57 UTC (9+ messages)
INFO: task hung in bpf_struct_ops_map_free
2026-02-03 8:13 UTC
INFO: task hung in cgroup_storage_map_free
2026-02-03 8:13 UTC
[PATCH v5 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
2026-02-03 6:46 UTC (6+ 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 0/3] bpf: fsession support for riscv
2026-02-03 6:25 UTC (6+ messages)
` [PATCH bpf-next 1/3] bpf, riscv: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next 2/3] bpf, riscv: add fsession support for trampolines
` [PATCH bpf-next 3/3] selftests/bpf: enable fsession_test on riscv64
[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 (16+ 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 v6 net-next 09/15] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v6 net-next 10/15] net: fec: use switch statement to check the type of tx_buf
` [PATCH v6 net-next 11/15] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v6 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v6 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v6 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v6 net-next 15/15] net: fec: add AF_XDP zero-copy support
[PATCH bpf-next] bpf: Bump maximum call stack depth to 16
2026-02-03 4:02 UTC (5+ messages)
[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 v1 net-next 0/3] ECN offload handling for AccECN series
2026-02-02 23:45 UTC (12+ messages)
` [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 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 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 (5+ messages)
` [PATCH net-next v8 15/16] selftests/net: Add env for container based 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 (4+ messages)
` [PATCH v9 bpf-next 1/9] bpf: Enable bpf_timer and bpf_wq in any context
[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 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
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