public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 22:56:39 to 2026-01-10 13:21:42 UTC [more...]

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2026-01-10 13:20 UTC  (3+ messages)

[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-10 10:14 UTC  (5+ messages)
` [PATCH net v3 1/3] virtio-net: don't schedule delayed refill worker

[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
 2026-01-10  8:35 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next v5 0/4] Use correct destructor kfunc types
 2026-01-10  8:25 UTC  (5+ messages)
` [PATCH bpf-next v5 1/4] bpf: crypto: Use the correct destructor kfunc type
` [PATCH bpf-next v5 2/4] bpf: net_sched: "
` [PATCH bpf-next v5 3/4] selftests/bpf: "
` [PATCH bpf-next v5 4/4] bpf, btf: Enforce destructor kfunc type with CFI

kernel crashes in BPF JIT code with kCFI and clang on x86
 2026-01-10  7:58 UTC  (4+ messages)

[PATCH bpf-next v8 00/11] bpf: fsession support
 2026-01-10  6:16 UTC  (13+ messages)
` [PATCH bpf-next v8 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v8 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v8 06/11] bpf,x86: introduce emit_st_r0_imm64() for trampoline

[PATCH bpf-next v3 0/3] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-10  3:43 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: add TEST_TAG_KCONFIG_CHECK to test_loader
` [PATCH bpf-next v3 3/3] selftests/bpf: test the jited inline of bpf_get_current_task

[PATCH] bpftool: Add 'head' option for tcx attach to insert at chain start
 2026-01-10  2:48 UTC  (3+ messages)
` [PATCH v3] bpftool: Add 'prepend' "

[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-10  1:29 UTC  (26+ messages)
` [PATCH bpf-next v1 01/10] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 02/10] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v1 03/10] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 04/10] resolve_btfids: Support "
` [PATCH bpf-next v1 05/10] selftests/bpf: Add tests "
` [PATCH bpf-next v1 06/10] bpf: Add bpf_wq_set_callback kfunc with KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 07/10] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v1 08/10] bpf: Add bpf_task_work_schedule_* kfuncs with KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 09/10] bpf: Add bpf_stream_vprintk "
` [PATCH bpf-next v1 10/10] bpf,docs: Document KF_IMPLICIT_ARGS flag

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-01-10  0:36 UTC  (7+ messages)
` [PATCHv6 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
` [PATCHv6 bpf-next 7/9] bpf: Add trampoline ip hash table
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-10  0:35 UTC  (16+ messages)

[PATCH RFC v3 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-01-10  0:03 UTC  (22+ messages)
` [PATCH RFC v3 01/10] bpf: Refactor __bpf_async_set_callback()
` [PATCH RFC v3 04/10] bpf: Add lock-free cell for NMI-safe async operations
` [PATCH RFC v3 05/10] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH RFC v3 06/10] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH RFC v3 07/10] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH RFC v3 10/10] selftests/bpf: Verify bpf_timer_cancel_async works

[PATCH bpf] libbpf: Fix OOB read in btf_dump_get_bitfield_value
 2026-01-10  0:00 UTC  (2+ messages)

[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2026-01-09 23:47 UTC  (5+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH] buildid: validate page-backed file before parsing build ID
 2026-01-09 23:43 UTC  (6+ messages)

[PATCH bpf-next v2 0/4] Add wakeup_source iterators
 2026-01-09 23:37 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] bpf: Add wakeup_source iterator
` [PATCH bpf-next v2 2/4] bpf: Open coded BPF for wakeup_sources
` [PATCH bpf-next v2 3/4] selftests/bpf: Add tests "
` [PATCH bpf-next v2 4/4] selftests/bpf: Open coded BPF wakeup_sources test

[PATCH RFC v3 03/10] bpf: Simplify bpf_timer_cancel()
 2026-01-09 22:19 UTC  (3+ messages)

[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
 2026-01-09 21:53 UTC  (15+ messages)
` [PATCH bpf-next v3 01/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v3 03/16] bpf: Open code bpf_selem_unlink_storage in bpf_selem_unlink
` [PATCH bpf-next v3 04/16] bpf: Convert bpf_selem_unlink to failable
` [PATCH bpf-next v3 10/16] bpf: Support lockless unlink when freeing map or local storage

[PATCH net-next v5 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-09 21:26 UTC  (17+ messages)
` [PATCH net-next v5 01/16] net: Add queue-create operation
` [PATCH net-next v5 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v5 03/16] net: Add lease info to queue-get response
` [PATCH net-next v5 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v5 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v5 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v5 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v5 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v5 09/16] netkit: Add single device mode for netkit
` [PATCH net-next v5 10/16] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v5 11/16] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v5 12/16] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v5 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v5 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v5 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v5 16/16] selftests/net: Add netkit container tests

[PATCH bpf-next v1] bpf: Use reg_state() for register access in verifier
 2026-01-09 21:26 UTC  (2+ messages)

[RESEND PATCH bpf-next v4 7/9] bpf: Add common attr support for map_create
 2026-01-09 21:08 UTC  (6+ messages)

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-01-09 19:06 UTC  (14+ messages)
` [PATCH v8 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v8 04/12] arm64: support WFET in smp_cond_relaxed_timeout()
` [PATCH v8 07/12] atomic: Add atomic_cond_read_*_timeout()

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-09 19:05 UTC  (5+ messages)

[PATCH v5 bpf-next] bpftool: Make skeleton C++ compatible with explicit casts
 2026-01-09 19:00 UTC  (2+ messages)

[PATCH v8 bpf-next 00/10] Add kind layout to BTF
 2026-01-09 18:34 UTC  (19+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI

[PATCH bpf] libbpf: BTF dedup should ignore modifiers in type equivalence checks
 2026-01-09 17:28 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: Introduce BPF_BRANCH_SNAPSHOT_F_COPY flag for bpf_get_branch_snapshot helper
 2026-01-09 16:31 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf, x64: Call perf_snapshot_branch_stack in trampoline
` [PATCH bpf-next 2/3] bpf: Introduce BPF_BRANCH_SNAPSHOT_F_COPY flag for bpf_get_branch_snapshot helper
` [PATCH bpf-next 3/3] selftests/bpf: Add BPF_BRANCH_SNAPSHOT_F_COPY test

[PATCHv2 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-09 16:19 UTC  (6+ messages)
` [PATCHv2 bpf-next 2/2] selftests/bpf: Add test for bpf_override_return helper

[PATCH] powerpc64/bpf: support direct_call on livepatch function
 2026-01-09 13:48 UTC  (10+ messages)

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-09 11:28 UTC  (10+ messages)
` [PATCH net-next v8 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v8 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v8 3/9] net: add bare bone queue configs
` [PATCH net-next v8 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v8 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v8 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v8 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v8 9/9] io_uring/zcrx: document area chunking parameter

[PATCH bpf-next v12 00/11] Improve the performance of BTF type lookups with binary search
 2026-01-09 13:00 UTC  (12+ messages)
` [PATCH bpf-next v12 01/11] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v12 02/11] selftests/bpf: Add test cases for btf__permute functionality
` [PATCH bpf-next v12 03/11] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v12 04/11] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v12 05/11] libbpf: Verify BTF sorting
` [PATCH bpf-next v12 06/11] btf: Optimize type lookup with binary search
` [PATCH bpf-next v12 07/11] btf: Verify BTF sorting
` [PATCH bpf-next v12 08/11] bpf: Skip anonymous types in type lookup for performance
` [PATCH bpf-next v12 09/11] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v12 10/11] libbpf: Optimize the performance of determine_ptr_size
` [PATCH bpf-next v12 11/11] btf: Refactor the code by calling str_is_empty

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2026-01-09 11:48 UTC  (5+ messages)
` [PATCH RFC 14/19] slab: simplify kmalloc_nolock()

[PATCH v5.10.y] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
 2026-01-09 11:10 UTC  (3+ messages)

[PATCH v2 v5.10.y] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
 2026-01-09 10:20 UTC 

[RFC PATCH v2 0/3] Memory Controller eBPF support
 2026-01-09 11:00 UTC  (4+ messages)

[PATCH bpf-next v3 00/17] Decouple skb metadata tracking from MAC header offset
 2026-01-09 10:50 UTC  (5+ messages)

[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
 2026-01-09 10:46 UTC 

[PATCH bpf] xsk: fix init race causing NPD/UAF in xsk_create()
 2026-01-09 10:22 UTC  (2+ messages)

[PATCH net-next 0/1] AccECN packetdrill selftest series
 2026-01-09  8:53 UTC  (5+ messages)
` [PATCH net-next 1/1] selftests/net: Add packetdrill packetdrill cases

[PATCH bpf-next v4 0/4] Use correct destructor kfunc types
 2026-01-09  8:52 UTC  (4+ messages)

[PATCH dwarves] btf_encoder: prefer strong function definitions for BTF generation
 2026-01-09  8:27 UTC  (10+ messages)

[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
 2026-01-09  5:36 UTC  (3+ messages)
  ` [tech-speculation-barriers] "

[PATCH bpf-next v3 0/2] bpf: Recognize special arithmetic shift in the verifier
 2026-01-09  2:53 UTC  (8+ messages)
` [PATCH bpf-next v3 1/2] "

Some unpriv verifier tests failed due to bpf_jit_bypass_spec_v1
 2026-01-09  0:05 UTC  (3+ messages)
` [RFC 3/3] selftests/bpf: Add missing SPEC_V1-ifdefs


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