BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-01 17:54:40 to 2026-06-02 15:05:08 UTC [more...]

configurable block error injection
 2026-06-02 15:05 UTC  (15+ messages)
` [PATCH 1/9] block: remove ALLOW_ERROR_INJECTION for should_fail_bio
` [PATCH 2/9] block: consolidate the calls to should_fail_bio
` [PATCH 3/9] block: refactor should_fail_bio and should_fail_request
` [PATCH 4/9] block: move the FAIL_MAKE_REQUEST symbol from lib/ to block/
` [PATCH 5/9] block: add a macro to initialize the status table
` [PATCH 6/9] block: add a "tag" for block status codes
` [PATCH 7/9] block: add a str_to_blk_op helper
` [PATCH 8/9] block: add configurable error injection
` [PATCH 9/9] block: move the fail request code

[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
 2026-06-02 14:47 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] bpftool: Pass host flags to bootstrap libbpf
` [PATCH bpf-next v2 2/8] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH bpf-next v2 3/8] bpftool: Append extra host flags
` [PATCH bpf-next v2 4/8] libbpf: Initialize CFLAGS before including Makefile.include
` [PATCH bpf-next v2 5/8] tools/bpf: build: Append extra cflags
` [PATCH bpf-next v2 6/8] selftests/bpf: Initialize operation name before use
` [PATCH bpf-next v2 7/8] selftests/bpf: Use common CFLAGS for urandom_read
` [PATCH bpf-next v2 8/8] selftests/bpf: Avoid static LLVM linking for cross builds

[PATCH bpf-next 0/4] More gen_loader fixes #2
 2026-06-02 14:15 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf: Reject exclusive maps for bpf_map_elem iterators
` [PATCH bpf-next 2/4] libbpf: Guard add_data() against size overflow
` [PATCH bpf-next 3/4] selftests/bpf: Keep verifier_map_ptr exercising ops pointer access
` [PATCH bpf-next 4/4] selftests/bpf: Test that exclusive maps are rejected as iter targets

[PATCH bpf-next RESEND v12 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-06-02 13:37 UTC  (15+ messages)
` [PATCH bpf-next RESEND v12 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next RESEND v12 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next RESEND v12 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next RESEND v12 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next RESEND v12 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next RESEND v12 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next RESEND v12 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next RESEND v12 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next RESEND v12 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next RESEND v12 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next RESEND v12 11/11] selftests/bpf: Tolerate missing files during install

[PATCH] selftests/bpf: Page out as late a possible in file_reader
 2026-06-02 13:30 UTC  (6+ messages)

[PATCH bpf-next v1 00/14] resolve_btfids: Implement BTF tags emission for kfuncs
 2026-06-02 13:02 UTC  (22+ 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 v4] btf: reject to register duplicated kfunc
 2026-06-02 11:34 UTC  (3+ messages)

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

[PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
 2026-06-02 10:42 UTC  (20+ 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 v3 0/2] bpf: Fix kfunc implicit arg injection and add selftest
          ` [PATCH bpf v3 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
          ` [PATCH bpf v3 2/2] selftests/bpf: Add regression test for kfunc implicit arg injection
        ` [PATCH bpf v4 0/2] bpf: Fix kfunc implicit arg injection and add selftest
          ` [PATCH bpf v4 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
          ` [PATCH bpf v4 2/2] selftests/bpf: Add regression test for kfunc implicit arg injection

[RFC PATCH 6.1.y 0/2] bpf: backport scalar not-equal tracking fixes
 2026-06-02  9:17 UTC  (7+ 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 v2] bpf: devmap: reject fragmented frames in clone-based broadcasts
 2026-06-02  9:04 UTC  (2+ messages)

[PATCH v4 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-06-02  8:56 UTC  (3+ messages)

[PATCH] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-02  8:17 UTC 

[PATCH v2 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-02  8:15 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[PATCH vfs/vfs-7.2.xattr v3] bpf: Add simple xattr support to bpffs
 2026-06-02  7:40 UTC 

[PATCH] LoongArch: bpf: Support kptr xchg inline
 2026-06-02  7:29 UTC  (4+ messages)

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

[PATCH v2] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-02  5:55 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
 2026-06-02  5:38 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-next 0/2] bpf: Fix NULL deref when storing scalar into kptr slot
 2026-06-02  4:38 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Reject scalar store "

[PATCH v2] bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs
 2026-06-02  4:10 UTC  (4+ messages)

[PATCH] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-02  3:31 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] Minimize annotations for arena programs
 2026-06-02  2:00 UTC  (14+ 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 v6 00/13] Refactor verifier object relationship tracking
 2026-06-02  1:40 UTC  (12+ 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 v2 0/7] More gen_loader fixes
 2026-06-02  1:40 UTC  (2+ messages)

[PAHOLE v3 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper
 2026-06-02  1:05 UTC  (7+ 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] selftests/bpf: ignore call depth accounting for retbleed in verifier tests
 2026-06-02  0:45 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] bpf: Minimize annotations for arena programs
 2026-06-02  0:06 UTC  (12+ 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 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  (16+ messages)
` [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: defer bpffs symlink inode freeing until RCU grace period
 2026-06-01 20:42 UTC  (2+ messages)

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

[PATCH] bpf: Clear rb node linkage when freeing bpf_rb_root
 2026-06-01 18:06 UTC  (2+ 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)


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