BPF List
 help / color / mirror / Atom feed
 messages from 2026-01-29 10:36:15 to 2026-01-31 16:09:06 UTC [more...]

[PATCH bpf 1/2] bpf: Fix bpf_xdp_store_bytes proto for read-only arg
 2026-01-31 16:09 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test access from RO map from xdp_store_bytes

[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 v4 00/54] tree-in-dcache stuff
 2026-01-31 14:58 UTC  (21+ messages)

[PATCH bpf-next v5 0/3] bpf, arm64: Add fsession support
 2026-01-31 14:49 UTC  (4+ 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-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-31 10:26 UTC  (9+ messages)
` [PATCH net-next v2 1/4] selftests: net: Move some UAPI header inclusions after libc ones

[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-01-31 10:06 UTC  (5+ messages)

[PATCH bpf-next v4 00/16] Remove task and cgroup local storage percpu counters
 2026-01-31  5:33 UTC  (23+ 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 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 "

memory leaks of ftrace_hash
 2026-01-31  3:50 UTC 

[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  (5+ messages)

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-01-30 23:29 UTC  (4+ messages)
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops

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  (7+ messages)

[PATCH bpf-next 0/2] bpf: tail calls in sleepable programs
 2026-01-30 20:20 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Allow sleepable programs to use tail calls
` [PATCH bpf-next 2/2] selftests/bpf: Add test for sleepable program tailcalls

[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 net v2] net: don't touch dev->stats in BPF redirect paths
 2026-01-30 18:54 UTC  (2+ messages)

[PATCH bpf-next] mm/bpf_memcontrol: Add missing newline in pr_warn message
 2026-01-30 17:44 UTC  (3+ 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  (5+ messages)

[PATCH bpf-next 0/2] bpf: Unify special map field validation in verifier
 2026-01-30 16:00 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Introduce struct bpf_map_desc "
` [PATCH bpf-next 2/2] bpf: Consolidate special map field validation "

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

[PATCH v3 00/30] kernel-doc: make it parse new functions and structs
 2026-01-30 11:11 UTC  (3+ messages)
` [PATCH v3 19/30] docs: kdoc_re: make NextedMatch use KernRe
  ` [Intel-wired-lan] "

[PATCH] selftests/bpf: skip deny_namespace when bpf LSM is not enabled
 2026-01-30  9:12 UTC 

[PATCH bpf-next] bpf: Remove RCU lock for perf callchain buffer
 2026-01-30  8:51 UTC  (2+ messages)

[PATCH] selftests/bpf: Add powerpc support for get_preempt_count() in selftest
 2026-01-30  7:41 UTC  (2+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-30  7:15 UTC  (12+ messages)
` [PATCH v4 06/22] slab: add sheaves to most caches

[PATCH v3 bpf-next] bpf: Add the missing types in the logs
 2026-01-30  6:25 UTC 

[PATCH] kallsyms: cache bpf symbols to avoid quadratic iteration
 2026-01-30  4:50 UTC 

[PATCH v3 net-next 00/15] nbl driver for Nebulamatrix NICs
 2026-01-30  3:31 UTC  (7+ messages)
` [PATCH v3 net-next 01/15] net/nebula-matrix: add minimum nbl build framework
      ` 回复:[PATCH "
        ` 回复:回复:[PATCH "
            ` 回复:回复:回复:[PATCH "

[PATCH v2] kernel/bpf/btf.c: reject to register duplicated kfunc
 2026-01-30  2:54 UTC  (4+ messages)

[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-30  2:50 UTC  (6+ messages)

[PATCH] srcu: Fix warning to permit SRCU-fast readers in NMI handlers
 2026-01-30  2:39 UTC  (2+ messages)

[PATCH] selftests/bpf: Make x86 preempt_count access compatible across v6.14+
 2026-01-30  1:10 UTC  (3+ messages)

[patch 0/4] sched/mmcid: Cure mode transition woes
 2026-01-30  0:20 UTC 

[PATCH net] net: don't touch dev->stats in BPF redirect paths
 2026-01-29 23:54 UTC  (3+ messages)

[PATCH mm-stable] procfs: avoid fetching build ID while holding VMA lock
 2026-01-29 23:28 UTC  (10+ messages)

[PATCH net-next v8 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-29 22:28 UTC  (17+ messages)
` [PATCH net-next v8 01/16] net: Add queue-create operation
` [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 08/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v8 09/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v8 10/16] netkit: Add single device mode for netkit
` [PATCH net-next v8 11/16] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v8 12/16] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v8 13/16] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v8 14/16] selftests/net: Add bpf skb forwarding program
` [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 V5 00/20] sched: Rewrite MM CID management
 2026-01-29 17:06 UTC  (8+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-29 16:13 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Return -1 from get_preempt_count() for unsupported architecture
 2026-01-29 16:13 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] bpf, arm64: Add fsession support
 2026-01-29 15:49 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add bpf_jit_supports_fsession()
` [PATCH bpf-next v4 2/3] bpf, arm64: Add fsession support
` [PATCH bpf-next v4 3/3] selftests/bpf: Enable get_func_args and get_func_ip tests on arm64

[PATCH bpf-next v3 0/3] bpf, arm64: Add fsession support
 2026-01-29 15:19 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf: Add bpf_jit_supports_fsession()
` [PATCH bpf-next v3 2/3] bpf, arm64: Add fsession support
` [PATCH bpf-next v3 3/3] selftests/bpf: Enable get_func_args and get_func_ip tests on arm64

[PATCH v4] net: fix segmentation of forwarding fraglist GRO
 2026-01-29 13:50 UTC  (2+ messages)

[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-01-29 11:27 UTC  (7+ messages)
` [PATCH v6 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v6 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v6 3/6] x86/asm: Simplify VDSO DWARF generation
` [PATCH v6 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v6 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v6 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v5 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-29 10:34 UTC  (3+ messages)
` [PATCH v5 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v5 net-next 15/15] net: fec: add AF_XDP zero-copy support


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