messages from 2026-01-30 16:17:43 to 2026-02-02 04:49:15 UTC [more...]
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-02-02 4:49 UTC (16+ messages)
` [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
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
[PATCH net-next v8 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-02-01 22:54 UTC (25+ messages)
` [PATCH net-next v8 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v8 03/16] net: Add lease info to queue-get response
` [PATCH net-next v8 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v8 05/16] net: Slightly simplify net_mp_{open,close}_rxq
` [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 v2] bpf: Replace snprintf("%s", ...) with strscpy in parse_{base,module}
2026-02-01 21:52 UTC
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 (18+ messages)
` [PATCH v13 net-next 01/15] tcp: try to avoid safer when ACKs are thinned
` [PATCH v13 net-next 02/15] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v13 net-next 03/15] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v13 net-next 04/15] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v13 net-next 05/15] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v13 net-next 06/15] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v13 net-next 07/15] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v13 net-next 08/15] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v13 net-next 09/15] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v13 net-next 10/15] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v13 net-next 11/15] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v13 net-next 12/15] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v13 net-next 13/15] tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
` [PATCH v13 net-next 14/15] tcp: accecn: enable AccECN
` [PATCH v13 net-next 15/15] selftests/net: packetdrill: add TCP Accurate ECN cases
[PATCH v1 net-next 0/3] ECN offload handling for AccECN series
2026-02-01 9:17 UTC (8+ 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
[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
[PATCH v9 bpf-next 0/9] bpf: Avoid locks in bpf_timer and bpf_wq
2026-02-01 3:30 UTC (13+ 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
[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 (24+ messages)
[PATCH bpf 1/2] bpf: Fix bpf_xdp_store_bytes proto for read-only arg
2026-01-31 22:00 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test access from RO map from xdp_store_bytes
[PATCH bpf-next v5 0/3] bpf, arm64: Add fsession support
2026-01-31 22:00 UTC (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add bpf_jit_supports_fsession()
` [PATCH bpf-next v5 2/3] bpf, arm64: Add fsession support
` [PATCH bpf-next v5 3/3] selftests/bpf: Enable get_func_args and get_func_ip tests on arm64
[PATCH net v2] net: don't touch dev->stats in BPF redirect paths
2026-01-31 21:20 UTC (3+ messages)
[PATCH bpf-next v4 00/16] Remove task and cgroup local storage percpu counters
2026-01-31 19:13 UTC (30+ messages)
` [PATCH bpf-next v4 01/16] bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
` [PATCH bpf-next v4 02/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v4 03/16] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v4 04/16] bpf: Convert bpf_selem_unlink "
` [PATCH bpf-next v4 05/16] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v4 06/16] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v4 07/16] bpf: Remove cgroup "
` [PATCH bpf-next v4 08/16] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v4 09/16] bpf: Prepare for bpf_selem_unlink_nofail()
` [PATCH bpf-next v4 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v4 11/16] bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v4 12/16] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v4 13/16] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v4 14/16] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v4 15/16] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v4 16/16] selftests/bpf: Choose another percpu variable in bpf for btf_dump test
[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
2026-01-31 17:25 UTC (6+ messages)
[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
2026-01-31 15:53 UTC (8+ messages)
` [PATCH net-next RFC 1/3] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next RFC 2/3] net: prefer getsockopt_iter in do_sock_getsockopt
` [PATCH net-next RFC 3/3] netlink: convert to getsockopt_iter
[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-01-31 10:06 UTC (5+ messages)
[PATCH bpf-next v2 0/2] bpf: Unify special map field validation in verifier
2026-01-31 5:20 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Introduce struct bpf_map_desc "
` [PATCH bpf-next v2 2/2] bpf: Consolidate special map field validation "
[PATCH bpf-next v8 0/8] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-31 1:54 UTC (3+ messages)
` [PATCH bpf-next v8 1/8] bpf: Enable bpf timer and workqueue use in NMI
[PATCH v2] selftests/bpf: Make x86 preempt_count access compatible across v6.14+
2026-01-31 1:40 UTC (3+ messages)
[PATCH bpf-next v2] bpftool: Allow explicitly skip llvm dependency
2026-01-30 23:48 UTC (4+ messages)
BPF with deferred stacktrace and sframes?
2026-01-30 22:03 UTC (14+ messages)
[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-30 21:50 UTC (2+ messages)
[PATCH v2 mm-stable] procfs: avoid fetching build ID while holding VMA lock
2026-01-30 20:47 UTC (5+ messages)
[PATCH bpf-next 0/2] bpf: tail calls in sleepable programs
2026-01-30 20:20 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: Allow sleepable programs to use tail calls
[PATCH bpf-next v2 0/3] bpf, arm64: Add fsession support
2026-01-30 20:12 UTC (3+ messages)
` [PATCH bpf-next v2 2/3] "
[PATCH bpf-next v8 0/3] Pass external callchain entry to get_perf_callchain
2026-01-30 20:04 UTC (6+ messages)
` [PATCH bpf-next v8 2/3] perf: Refactor get_perf_callchain
[RFC] AI review prompt updates
2026-01-30 19:29 UTC
[PATCH bpf-next] mm/bpf_memcontrol: Add missing newline in pr_warn message
2026-01-30 17:44 UTC (2+ messages)
[for-next][PATCH 3/4] srcu: Fix warning to permit SRCU-fast readers in NMI handlers
2026-01-30 17:28 UTC (4+ messages)
[PATCH net-next v3] net: sched: sfq: add detailed drop reasons for monitoring
2026-01-30 16:54 UTC (3+ 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