messages from 2025-10-28 16:12:16 to 2025-10-29 12:25:07 UTC [more...]
[PATCH v4 00/72] nstree: listns()
2025-10-29 12:21 UTC (54+ messages)
` [PATCH v4 01/72] libfs: allow to specify s_d_flags
` [PATCH v4 02/72] nsfs: use inode_just_drop()
` [PATCH v4 03/72] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH v4 04/72] pidfs: "
` [PATCH v4 05/72] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v4 06/72] cgroup: add cgroup namespace to tree after owner is set
` [PATCH v4 07/72] nstree: simplify return
` [PATCH v4 08/72] ns: initialize ns_list_node for initial namespaces
` [PATCH v4 09/72] ns: add __ns_ref_read()
` [PATCH v4 10/72] ns: rename to exit_nsproxy_namespaces()
` [PATCH v4 11/72] ns: add active reference count
` [PATCH v4 12/72] ns: use anonymous struct to group list member
` [PATCH v4 13/72] nstree: introduce a unified tree
` [PATCH v4 14/72] nstree: allow lookup solely based on inode
` [PATCH v4 15/72] nstree: assign fixed ids to the initial namespaces
` [PATCH v4 16/72] nstree: maintain list of owned namespaces
` [PATCH v4 17/72] nstree: simplify rbtree comparison helpers
` [PATCH v4 18/72] nstree: add unified namespace list
` [PATCH v4 19/72] nstree: add listns()
` [PATCH v4 20/72] arch: hookup listns() system call
` [PATCH v4 21/72] nsfs: update tools header
` [PATCH v4 22/72] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH v4 23/72] selftests/namespaces: first active reference count tests
` [PATCH v4 24/72] selftests/namespaces: second "
` [PATCH v4 25/72] selftests/namespaces: third "
` [PATCH v4 26/72] selftests/namespaces: fourth "
` [PATCH v4 27/72] selftests/namespaces: fifth "
` [PATCH v4 28/72] selftests/namespaces: sixth "
` [PATCH v4 29/72] selftests/namespaces: seventh "
` [PATCH v4 30/72] selftests/namespaces: eigth "
` [PATCH v4 31/72] selftests/namespaces: ninth "
` [PATCH v4 32/72] selftests/namespaces: tenth "
` [PATCH v4 33/72] selftests/namespaces: eleventh "
` [PATCH v4 34/72] selftests/namespaces: twelth "
` [PATCH v4 35/72] selftests/namespaces: thirteenth "
` [PATCH v4 36/72] selftests/namespaces: fourteenth "
` [PATCH v4 37/72] selftests/namespaces: fifteenth "
` [PATCH v4 38/72] selftests/namespaces: add listns() wrapper
` [PATCH v4 39/72] selftests/namespaces: first listns() test
` [PATCH v4 40/72] selftests/namespaces: second "
` [PATCH v4 41/72] selftests/namespaces: third "
` [PATCH v4 42/72] selftests/namespaces: fourth "
` [PATCH v4 43/72] selftests/namespaces: fifth "
` [PATCH v4 44/72] selftests/namespaces: sixth "
` [PATCH v4 45/72] selftests/namespaces: seventh "
` [PATCH v4 46/72] selftests/namespaces: eigth "
` [PATCH v4 47/72] selftests/namespaces: ninth "
` [PATCH v4 48/72] selftests/namespaces: first listns() permission test
` [PATCH v4 49/72] selftests/namespaces: second "
` [PATCH v4 50/72] selftests/namespaces: third "
` [PATCH v4 51/72] selftests/namespaces: fourth "
` [PATCH v4 52/72] selftests/namespaces: fifth "
` [PATCH v4 53/72] selftests/namespaces: sixth "
[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
2025-10-29 11:28 UTC (8+ messages)
[PATCH v4 bpf 0/2] xdp: fix page_pool leaks
2025-10-29 11:26 UTC (5+ messages)
` [PATCH v4 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()
[RFC bpf-next 0/2] bpftool signing feature check
2025-10-29 11:22 UTC (6+ messages)
` [RFC bpf-next 1/2] tools-build: Add feature test for openssl3
` [RFC bpf-next 2/2] bpftool: Use libcrypto feature test to optionally support signing
[PATCH bpf-next v1] docs/bpf: Add missing BPF k/uprobe program types to docs
2025-10-29 11:13 UTC (2+ messages)
[PATCH bpf] bpf: tail calls do not modify packet data
2025-10-29 10:58 UTC
[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
2025-10-29 10:38 UTC (6+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains
[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
2025-10-29 10:33 UTC (4+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck
[RFC bpf-next 0/2] Print map ID on successful creation
2025-10-29 8:48 UTC (4+ messages)
` [RFC bpf-next 1/2] bpftool: Print map ID upon creation and support JSON output
[PATCH v5 net-next 00/14] AccECN protocol case handling series
2025-10-29 8:06 UTC (15+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN
[PATCH v3 17/70] nstree: add listns()
2025-10-29 7:52 UTC (2+ messages)
[PATCH 1/2 bpf v2] xdp: add XDP extension to skb
2025-10-29 7:51 UTC (5+ messages)
` [PATCH 2/2 bpf v2] xsk: avoid data corruption on cq descriptor number
[PATCH 1/3] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
2025-10-29 7:17 UTC (6+ messages)
[PATCH v3 11/70] ns: add active reference count
2025-10-29 7:02 UTC (2+ messages)
[PATCH bpf v3 0/4] bpf: Free special fields when update hash and local storage maps
2025-10-29 6:57 UTC (13+ messages)
` [PATCH bpf v3 1/4] bpf: Free special fields when update [lru_,]percpu_hash maps
` [PATCH bpf v3 3/4] bpf: Free special fields when update local storage maps
[PATCH v2 00/50] tree-in-dcache stuff
2025-10-29 6:18 UTC (23+ messages)
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 22/50] convert efivarfs
` [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 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()
[PATCH bpf-next v3 0/3] net/smc: Introduce smc_hs_ctrl
2025-10-29 6:14 UTC (4+ messages)
[RFC PATCH v3 0/3] Significantly Improve BTF Type Lookup Performance
2025-10-29 5:04 UTC (11+ messages)
` [RFC PATCH v3 1/3] btf: implement BTF type sorting for accelerated lookups
` [RFC PATCH v3 3/3] btf: Reuse libbpf code for BTF type sorting verification and binary search
[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
2025-10-29 4:41 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 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()
[PATCH bpf-next v3 0/7] bpf: tracing session supporting
2025-10-29 2:54 UTC (3+ messages)
` [PATCH bpf-next v3 2/7] bpf: add two kfunc for TRACE_SESSION
[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
2025-10-29 2:13 UTC (4+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode
[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
2025-10-29 2:08 UTC (18+ messages)
` [PATCH net-next v3 02/15] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v3 03/15] net: Add peer info to queue-get response
` [PATCH net-next v3 05/15] net: Proxy net_mp_{open,close}_rxq for mapped queues
[RFC mm v4 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-10-29 1:56 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 net-next 0/2] xsk: mitigate the side effect of cq_lock
2025-10-29 1:36 UTC (4+ messages)
` [PATCH net-next 1/2] xsk: avoid using heavy lock when the pool is not shared
[PATCH bpf-next] libbpf: Ignore the modules that failed to load BTF object
2025-10-29 1:35 UTC (4+ messages)
[PATCH net-next v2] xsk: add indirect call for xsk_destruct_skb
2025-10-29 1:15 UTC (3+ messages)
[PATCH net-next v3 0/9] xsk: batch xmit in copy mode
2025-10-29 0:00 UTC (6+ messages)
` [PATCH net-next v3 1/9] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
[PATCH v3 bpf-next 0/2] Multi-split BTF fixes and test
2025-10-28 23:25 UTC (4+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: Fix parsing of multi-split BTF
` [PATCH v3 bpf-next 2/2] selftests/bpf: Test parsing of (multi-)split BTF
[PATCH v2 00/23] mm: BPF OOM
2025-10-28 23:24 UTC (16+ 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 bpf-next 2/2] selftests/bpf: Test parsing of (multi-)split BTF
2025-10-28 22:58 UTC (5+ messages)
[PATCH bpf] bpf: Reject negative head_room in __bpf_skb_change_head
2025-10-28 22:20 UTC (2+ messages)
[PATCH v2 bpf-next 0/2] Multi-split BTF fixes and test
2025-10-28 20:01 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: Fix parsing of multi-split BTF
[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
2025-10-28 19:54 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
[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
2025-10-28 19:08 UTC (7+ messages)
[PATCH v2 23/23] bpf: selftests: PSI struct ops test
2025-10-28 17:30 UTC (4+ messages)
[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 (4+ messages)
[PATCH v2 16/23] libbpf: introduce bpf_map__attach_struct_ops_opts()
2025-10-28 17:24 UTC (4+ messages)
[PATCH bpf-next v2 1/2] bpf: Fix tnum_overlap to check for zero mask intersection
2025-10-28 17:18 UTC (3+ messages)
[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 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)
[PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events
2025-10-28 16:16 UTC (3+ 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