BPF List
 help / color / mirror / Atom feed
 messages from 2026-03-02 11:42:00 to 2026-03-02 21:27:21 UTC [more...]

[PATCH v8 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-03-02 21:26 UTC  (3+ messages)
` [PATCH v8 bpf-next 1/2] bpf: test_run: "

[PATCH bpf-next v4 0/2] Handle duplicate kprobe symbols
 2026-03-02 21:05 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

[PATCH 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-03-02 20:51 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftest: seccomp: Adjust test for using both `STRICT` and `FILTER`

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-02 20:25 UTC  (111+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 009/110] f2fs: "
` [PATCH v2 010/110] lockd: "
` [PATCH v2 011/110] nfs: "
` [PATCH v2 012/110] nfsd: "
` [PATCH v2 013/110] locks: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 017/110] affs: "
` [PATCH v2 018/110] afs: "
` [PATCH v2 019/110] autofs: "
` [PATCH v2 020/110] befs: "
` [PATCH v2 021/110] bfs: "
` [PATCH v2 022/110] cachefiles: "
` [PATCH v2 023/110] ceph: "
` [PATCH v2 024/110] coda: "
` [PATCH v2 025/110] cramfs: "
` [PATCH v2 026/110] ecryptfs: "
` [PATCH v2 027/110] efs: "
` [PATCH v2 028/110] exportfs: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 030/110] freevxfs: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 033/110] hpfs: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 035/110] jffs2: "
` [PATCH v2 036/110] jfs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 038/110] nsfs: "
` [PATCH v2 039/110] ntfs3: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 041/110] orangefs: "
` [PATCH v2 042/110] overlayfs: "
` [PATCH v2 043/110] qnx4: "
` [PATCH v2 044/110] qnx6: "
` [PATCH v2 045/110] ubifs: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 047/110] ufs: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 050/110] drm/amdgpu: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 052/110] net: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 054/110] dma-buf: "
` [PATCH v2 055/110] fscrypt: "
` [PATCH v2 056/110] fsverity: "
` [PATCH v2 057/110] iomap: "
` [PATCH v2 058/110] net: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 063/110] f2fs: "
` [PATCH v2 064/110] lockd: "
` [PATCH v2 065/110] nfs: "
` [PATCH v2 066/110] nfsd: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 068/110] nilfs2: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 070/110] affs: "
` [PATCH v2 071/110] afs: "
` [PATCH v2 072/110] autofs: "
` [PATCH v2 073/110] befs: "
` [PATCH v2 074/110] bfs: "
` [PATCH v2 075/110] cachefiles: "
` [PATCH v2 076/110] ceph: "
` [PATCH v2 077/110] coda: "
` [PATCH v2 078/110] cramfs: "
` [PATCH v2 079/110] ecryptfs: "
` [PATCH v2 080/110] efs: "
` [PATCH v2 081/110] exportfs: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 083/110] freevxfs: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 085/110] hfsplus: "
` [PATCH v2 086/110] hpfs: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 088/110] jffs2: "
` [PATCH v2 089/110] jfs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 091/110] ntfs3: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 093/110] orangefs: "
` [PATCH v2 094/110] overlayfs: "
` [PATCH v2 095/110] qnx4: "
` [PATCH v2 096/110] qnx6: "
` [PATCH v2 097/110] ubifs: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 099/110] ufs: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 101/110] fscrypt: "
` [PATCH v2 102/110] fsverity: "
` [PATCH v2 103/110] iomap: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 106/110] drm/amdgpu: "
` [PATCH v2 107/110] dma-buf: "
` [PATCH v2 108/110] net: "
` [PATCH v2 109/110] uprobes: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[PATCH bpf v3 01/15] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
 2026-03-02 20:27 UTC  (6+ messages)

[PATCH bpf-next v4 0/3] Optimize kprobe.session attachment for exact function names
 2026-03-02 20:08 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] libbpf: "
` [PATCH bpf-next v4 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [PATCH bpf-next v4 3/3] selftests/bpf: add tests for kprobe.session optimization

[RFC PATCH bpf-next v3 0/3] Optimize kprobe.session attachment for exact function names
 2026-03-02 19:47 UTC  (7+ messages)
  ` [External] "

[PATCH bpf-next v4 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-03-02 18:27 UTC  (7+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Remove kmem subtest from cgroup_iter_memcg
` [PATCH bpf-next v4 2/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg
` [PATCH bpf-next v4 3/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value

PROBLEM: verifier.c - invalid scalar IDs after byte swaps
 2026-03-02 18:11 UTC 

[PATCH bpf] ftrace: Add missing ftrace_lock to update_ftrace_direct_add/del
 2026-03-02 18:00 UTC  (6+ messages)

[RFC PATCH bpf-next v3 1/3] libbpf: Optimize kprobe.session attachment for exact function names
 2026-03-02 17:37 UTC  (5+ messages)
  ` [External] "

[PATCH bpf v4 0/9] Address XDP frags having negative tailroom
 2026-03-02 17:32 UTC  (11+ messages)
` [PATCH bpf v4 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v4 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v4 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v4 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v4 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v4 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v4 7/9] libeth, idpf: use truesize "
` [PATCH bpf v4 8/9] net: enetc: "
` [PATCH bpf v4 9/9] xdp: produce a warning when calculated tailroom is negative

[PATCH bpf-next v3 0/2] libbpf: Handle duplicate kprobe symbols
 2026-03-02 17:32 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

[PATCH 0/2] bpf: support for non_null ptr detection with JEQ/JNE with register operand
 2026-03-02 16:58 UTC  (4+ messages)
` [PATCH 1/2] bpf: detect non null pointer with register operand in JEQ/JNE
` [PATCH 2/2] selftests/bpf: tests to non_null ptr detection using "

[PATCH bpf-next v2 0/6] bpf: Enhance __bpf_prog_map_compatible()
 2026-03-02 15:53 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] bpf: Add fsession to verbose log in check_get_func_ip()
` [PATCH bpf-next v2 2/6] bpf: Factor out bpf_map_owner_[init,matches]() helpers
` [PATCH bpf-next v2 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
` [PATCH bpf-next v2 4/6] bpf: Disallow !call_get_func_ip progs tail-calling call_get_func_ip progs
` [PATCH bpf-next v2 5/6] bpf: Disallow !call_session_cookie progs tail-calling call_session_cookie progs
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests to verify prog_array map compatibility

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 15:41 UTC  (9+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()

[PATCH v3 0/6] bpf: Extend the bpf_list family of APIs
 2026-03-02 15:19 UTC  (9+ messages)
` [PATCH v3 1/6] bpf: Introduce the bpf_list_del kfunc
` [PATCH v3 2/6] selftests/bpf: Add test cases for bpf_list_del
` [PATCH v3 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
` [PATCH v3 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v3 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH v3 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-03-02 15:10 UTC  (8+ messages)
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH v3 00/18] rtla: Robustness and code quality improvements
 2026-03-02 14:33 UTC  (3+ messages)
` [PATCH v3 07/18] rtla: Add strscpy() and replace strncpy() calls

[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
 2026-03-02 14:32 UTC  (7+ messages)
` [PATCH bpf v3 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v3 5/9] i40e: fix registering XDP RxQ info

[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
 2026-03-02 14:04 UTC  (11+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH 5/8] modules: Move 'struct module_signature' to UAPI
` [PATCH 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[PATCH v11 bpf-next 0/8] Add BTF layout to BTF
 2026-03-02 12:18 UTC  (4+ messages)
` [PATCH v11 bpf-next 6/8] btf: support kernel parsing of BTF with layout info
` [PATCH v11 bpf-next 7/8] selftests/bpf: test kind encoding/decoding

[PATCH v11 bpf-next 4/8] libbpf: Add layout encoding support
 2026-03-02 12:18 UTC  (2+ messages)

[PATCH v11 bpf-next 1/8] btf: add BTF kind layout encoding to UAPI
 2026-03-02 12:18 UTC  (2+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-03-02 12:16 UTC  (4+ messages)
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()


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