public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-05 18:36:23 to 2026-01-07 07:46:25 UTC [more...]

[PATCH bpf-next v7 00/11] bpf: fsession support
 2026-01-07  7:45 UTC  (17+ messages)
` [PATCH bpf-next v7 01/11] bpf: add "
` [PATCH bpf-next v7 02/11] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v7 03/11] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v7 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v7 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v7 06/11] bpf,x86: introduce emit_st_r0_imm64() for trampoline
` [PATCH bpf-next v7 07/11] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v7 08/11] libbpf: add fsession support
` [PATCH bpf-next v7 09/11] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v7 10/11] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v7 11/11] selftests/bpf: test fsession mixed with fentry and fexit

[syzbot] Monthly bpf report (Jan 2026)
 2026-01-07  7:29 UTC 

[RESEND PATCH bpf-next v4 0/9] bpf: Extend bpf syscall with common attributes support
 2026-01-07  6:31 UTC  (16+ messages)
` [RESEND PATCH bpf-next v4 1/9] "
` [RESEND PATCH bpf-next v4 2/9] libbpf: Add support for extended bpf syscall
` [RESEND PATCH bpf-next v4 3/9] bpf: Refactor reporting log_true_size for prog_load
` [RESEND PATCH bpf-next v4 4/9] bpf: Add common attr support "
` [RESEND PATCH bpf-next v4 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [RESEND PATCH bpf-next v4 6/9] bpf: Add common attr support "
` [RESEND PATCH bpf-next v4 7/9] bpf: Add common attr support for map_create
` [RESEND PATCH bpf-next v4 8/9] libbpf: "
` [RESEND PATCH bpf-next v4 9/9] selftests/bpf: Add tests to verify map create failure log

[PATCH bpf-next 0/2] bpf: selftests fixes for GCC-BPF 16
 2026-01-07  5:10 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: adapt selftests to GCC 16 -Wunused-but-set-variable
` [PATCH bpf-next 2/2] bpf: GCC requires function attributes before the declarator

[PATCH bpf-next v2] scripts/gen-btf.sh: Ensure initial object in gen_btf_o is ELF with correct endianness
 2026-01-07  5:00 UTC  (3+ messages)

[PATCH bpf-next v13 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2026-01-07  5:00 UTC  (9+ messages)
` [PATCH bpf-next v13 1/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v13 2/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v13 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v13 4/7] bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
` [PATCH bpf-next v13 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support "
` [PATCH bpf-next v13 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v13 7/7] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2026-01-07  3:45 UTC  (16+ messages)
` [PATCH bpf-next v10 04/13] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v10 05/13] libbpf: Verify BTF Sorting

[PATCH bpf-next v4 0/2] powerpc64/bpf: Inline helper in powerpc JIT
 2026-01-07  3:11 UTC  (4+ messages)

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

[PATCH] bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()
 2026-01-07  2:10 UTC 

[PATCH v2 0/3] bpf/verifier: allow calling arena functions when holding BPF lock
 2026-01-07  1:50 UTC  (6+ messages)
` [PATCH v2 1/3] bpf/verifier: check active lock count in in_sleepable_context
` [PATCH v2 2/3] bpf/verifier: allow calls to arena functions while holding spinlocks
` [PATCH v2 3/3] selftests/bpf: add tests for arena kfuncs under lock

