messages from 2025-10-26 20:05:38 to 2025-10-28 00:46:24 UTC [more...]
[PATCH v2 00/50] tree-in-dcache stuff
2025-10-28 0:46 UTC (50+ 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 11/23] mm: introduce BPF kfunc to access memory events
2025-10-27 23:57 UTC (19+ messages)
` [PATCH v2 12/23] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
` [PATCH v2 15/23] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v2 16/23] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [PATCH v2 17/23] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH v2 18/23] bpf: selftests: BPF OOM handler test
` [PATCH v2 19/23] sched: psi: refactor psi_trigger_create()
` [PATCH v2 20/23] sched: psi: implement bpf_psi struct ops
` [PATCH v2 21/23] sched: psi: implement bpf_psi_create_trigger() kfunc
` [PATCH v2 22/23] bpf: selftests: add config for psi
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test
[PATCH v2 00/23] mm: BPF OOM
2025-10-27 23:57 UTC (15+ messages)
` [PATCH v2 01/23] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
` [PATCH v2 03/23] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH v2 04/23] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH v2 05/23] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v2 08/23] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH v2 09/23] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events
[PATCH v7 bpf-next 00/12] BPF indirect jumps
2025-10-27 23:25 UTC (17+ messages)
` [PATCH v7 bpf-next 01/12] bpf, x86: add new map type: instructions array
` [PATCH v7 bpf-next 06/12] bpf, x86: add support for indirect jumps
` [PATCH v7 bpf-next 08/12] bpf, docs: do not state that indirect jumps are not supported
` [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 v6 bpf-next 00/17] BPF indirect jumps
2025-10-27 23:11 UTC (6+ messages)
` [PATCH v6 bpf-next 16/17] selftests/bpf: add new verifier_gotox test
[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
2025-10-27 22:45 UTC (4+ messages)
[PATCH 0/3] x86/fgraph,bpf: Fix ORC stack unwind from return probe
2025-10-27 22:38 UTC (8+ messages)
` [PATCH 1/3] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
` [PATCH 2/3] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
` [PATCH 3/3] selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multi
[PATCH bpf-next v1] selftests/bpf: Guard addr_space_cast code with __BPF_FEATURE_ADDR_SPACE_CAST
2025-10-27 21:56 UTC (9+ messages)
` pahole next->master. Was: "
[PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
2025-10-27 20:13 UTC (4+ messages)
` [PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()
[PATCH bpf-next v2 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
2025-10-27 20:09 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for BPF_JGT "
[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
2025-10-27 20:05 UTC (3+ 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
[RFC PATCH v3 0/3] Significantly Improve BTF Type Lookup Performance
2025-10-27 19:55 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
` [RFC PATCH v3 3/3] btf: Reuse libbpf code for BTF type sorting verification and binary search
[PATCH net V1 0/3] veth: Fix TXQ stall race condition and add recovery
2025-10-27 19:22 UTC (14+ messages)
` [PATCH net V1 1/3] veth: enable dev_watchdog for detecting stalled TXQs
` [PATCH net V1 2/3] veth: stop and start all TX queue in netdev down/up
` [PATCH net V1 3/3] veth: more robust handing of race to avoid txq getting stuck
[BUG] bpftool: Build failure due to opensslv.h
2025-10-27 18:27 UTC (3+ messages)
[PATCH v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
2025-10-27 17:50 UTC (4+ messages)
` [PATCH v4 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v4 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v4 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline
[PATCH v3 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
2025-10-27 17:11 UTC (9+ messages)
` [PATCH v3 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v3 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v3 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline
[PATCH bpf v3 0/4] bpf: Free special fields when update hash and local storage maps
2025-10-27 17:04 UTC (7+ messages)
` [PATCH bpf v3 3/4] bpf: Free special fields when update "
` [PATCH bpf v3 4/4] selftests/bpf: Add tests to verify freeing the special fields when update hash and "
[PATCH bpf-next v5 00/10] bpf: Introduce file dynptr
2025-10-27 17:00 UTC (12+ messages)
` [PATCH bpf-next v5 01/10] selftests/bpf: remove unnecessary kfunc prototypes
` [PATCH bpf-next v5 02/10] bpf: widen dynptr size/offset to 64 bit
` [PATCH bpf-next v5 03/10] lib: move freader into buildid.h
` [PATCH bpf-next v5 04/10] lib/freader: support reading more than 2 folios
` [PATCH bpf-next v5 05/10] bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
` [PATCH bpf-next v5 06/10] bpf: add plumbing for file-backed dynptr
` [PATCH bpf-next v5 07/10] bpf: add kfuncs and helpers support for file dynptrs
` [PATCH bpf-next v5 08/10] bpf: verifier: refactor kfunc specialization
` [PATCH bpf-next v5 09/10] bpf: dispatch to sleepable file dynptr
` [PATCH bpf-next v5 10/10] selftests/bpf: add file dynptr tests
[PATCH v3 00/70] nstree: listns()
2025-10-27 16:36 UTC (10+ 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 14/70] nstree: allow lookup solely based on inode
` [PATCH v3 17/70] nstree: add listns()
[PATCH bpf-next 0/2] bpf: Fix tnum_overlap to check for zero mask first
2025-10-27 15:35 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
[PATCH v2] s390/mm: Fix memory leak in add_marker() when kvrealloc fails
2025-10-27 15:27 UTC (2+ messages)
[PATCH net-next v2] xsk: add indirect call for xsk_destruct_skb
2025-10-27 15:21 UTC (2+ messages)
[PATCH bpf-next v3 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
2025-10-27 14:51 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: add tc helpers
` [PATCH bpf-next v3 2/4] selftests/bpf: make test_tc_tunnel.bpf.c compatible with big endian platforms
` [PATCH bpf-next v3 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
` [PATCH bpf-next v3 4/4] selftests/bpf: remove test_tc_tunnel.sh
[PATCH v4 bpf 0/2] xdp: fix page_pool leaks
2025-10-27 14:31 UTC (5+ messages)
` [PATCH v4 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()
` [PATCH v4 bpf 2/2] veth: update mem type in xdp_buff
[PATCH net v2] xsk: avoid data corruption on cq descriptor number
2025-10-27 12:32 UTC (4+ messages)
[PATCH] s390/mm: Fix memory leak in add_marker() when kvrealloc fails
2025-10-27 12:31 UTC (4+ messages)
[PATCH bpf-next v3 00/16] Make TC BPF helpers preserve skb metadata
2025-10-27 12:29 UTC (3+ messages)
` [PATCH bpf-next v3 11/16] selftests/bpf: Dump skb metadata on verification failure
[PATCH RFC DRAFT 00/50] nstree: listns()
2025-10-27 10:49 UTC (4+ messages)
[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
2025-10-27 9:11 UTC (8+ messages)
` [PATCH RFC 05/19] slab: add sheaves to most caches
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
[PATCH] selftests/seccomp: fix pointer type mismatch in UPROBE test
2025-10-27 8:14 UTC (3+ messages)
` [PATCH v2] "
[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
2025-10-27 4:07 UTC (3+ messages)
` [PATCH v12 mm-new 04/10] mm: thp: decouple THP allocation between swap and page fault paths
[PATCH] libbpf: fix the incorrect reference to the memlock_rlim variable in the comment
2025-10-27 3:20 UTC
[PATCH bpf-next v3 2/7] bpf: add two kfunc for TRACE_SESSION
2025-10-27 2:44 UTC (2+ messages)
[PATCH v2 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
2025-10-26 20:27 UTC (3+ messages)
[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
2025-10-26 20:05 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox