BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-31 17:35:27 to 2026-06-02 00:41:38 UTC [more...]

[PATCH bpf-next v3 0/6] Minimize annotations for arena programs
 2026-06-02  0:41 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] selftests/bpf: libarena: Add "arena" BTF type tag to __arena qualifier
` [PATCH bpf-next v3 2/6] verifier: parse BTF type tags for function arguments
` [PATCH bpf-next v3 3/6] bpf: Allow subprogs to return arena pointers
` [PATCH bpf-next v3 4/6] selftests/bpf: Remove __arg_arena from the codebase
` [PATCH bpf-next v3 5/6] selftests/bpf: libarena: Directly return arena pointers from functions
` [PATCH bpf-next v3 6/6] selftests/bpf: Add tests for the new type-tag based __arena identifier

[PATCH bpf-next v2 0/5] bpf: Minimize annotations for arena programs
 2026-06-02  0:06 UTC  (18+ messages)
` [PATCH bpf-next v2 2/5] verifier: parse BTF type tags for function arguments
` [PATCH bpf-next v2 3/5] bpf: Allow subprogs to return arena pointers
` [PATCH bpf-next v2 4/5] selftests/bpf: Remove __arg_arena from the codebase
` [PATCH bpf-next v2 5/5] selftests/bpf: libarena: Directly return arena pointers from functions

[PATCH bpf-next v6 00/13] Refactor verifier object relationship tracking
 2026-06-01 23:49 UTC  (11+ messages)
` [PATCH bpf-next v6 05/13] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v6 12/13] selftests/bpf: Test using file dynptr after the reference on file is dropped

[PATCH bpf-next v1 00/14] resolve_btfids: Implement BTF tags emission for kfuncs
 2026-06-01 23:03 UTC  (19+ messages)
` [PATCH bpf-next v1 01/14] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v1 02/14] selftests/bpf: Modernize resolve_btfids test scaffolding
` [PATCH bpf-next v1 03/14] selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE builds
` [PATCH bpf-next v1 04/14] selftests/bpf: Add kfunc set test to resolve_btfids
` [PATCH bpf-next v1 05/14] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 06/14] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 07/14] resolve_btfids: Emit bpf_kfunc BTF decl tag for discovered kfuncs
` [PATCH bpf-next v1 08/14] selftests/bpf: Verify bpf_kfunc decl tag emission in resolve_btfids
` [PATCH bpf-next v1 09/14] resolve_btfids: Emit a decl tag for kfuncs with KF_FASTCALL
` [PATCH bpf-next v1 10/14] selftests/bpf: Verify bpf_fastcall decl tags in resolve_btfids test
` [PATCH bpf-next v1 11/14] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v1 12/14] selftests/bpf: Verify arena type tags in resolve_btfids test
` [PATCH bpf-next v1 13/14] kbuild: Drop decl_tag_kfuncs and attributes from pahole flags
` [PATCH bpf-next v1 14/14] docs, resolve_btfids: Document kfunc BTF annotation emission

[PATCH net-next 00/15] gve: AdminQ mode related refactors
 2026-06-01 22:01 UTC  (17+ messages)
` [PATCH net-next 01/15] gve: don't pass in unused parameter to gve_adminq_free
` [PATCH net-next 02/15] gve: refactor initialization with helper functions
` [PATCH net-next 03/15] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next 04/15] gve: add a few helper functions to set device properties
` [PATCH net-next 05/15] gve: add struct gve_device_info to hold "
` [PATCH net-next 06/15] gve: introduce control plane operations structure
` [PATCH net-next 07/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next 09/15] gve: simplify reset logic
` [PATCH net-next 10/15] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next 11/15] gve: split up notify block allocation and setup paths
` [PATCH net-next 12/15] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next 13/15] gve: setup and teardown management interrupts
` [PATCH net-next 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next 15/15] gve: add link status/speed ctrl ops

[PATCH v2 0/3] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-06-01 22:01 UTC  (7+ messages)
` [PATCH v2 1/3] bpf: cgroup: use kvfree() for replaced sysctl write buffer
` [PATCH v2 2/3] bpf: cgroup: NUL-terminate replaced sysctl value
` [PATCH v2 3/3] bpf: cgroup: restore sysctl new-value replacement

[PATCH RFC bpf-next v3 0/6] bpf: better error reporting when verifier hits 1M instructions limit
 2026-06-01 21:38 UTC  (18+ messages)
` [PATCH RFC bpf-next v3 1/6] bpf: move live registers and scc printout to a standalone function
` [PATCH RFC bpf-next v3 2/6] bpf: compute loops hierarchy
` [PATCH RFC bpf-next v3 3/6] selftests/bpf: test cases for loop hierarchy computation
` [PATCH RFC bpf-next v3 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
` [PATCH RFC bpf-next v3 5/6] bpf: report register diff summary for hot callchains
` [PATCH RFC bpf-next v3 6/6] selftests/bpf: test budget exhaustion profiling report

[PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
 2026-06-01 21:36 UTC  (10+ messages)
` [PATCH bpf v2 0/2] bpf: Fix kfunc implicit arg injection and add selftest
  ` [PATCH bpf v2 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
  ` [PATCH bpf v2 2/2] selftests/bpf: Add regression test for kfunc implicit arg injection with stale register

[PATCH] bpf: defer bpffs symlink inode freeing until RCU grace period
 2026-06-01 20:42 UTC  (2+ messages)

[PAHOLE v3 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper
 2026-06-01 19:44 UTC  (5+ messages)
` [PAHOLE v3 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation
` [PAHOLE v3 3/3] tests: Support GCC in pfunct-btf-decl-tags test

[PATCH bpf-next] bpf: Replace scratch PTE atomically when allocating arena pages
 2026-06-01 19:19 UTC  (3+ messages)

[RFC PATCH 6.1.y 0/2] bpf: backport scalar not-equal tracking fixes
 2026-06-01 18:25 UTC  (4+ messages)
` [RFC PATCH 6.1.y 1/2] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [RFC PATCH 6.1.y 2/2] bpf: make the verifier tracks the "not equal" for regs

[PATCH bpf v3 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
 2026-06-01 18:24 UTC  (9+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "

[PATCH] bpf: Clear rb node linkage when freeing bpf_rb_root
 2026-06-01 18:06 UTC  (4+ messages)

[PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-06-01 17:57 UTC  (4+ messages)

[PATCH 0/4] bootconfig: embed kernel.* cmdline at build time
 2026-06-01 17:56 UTC  (3+ messages)

[PATCH 2/4] bootconfig: render embedded bootconfig as a kernel cmdline at build time
 2026-06-01 17:52 UTC  (3+ messages)

[PATCH 1/4] bootconfig: return 0 from xbc_snprint_cmdline() for a leaf root
 2026-06-01 17:46 UTC  (3+ messages)

[PATCH bpf v3 1/3] bpf: Add validation for bpf_set_retval argument
 2026-06-01 17:22 UTC  (5+ messages)

[PATCH vfs-7.2.xattr v2] bpf: Add simple xattr support to bpffs
 2026-06-01 16:45 UTC  (3+ messages)

[PATCH bpf-next v5 08/11] selftests/bpf: Add basic tests for resizable hash map
 2026-06-01 16:41 UTC  (3+ messages)

[PATCH bpf-next v5 06/11] bpf: Optimize word-sized keys for resizable hashtable
 2026-06-01 16:38 UTC  (3+ messages)

[PATCH bpf-next v2 0/7] More gen_loader fixes
 2026-06-01 16:20 UTC  (15+ messages)
` [PATCH bpf-next v2 1/7] bpf: Reject exclusive maps as inner maps in map-in-map
` [PATCH bpf-next v2 2/7] bpf: Drop redundant hash_buf from map_get_hash operation
` [PATCH bpf-next v2 3/7] libbpf: Reject non-exclusive metadata maps in the signed loader
` [PATCH bpf-next v2 4/7] libbpf: Skip initial_value override on signed loaders
` [PATCH bpf-next v2 5/7] libbpf: Skip max_entries "
` [PATCH bpf-next v2 6/7] selftests/bpf: Adjust verifier_map_ptr for the map's excl field
` [PATCH bpf-next v2 7/7] selftests/bpf: Test that exclusive maps are rejected in map-in-map

[PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
 2026-06-01 16:16 UTC  (5+ messages)

[PATCH v3] kernel/bpf/btf.c: reject to register duplicated kfunc
 2026-06-01 16:09 UTC  (7+ messages)

[PATCH] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-01 16:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: Take mmap_lock in zap_pages()
 2026-06-01 15:37 UTC  (2+ messages)

[PATCH net v5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
 2026-06-01 15:18 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf,slab: Introduce bpf_arena_alloc() kfuncs
 2026-06-01 14:53 UTC  (5+ messages)
` [PATCH v2 bpf-next 3/4] bpf,slab: Add slub-backed allocator for bpf_arena

improve the kmem_cache_alloc_bulk API v2
 2026-06-01 14:39 UTC  (12+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
        ` msm_iommu_pagetable_prealloc_allocate, was: "

[RFC PATCH 0/3] Move thread_info into task_struct for LoongArch
 2026-06-01 13:46 UTC  (3+ messages)
` [RFC PATCH 1/3] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK

[PATCH bpf v2 0/4] bpf: Update transport_header when encapsulating UDP tunnel in lwt
 2026-06-01 13:34 UTC  (4+ messages)
` [PATCH bpf v2 1/4] bpf: Fix TOCTOU issue "

[PATCH bpf-next v5 05/11] bpf: Allow special fields in resizable hashtab
 2026-06-01 13:05 UTC  (3+ messages)

[PATCH bpf 0/3] Add validation for bpf_set_retval helper
 2026-06-01 13:05 UTC  (4+ messages)
` [PATCH bpf v3 2/3] selftests/bpf: Fix cgroup bpf tests broken by bpf_set_retval validation

[PATCH bpf-next 1/3] libbpf: Reject non-exclusive metadata maps in the signed loader
 2026-06-01 12:31 UTC  (6+ messages)
` [PATCH bpf-next 2/3] libbpf: Skip initial_value override on signed loaders
` [PATCH bpf-next 3/3] libbpf: Skip max_entries "

[PATCH bpf-next 0/2] bpf, arm64: Stack argument fixes
 2026-06-01 12:22 UTC  (3+ messages)

[RESEND][PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-06-01 11:54 UTC  (2+ messages)

Call for participation: New Age Tooling BoF
 2026-06-01 11:33 UTC 

[PATCH] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-01 10:56 UTC 

[PATCH bpf 1/1] bpf: devmap: reject cloning fragmented xdp frames
 2026-06-01  9:32 UTC  (2+ messages)

[linux-6.12.y 1/4] HID: core: Add printk_ratelimited variants to hid_warn() etc
 2026-06-01  8:50 UTC  (6+ messages)
` [linux-6.12.y 2/4] HID: pass the buffer size to hid_report_raw_event
` [linux-6.12.y 3/4] HID: core: introduce hid_safe_input_report()
` [linux-6.12.y 4/4] HID: core: Fix size_t specifier in hid_report_raw_event()

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-01  8:31 UTC  (4+ messages)
` [PATCHv4 13/13] selftests/bpf: Add tests for forked/cloned "

[PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
 2026-06-01  8:31 UTC  (4+ messages)

[PATCH v1] bpftool build: Restrict feature tests during bootstrap compilation
 2026-06-01  8:20 UTC  (2+ messages)

[PATCH] fork: Ensure copy_process() returns a valid error pointer on failure
 2026-06-01  6:33 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: reject overlarge global subprog argument sizes
 2026-06-01  6:04 UTC  (3+ messages)

[PATCH] lsm,bpf: fix security_bpf_prog_load() error handling
 2026-06-01  1:42 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: Add arena invalid node id test
 2026-06-01  0:53 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Skip endianness swap when loader generation failed
 2026-06-01  0:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: MAINTAINERS: Update bpf maintainers
 2026-06-01  0:50 UTC  (2+ messages)

[PATCH bpf-next 1/3] libbpf: Drop redundant self-loop in emit_check_err
 2026-06-01  0:50 UTC  (2+ messages)

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-06-01  0:16 UTC  (10+ messages)
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page

[PATCH bpf-next] bpf: Overwrite scratch PTE when allocating arena pages
 2026-05-31 17:35 UTC  (2+ messages)


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