[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
 2026-01-07  1:26 UTC  (10+ messages)

[PATCH bpf] libbpf: Fix OOB read in btf_dump_get_bitfield_value
 2026-01-06 23:35 UTC 

[PATCH bpf-next v4 0/6] Add cryptographic hash and signature verification kfuncs to BPF
 2026-01-06 23:11 UTC  (10+ messages)
` [PATCH bpf-next v4 1/6] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v4 2/6] crypto: Add BPF signature "
` [PATCH bpf-next v4 3/6] bpf: Add hash kfunc for cryptographic hashing
` [PATCH bpf-next v4 5/6] bpf: Add ECDSA signature verification kfuncs

[PATCH 0/5] perf build: nondistro build tidyups
 2026-01-06 22:18 UTC  (2+ messages)

[PATCH 0/5] kbuild: uapi: improvements to header testing
 2026-01-06 22:10 UTC  (2+ messages)

[PATCH bpf-next] scripts/gen-btf.sh: Disable LTO when generating initial .o file
 2026-01-06 22:01 UTC  (6+ messages)

linux-next: manual merge of the bpf-next tree with the mm-unstable tree
 2026-01-06 21:40 UTC  (5+ messages)

[PATCH bpf 1/2] bpf, test_run: Subtract size of xdp_frame from allowed metadata size
 2026-01-06 19:50 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Update xdp_context_test_run test to check maximum "

[PATCH bpf-next v2 00/16] Decouple skb metadata tracking from MAC header offset
 2026-01-06 19:42 UTC  (22+ messages)
` [PATCH bpf-next v2 12/16] bpf, verifier: Turn seen_direct_write flag into a bitmap
` [PATCH bpf-next v2 13/16] bpf, verifier: Propagate packet access flags to gen_prologue
` [PATCH bpf-next v2 14/16] bpf, verifier: Track when data_meta pointer is loaded
` [PATCH bpf-next v2 15/16] bpf: Realign skb metadata for TC progs using data_meta

[PATCH] buildid: validate page-backed file before parsing build ID
 2026-01-06 19:16 UTC  (5+ messages)

[PATCH bpf-next v12 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2026-01-06 18:25 UTC  (2+ messages)

[PATCH v2 00/18] rtla: Code quality and robustness improvements
 2026-01-06 17:47 UTC  (22+ messages)
` [PATCH v2 01/18] rtla: Exit on memory allocation failures during initialization
` [PATCH v2 02/18] rtla: Use strdup() to simplify code
` [PATCH v2 03/18] rtla: Introduce for_each_action() helper
` [PATCH v2 04/18] rtla: Replace atoi() with a robust strtoi()
` [PATCH v2 05/18] rtla: Simplify argument parsing
` [PATCH v2 06/18] rtla: Use strncmp_static() in more places
` [PATCH v2 07/18] rtla: Introduce common_restart() helper
` [PATCH v2 08/18] rtla: Use standard exit codes for result enum
` [PATCH v2 09/18] rtla: Remove redundant memset after calloc
` [PATCH v2 10/18] rtla: Replace magic number with MAX_PATH
` [PATCH v2 11/18] rtla: Remove unused headers
` [PATCH v2 12/18] rtla: Fix NULL pointer dereference in actions_parse
` [PATCH v2 13/18] rtla: Fix buffer size for strncpy in timerlat_aa
` [PATCH v2 14/18] rtla: Add generated output files to gitignore
` [PATCH v2 15/18] rtla: Make stop_tracing variable volatile
` [PATCH v2 16/18] rtla: Ensure null termination after read operations in utils.c
` [PATCH v2 17/18] rtla: Fix parse_cpu_set() return value documentation
` [PATCH v2 18/18] rtla: Simplify code by caching string lengths

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

[PATCH 0/2] bpf/verifier: allow calling arena functions when holding BPF lock
 2026-01-06 17:03 UTC  (8+ messages)
` [PATCH 1/2] bpf/verifier: allow calls to arena functions while holding spinlocks
` [PATCH 2/2] selftests/bpf: add tests for arena kfuncs under lock

[PATCH bpf-next v4 0/9] bpf: Extend bpf syscall with common attributes support
 2026-01-06 16:59 UTC  (6+ messages)
` [PATCH bpf-next v4 1/9] "
` [PATCH bpf-next v4 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v4 3/9] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v4 4/9] bpf: Add common attr support "
` [PATCH bpf-next v4 5/9] bpf: Refactor reporting btf_log_true_size for btf_load

kernel build failure when CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2026-01-06 16:43 UTC  (7+ messages)

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

[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-06 15:39 UTC  (6+ messages)
` [PATCH net v3 1/3] virtio-net: don't schedule delayed refill worker
` [PATCH net v3 2/3] virtio-net: remove unused "
` [PATCH net v3 3/3] virtio-net: clean up __virtnet_rx_pause/resume

[PATCH bpf-next v4 0/6] mm: bpf kfuncs to access memcg data
 2026-01-06 15:13 UTC  (10+ messages)
` [PATCH bpf-next v4 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc

[PATCH dwarves v2] dwarf_loader: Handle DW_AT_location attrs containing DW_OP_plus_uconst
 2026-01-06 13:55 UTC  (3+ messages)

bpf: xdp: unhandled error in xdp_test_run_init_page() leads to crash
 2026-01-06 13:53 UTC  (7+ messages)
` [PATCH bpf-next 0/2] bpf, test_run: Fix user-memory-access vulnerability for LIVE_FRAMES
  ` [PATCH bpf-next 1/2] "

[PATCH bpf-next v6 00/10] bpf: fsession support
 2026-01-06 12:48 UTC  (9+ messages)

Project Financing Opportunity
 2026-01-06 10:35 UTC 

[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
 2026-01-06  8:44 UTC  (3+ messages)
  ` [PATCH] riscv, bpf: add a speculation barrier "

[PATCH bpf-next v5 0/3] bpf: Fix FIONREAD and copied_seq issues
 2026-01-06  5:14 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v5 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v5 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH bpf-next] mm: drop mem_cgroup_usage() declaration from memcontrol.h
 2026-01-06  5:00 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] xsk: introduce pre-allocated memory per xsk CQ
 2026-01-06  3:25 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] xsk: introduce local_cq for each af_xdp socket
` [PATCH bpf-next v4 2/2] xsk: introduce a dedicated local completion queue for each xsk

[BUG] bpf/verifier: kernel crash in is_state_visited() during bpf_prog_load (5.4.139 elrepo)
 2026-01-06  3:15 UTC  (3+ messages)

[PATCH v4 bpf-next] bpftool: Make skeleton C++ compatible with explicit casts
 2026-01-06  2:31 UTC  (2+ messages)
` [PATCH v5 "

[PATCH] selftests/bpf: fix qdisc kfunc declarations
 2026-01-06  2:16 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-06  1:57 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "

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

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-06  0:51 UTC  (2+ messages)

[PATCH v2 bpf-next] bpftool: Make skeleton C++ compatible with explicit casts
 2026-01-06  0:46 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v1 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
 2026-01-05 22:24 UTC  (4+ messages)

[PATCH bpf-next] bpf, docs: Update pahole to 1.28 for selftests
 2026-01-05 21:46 UTC  (4+ messages)

[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-05 21:22 UTC  (4+ messages)

[PATCH dwarves] btf_encoder: prefer strong function definitions for BTF generation
 2026-01-05 20:43 UTC  (6+ messages)

[PATCH net v2 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-05 20:35 UTC  (9+ messages)
` [PATCH net v2 1/3] virtio-net: don't schedule delayed refill worker

[RFC PATCH] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-01-05 19:31 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