BPF List
 help / color / mirror / Atom feed
 messages from 2026-02-10 12:41:01 to 2026-02-11 21:30:15 UTC [more...]

[PATCH bpf-next v4 0/3] bpf: fsession support for riscv
 2026-02-11 21:30 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] bpf: Fix and simplify bpf_task_work_ctx lifetime management
 2026-02-11 21:28 UTC  (5+ messages)
` [PATCH bpf-next v1 1/2] bpf: Fix use-after-free in bpf_task_work_ctx freeing
` [PATCH bpf-next v1 2/2] bpf: Use kmalloc_nolock for bpf_task_work_ctx allocation

[PATCH v1 bpf 0/2] bpf: Reject access to unix_sk(sk)->{peer,listener}
 2026-02-11 21:25 UTC  (7+ messages)
` [PATCH v1 bpf 1/2] bpf: Reject access to unix_sk(sk)->peer

[PATCH bpf-next v1] selftests/bpf: migrate align.c tests to test_loader framework
 2026-02-11 20:41 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
 2026-02-11 20:29 UTC  (14+ messages)
    ` [Lsf-pc] "

[PATCH io_uring-7.1 v6 0/5] BPF controlled io_uring
 2026-02-11 19:04 UTC  (6+ messages)
` [PATCH v6 1/5] io_uring: introduce callback driven main loop
` [PATCH v6 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v6 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v6 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v6 5/5] selftests/io_uring: add a bpf io_uring selftest

[PATCH io_uring-7.1 v5 0/5] BPF controlled io_uring
 2026-02-11 18:58 UTC  (11+ messages)
` [PATCH v5 1/5] io_uring: introduce callback driven main loop
` [PATCH v5 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v5 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v5 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v5 5/5] selftests/io_uring: add a bpf io_uring selftest

[PATCH bpf] selftests/bpf: Fix map_kptr grace period wait
 2026-02-11 18:57 UTC 

[PATCH net-next 3/9] ice: migrate to netdev ops lock
 2026-02-11 18:46 UTC  (6+ messages)
