BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-27 23:23:16 to 2025-10-28 17:46:02 UTC [more...]

[PATCH v2 00/23] mm: BPF OOM
 2025-10-28 17:45 UTC  (9+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 08/23] mm: introduce BPF kfuncs to deal with memcg pointers

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-28 17:45 UTC  (63+ messages)
` [PATCH v2 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v2 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v2 03/50] new helper: simple_remove_by_name()
` [PATCH v2 04/50] new helper: simple_done_creating()
` [PATCH v2 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v2 08/50] convert ramfs and tmpfs
` [PATCH v2 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 11/50] convert xenfs
` [PATCH v2 12/50] convert smackfs
` [PATCH v2 13/50] convert hugetlbfs
` [PATCH v2 14/50] convert mqueue
` [PATCH v2 15/50] convert bpf
` [PATCH v2 16/50] convert dlmfs
` [PATCH v2 17/50] convert fuse_ctl
` [PATCH v2 18/50] convert pstore
` [PATCH v2 19/50] convert tracefs
` [PATCH v2 20/50] convert debugfs
` [PATCH v2 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 23/50] convert spufs
` [PATCH v2 24/50] convert ibmasmfs
` [PATCH v2 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v2 26/50] convert devpts
` [PATCH v2 27/50] binderfs: use simple_start_creating()
` [PATCH v2 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v2 29/50] convert binderfs
` [PATCH v2 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v2 31/50] convert autofs
` [PATCH v2 32/50] convert binfmt_misc
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
` [PATCH v2 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v2 37/50] convert functionfs
` [PATCH v2 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v2 39/50] convert gadgetfs
` [PATCH v2 40/50] hypfs: don't pin dentries twice
` [PATCH v2 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v2 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v2 43/50] convert hypfs
` [PATCH v2 44/50] convert rpc_pipefs
` [PATCH v2 45/50] convert nfsctl
` [PATCH v2 46/50] convert rust_binderfs
` [PATCH v2 47/50] get rid of kill_litter_super()
` [PATCH v2 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()
` [PATCH v2 50/50] d_make_discardable(): warn if given a non-persistent dentry

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-10-28 17:40 UTC  (10+ messages)
` [PATCH v2 15/23] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v2 20/23] sched: psi: implement bpf_psi struct ops
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test

[PATCH v2] libbpf: optimize the redundant code in the bpf_object__init_user_btf_maps() function
 2025-10-28 17:30 UTC  (3+ messages)

[PATCH] libbpf: fix the incorrect reference to the memlock_rlim variable in the comment
 2025-10-28 17:30 UTC  (2+ messages)

[PATCH net v3 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-28 17:26 UTC  (9+ messages)
` [PATCH net v3 1/3] net,mptcp: fix proto fallback detection with BPF sockmap
` [PATCH net v3 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap

[PATCH v2 16/23] libbpf: introduce bpf_map__attach_struct_ops_opts()
 2025-10-28 17:24 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix tnum_overlap to check for zero mask intersection
 2025-10-28 17:18 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Range analysis test case for JEQ

[PATCH bpf-next v4 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-28 17:09 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v4 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH bpf-next v4 0/6] Support associating BPF programs with struct_ops
 2025-10-28 16:53 UTC  (3+ messages)
` [PATCH bpf-next v4 2/6] bpf: Support associating BPF program "

[PATCH 1/2 bpf] xdp: add XDP extension to skb
 2025-10-28 16:45 UTC  (4+ messages)
` [PATCH 2/2 bpf] xsk: avoid data corruption on cq descriptor number

[PATCH v2 bpf-next 0/2] Multi-split BTF fixes and test
 2025-10-28 16:45 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: Fix parsing of multi-split BTF
` [PATCH v2 bpf-next 2/2] selftests/bpf: Test parsing of (multi-)split BTF

[PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
 2025-10-28 16:43 UTC  (3+ messages)

[PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
 2025-10-28 16:35 UTC  (5+ messages)

[PATCH v2 17/23] bpf: selftests: introduce read_cgroup_file() helper
 2025-10-28 16:31 UTC  (3+ messages)

[PATCH V10 RESEND 1/2] bpf: refactor stack map trace depth calculation into helper function
 2025-10-28 16:30 UTC  (2+ messages)

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-28 16:21 UTC  (14+ messages)
` [RESEND PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [RESEND PATCH v7 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [RESEND PATCH v7 5/7] atomic: Add atomic_cond_read_*_timeout()
` [RESEND PATCH v7 6/7] rqspinlock: Use smp_cond_load_acquire_timeout()
` [RESEND PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

[PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events
 2025-10-28 16:16 UTC  (3+ messages)

[RFC mm v4 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-10-28 16:12 UTC  (8+ messages)
` [RFC mm v4 1/2] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
` [RFC mm v4 2/2] mm: introduce a new page type for page pool in page type

[PATCH] tools:bpf: fix missing closing parethesis for BTF_KIND_UNKN
 2025-10-28 16:11 UTC  (2+ messages)

[PATCH v4] selftests/bpf: Change variable types for -Wsign-compare
 2025-10-28 16:09 UTC  (2+ messages)

[PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
 2025-10-28 15:57 UTC  (3+ messages)

[PATCH v3 00/70] nstree: listns()
 2025-10-28 15:39 UTC  (16+ messages)
` [PATCH v3 05/70] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v3 11/70] ns: add active reference count
` [PATCH v3 17/70] nstree: add listns()

[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
 2025-10-28 15:18 UTC  (6+ messages)

[PATCH v8 bpf-next 00/11] BPF indirect jumps
 2025-10-28 15:05 UTC  (14+ messages)
` [PATCH v8 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v8 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v8 bpf-next 03/11] bpf: support instructions arrays with constants blinding
` [PATCH v8 bpf-next 04/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v8 bpf-next 05/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v8 bpf-next 06/11] bpf, x86: add support for indirect jumps
` [PATCH v8 bpf-next 07/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v8 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v8 bpf-next 09/11] bpftool: Recognize insn_array map type
` [PATCH v8 bpf-next 10/11] selftests/bpf: add new verifier_gotox test
` [PATCH v8 bpf-next 11/11] selftests/bpf: add C-level selftests for indirect jumps

[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-10-28 14:56 UTC  (6+ messages)
` [PATCH net V2 1/2] veth: enable dev_watchdog for detecting stalled TXQs
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH bpf v3 0/4] bpf: Free special fields when update hash and local storage maps
 2025-10-28 14:48 UTC  (6+ messages)
` [PATCH bpf v3 3/4] bpf: Free special fields when update "

[PATCH net-next v3 0/9] xsk: batch xmit in copy mode
 2025-10-28 14:44 UTC  (5+ messages)
` [PATCH net-next v3 1/9] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt

[PATCH bpf-next v2 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
 2025-10-28 14:04 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for BPF_JGT "

[PATCH bpf-next] libbpf: Ignore the modules that failed to load BTF object
 2025-10-28 13:57 UTC 

[RFC bpf-next 0/2] Print map ID on successful creation
 2025-10-28 12:57 UTC  (3+ messages)
` [RFC bpf-next 1/2] bpftool: Print map ID upon creation and support JSON output
` [RFC bpf-next 2/2] selftests/bpf: Add test for bpftool map ID printing

[PATCH bpf-next v3 0/3] net/smc: Introduce smc_hs_ctrl
 2025-10-28 12:15 UTC  (2+ messages)

[PATCH v6 bpf-next 00/17] BPF indirect jumps
 2025-10-28 12:06 UTC  (7+ messages)
` [PATCH v6 bpf-next 16/17] selftests/bpf: add new verifier_gotox test

[PATCH net-next] net: Reorganize networking documentation toctree
 2025-10-28 11:39 UTC 

[PATCH v7 bpf-next 00/12] BPF indirect jumps
 2025-10-28 11:42 UTC  (12+ messages)
` [PATCH v7 bpf-next 01/12] bpf, x86: add new map type: instructions array
` [PATCH v7 bpf-next 09/12] libbpf: support llvm-generated indirect jumps
` [PATCH v7 bpf-next 12/12] selftests/bpf: add C-level selftests for "

[PATCH net-next v4 0/6] Add AF_XDP zero copy support
 2025-10-28 10:57 UTC  (3+ messages)
` [PATCH net-next v4 2/6] net: ti: icssg-prueth: Add XSK pool helpers

[bug-report] Build error in tools/testing/selftests/bpf/
 2025-10-28 10:24 UTC  (3+ messages)

[BUG] bpftool: Build failure due to opensslv.h
 2025-10-28 10:20 UTC  (5+ messages)

[PATCH v4 bpf 0/2] xdp: fix page_pool leaks
 2025-10-28  8:08 UTC  (3+ messages)
` [PATCH v4 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-28  7:52 UTC  (7+ messages)

[PATCH 0/3] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-10-28  7:02 UTC  (3+ messages)
` [PATCH 2/3] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi "

[PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-28  5:32 UTC  (5+ messages)
` [PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

[PATCH bpf-next v3 0/3] bpf: Add overwrite mode for BPF ring buffer
 2025-10-28  2:47 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add overwrite mode test "

[RFC PATCH v3 0/3] Significantly Improve BTF Type Lookup Performance
 2025-10-28  2:23 UTC  (9+ messages)
` [RFC PATCH v3 1/3] btf: implement BTF type sorting for accelerated lookups
` [RFC PATCH v3 2/3] selftests/bpf: add tests for BTF type permutation

[PATCH] riscv: Fix memory leak in module_frob_arch_sections()
 2025-10-28  0:51 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