` [net-next,3/9] "

[RFC PATCH bpf-next v1 0/6] Concurrency Testing
 2026-02-11 18:12 UTC  (7+ messages)
` [RFC PATCH bpf-next v1 1/6] bpf: Support repeat, duration fields for syscall prog runs
` [RFC PATCH bpf-next v1 2/6] bpf: Allow timing functions in lock critical sections
` [RFC PATCH bpf-next v1 3/6] bpf: Enable rqspinlock in tracing progs
` [RFC PATCH bpf-next v1 4/6] selftests/bpf: Introduce concurrency testing tool
` [RFC PATCH bpf-next v1 5/6] selftests/bpf: Generate various conctest permutations
` [RFC PATCH bpf-next v1 6/6] selftests/bpf: Extend conctest to wq and task_work

[PATCH v9 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-02-11 17:41 UTC  (16+ messages)
` [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v9 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v9 03/12] arm64/delay: move some constants out to a separate header
` [PATCH v9 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v9 07/12] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v9 08/12] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v9 12/12] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[PATCH v2 mm-stable] procfs: avoid fetching build ID while holding VMA lock
 2026-02-11 17:29 UTC  (7+ messages)
` [BUG] "
    ` [PATCH] procfs: Prevent double mmput() in do_procmap_query()

[PATCH bpf-next] libbpf: skip compat check for session kfuncs
 2026-02-11 17:20 UTC  (2+ messages)

[PATCH net-next v5 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2026-02-11 17:12 UTC  (9+ messages)
` [PATCH net-next v5 2/2] net/mlx5: Avoid copying payload to the skb's linear part

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-11 17:05 UTC  (8+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-02-11 16:15 UTC  (7+ messages)

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

[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-11 14:13 UTC  (7+ messages)
` [PATCH v9 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v9 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v9 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v9 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v9 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v9 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH bpf-next v3 0/3] Separate tests that need error injection
 2026-02-11 13:54 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Split module_attach into subtests
` [PATCH bpf-next v3 2/3] selftests/bpf: Split read_vsyscall "
` [PATCH bpf-next v3 3/3] selftests/bpf: Split sleepable fentry from LSM test

[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-11 13:24 UTC  (7+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock

[PATCH bpf v1] bpf: cpumap: fix race in bq_flush_to_queue on PREEMPT_RT
 2026-02-11 12:26 UTC  (3+ messages)

[PATCH v2 0/4] tools/rtla: Consolidate nr_cpus usage
 2026-02-11 11:15 UTC  (7+ messages)
` [PATCH v2 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v2 2/4] tools/rtla: Remove unneeded nr_cpus arguments

[PATCH v3] mm: introduce a new page type for page pool in page type
 2026-02-11 10:11 UTC  (2+ messages)

[syzbot] [bpf?] [net?] KASAN: stack-out-of-bounds Write in dev_map_redirect_multi
 2026-02-11  9:33 UTC 

[PATCHv3 bpf-next 0/5] libbpf: Make optimized uprobes backward compatible
 2026-02-11  9:13 UTC  (7+ messages)
` [PATCHv3 bpf-next 1/5] selftests/bpf: Emit nop,nop5 instructions combo for x86_64 arch
` [PATCHv3 bpf-next 2/5] libbpf: Add uprobe syscall feature detection
` [PATCHv3 bpf-next 3/5] libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
` [PATCHv3 bpf-next 4/5] selftests/bpf: Add test for checking correct nop of optimized usdt
` [PATCHv3 bpf-next 5/5] selftests/bpf: Add usdt trigger bench

[PATCH net-next v3 0/6] net: sched: refactor qdisc drop reasons into dedicated tracepoint
 2026-02-11  8:50 UTC  (5+ messages)
` [PATCH net-next v3 1/6] net: sched: introduce qdisc-specific drop reason tracing

[PATCH bpf-next 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-11  8:05 UTC  (14+ messages)
` [PATCH bpf-next 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
  ` [Intel-wired-lan] "
` [PATCH bpf-next 3/5] net: ice: Add xmo_rx_checksum callback
  ` [Intel-wired-lan] "
` [PATCH bpf-next 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
  ` [Intel-wired-lan] "
` [PATCH bpf-next 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-11  8:04 UTC  (4+ messages)
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions

[PATCH v5] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-11  7:52 UTC  (6+ messages)

[PATCH bpf-next v2 1/2] bpf: Add preempt disable for bpf_get_stack
 2026-02-11  7:18 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] bpf: Add preempt disable for bpf_get_stackid

[RFC PATCH bpf-next 0/4] bpf: Introduce 64bit bitops kfuncs
 2026-02-11  3:29 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/4] "

[PATCH bpf v1] selftests/bpf: Rename do_filp_open() to do_file_open()
 2026-02-11  2:20 UTC  (2+ messages)

[PATCH RFC bpf-next 00/12] bpf: Introduce resizable hash map
 2026-02-11  2:06 UTC  (3+ messages)
` [PATCH RFC bpf-next 02/12] bpf: Implement basic functions for resizable hashtab

[PATCH v3 bpf-next] bpf: Fix a potential use-after-free
 2026-02-11  1:20 UTC  (2+ messages)

Mainline BPF selftests failure due to rcu_tasks_trace and do_filp_open changes
 2026-02-11  0:08 UTC  (3+ messages)

[RFC PATCH v1 0/4] Machine Learning (ML) library in Linux kernel
 2026-02-10 22:44 UTC  (6+ messages)
` [RFC PATCH v1 1/4] ml-lib: Introduce Machine Learning (ML) library declarations

[RFC] adding KASAN support to JIT compiler(s)
 2026-02-10 21:43 UTC  (4+ messages)

[PATCHv2 bpf-next 0/5] libbpf: Make optimized uprobes backward compatible
 2026-02-10 21:41 UTC  (11+ messages)
` [PATCHv2 bpf-next 1/5] libbpf: Add uprobe syscall feature detection
` [PATCHv2 bpf-next 2/5] libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
` [PATCHv2 bpf-next 3/5] selftests/bpf: Emit nop,no5 instructions combo for x86_64 arch
` [PATCHv2 bpf-next 4/5] selftests/bpf: Add test for checking correct nop of optimized usdt
` [PATCHv2 bpf-next 5/5] selftests/bpf: Add usdt trigger bench

[PATCH mm-hotfixes-stable] procfs: fix possible double mmput() in do_procmap_query()
 2026-02-10 21:38 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: Bump maximum runtime call stack depth to 16
 2026-02-10 21:36 UTC 

[BPF CI] OOMs on s390x runners
 2026-02-10 21:23 UTC  (4+ messages)

[PATCH bpf v1 1/1] libbpf: Fix out-of-bound read in bpf_linker__add_buf()
 2026-02-10 21:12 UTC  (3+ messages)

[PATCH bpf-next v4] libbpf: Add gating for arena globals relocation feature
 2026-02-10 20:58 UTC  (4+ messages)

[PATCH bpf-next v2 0/3] Separate tests that need error injection
 2026-02-10 20:45 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Split module_attach into subtests
` [PATCH bpf-next v2 2/3] selftests/bpf: Split read_vsyscall "
` [PATCH bpf-next v2 3/3] selftests/bpf: Split sleepable fentry from LSM test

[PATCH bpf-next 0/3] Separate tests that need error injection
 2026-02-10 20:37 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Split module_attach into subtests
` [PATCH bpf-next 2/3] selftests/bpf: Split read_vsyscall "
` [PATCH bpf-next 3/3] selftests/bpf: Split sleepable fentry from LSM test

[GIT PULL] BPF changes for 7.0
 2026-02-10 20:00 UTC  (2+ messages)

[PATCH v3 dwarves 0/5] Improve BTF concrete function accuracy
 2026-02-10 19:57 UTC  (2+ messages)

[PATCH v8 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-10 18:50 UTC  (9+ messages)
` [PATCH v8 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v2 0/2] bpf: Allow void return type for global subprogs
 2026-02-10 18:32 UTC  (3+ messages)
` [PATCH v2 1/2] bpf: Allow void global functions in the verifier
` [PATCH v2 2/2] selftests: Add selftests for void globals

[PATCH net-next v8 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-02-10 17:30 UTC  (7+ messages)
` [PATCH net-next v8 15/16] selftests/net: Add env for container based tests

[PATCH bpf 0/6] Address XDP frags having negative tailroom
 2026-02-10 17:27 UTC  (12+ messages)
` [PATCH bpf 6/6] net: enetc: use truesize as XDP RxQ info frag_size

[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-10 17:26 UTC  (6+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH bpf-next v3] libbpf: Add gating for arena globals relocation feature
 2026-02-10 16:58 UTC  (5+ messages)

[PATCH v2 00/25] kernel-doc: make it parse new functions and structs
 2026-02-10 15:27 UTC  (3+ messages)


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