messages from 2025-11-12 16:34:05 to 2025-11-14 11:42:48 UTC [more...]
[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-14 11:42 UTC (10+ messages)
` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
[PATCH bpf-next v2 0/4] Remove KF_SLEEPABLE from arena kfuncs
2025-11-14 11:39 UTC (6+ messages)
` [PATCH bpf-next v2 1/4] bpf: arena: populate vm_area without allocating memory
` [PATCH bpf-next v2 2/4] bpf: arena: use kmalloc_nolock() in place of kvcalloc()
` [PATCH bpf-next v2 3/4] bpf: arena: make arena kfuncs any context safe
` [PATCH bpf-next v2 4/4] selftests: bpf: test non-sleepable arena allocations
[PATCH bpf-next v2] bpf: verifier: initialize imm in kfunc_tab in add_kfunc_call()
2025-11-14 11:32 UTC (5+ messages)
[PATCH net-next v5 0/6] Add AF_XDP zero copy support
2025-11-14 11:13 UTC (6+ messages)
` [PATCH net-next v5 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next v5 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
[PATCH RFC bpf-next 0/7] bpf trampoline support "jmp" mode
2025-11-14 10:57 UTC (11+ messages)
` [PATCH RFC bpf-next 1/7] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH RFC bpf-next 2/7] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH RFC bpf-next 3/7] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH RFC bpf-next 4/7] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH RFC bpf-next 5/7] bpf: introduce bpf_arch_text_poke_type
` [PATCH RFC bpf-next 6/7] bpf,x86: implement bpf_arch_text_poke_type for x86_64
` [PATCH RFC bpf-next 7/7] bpf: implement "jmp" mode for trampoline
[RFC PATCH 0/2] Add btf__permute API
2025-11-14 10:38 UTC (7+ messages)
` [RFC PATCH 1/2] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH 2/2] selftests/bpf: Add test cases for btf__permute functionality
[PATCH net v5 0/3] mptcp: Fix conflicts between MPTCP and sockmap
2025-11-14 10:00 UTC (9+ messages)
` [PATCH net v5 3/3] selftests/bpf: Add mptcp test with sockmap
[PATCH bpf-next 1/2] bpf: Recognize special arithmetic shift in the verifier
2025-11-14 9:10 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63
[PATCH v6 net-next 00/14] AccECN protocol case handling series
2025-11-14 7:13 UTC (15+ messages)
` [PATCH v6 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v6 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v6 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v6 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v6 net-next 05/14] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v6 net-next 06/14] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v6 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v6 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v6 net-next 09/14] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v6 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v6 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v6 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v6 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v6 net-next 14/14] tcp: accecn: enable AccECN
[syzbot] [bpf?] possible deadlock in bpf_lru_push_free (2)
2025-11-14 7:08 UTC (2+ messages)
[PATCHSET v3 0/5] perf tools: Add deferred callchain support
2025-11-14 7:00 UTC (6+ messages)
` [PATCH v3 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v3 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v3 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH v3 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 5/5] perf tools: Merge deferred user callchains
[PATCH bpf-next v3] bpf: prevent nesting overflow in bpf_try_get_buffers
2025-11-14 6:49 UTC
[PATCH net v3 0/1] i40e: xsk: advance next_to_clean on status descriptors
2025-11-14 5:49 UTC (3+ messages)
` [PATCH net v3 1/1] "
` [Intel-wired-lan] "
[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
2025-11-14 3:00 UTC (16+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH 4/5] io_uring: bpf: add buffer support for IORING_OP_BPF
[PATCH bpf v1 1/2] bpf: account for current allocated stack depth in widen_imprecise_scalars()
2025-11-14 2:57 UTC (2+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: widen_imprecise_scalars() and different stack depth
[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
2025-11-14 2:14 UTC (5+ messages)
[RFC PATCH 0/1] bpf, verifier: Detect empty intersection between tnum and ranges
2025-11-13 23:16 UTC (3+ messages)
[PATCH v2 bpf-next] selftests/bpf: retry bpf_map_update_elem() when E2BIG is returned
2025-11-13 22:40 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix failure path in send_signal test
2025-11-13 21:59 UTC (3+ messages)
[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
2025-11-13 21:42 UTC (7+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains
[PATCH v2 bpf-next] selftests/bpf: Fix failure paths in send_signal test
2025-11-13 20:23 UTC (2+ messages)
[PATCH v4 0/2] libbpf: fix BTF dedup to support recursive typedef
2025-11-13 19:21 UTC (5+ messages)
` [PATCH v4 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v4 2/2] selftests/bpf: add BTF dedup tests for "
[PATCH RFC bpf-next 0/2] Switch to kmalloc_nolock() in BPF local storage
2025-11-13 18:58 UTC (9+ messages)
` [PATCH RFC bpf-next 1/2] bpf: Always charge/uncharge memory when allocating/unlinking storage elements
` [PATCH RFC bpf-next 2/2] bpf: Use kmalloc_nolock() in local storage unconditionally
[PATCHv2 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-11-13 17:57 UTC (16+ messages)
` [PATCHv2 bpf-next 1/8] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv2 bpf-next 2/8] ftrace: Export some of hash related functions
` [PATCHv2 bpf-next 3/8] ftrace: Add update_ftrace_direct_add function
` [PATCHv2 bpf-next 4/8] ftrace: Add update_ftrace_direct_del function
` [PATCHv2 bpf-next 5/8] ftrace: Add update_ftrace_direct_mod function
` [PATCHv2 bpf-next 6/8] bpf: Add trampoline ip hash table
` [PATCHv2 bpf-next 7/8] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv2 bpf-next 8/8] bpf, x86: Use single ftrace_ops for direct calls
[PATCH net/bpf] bpf: add bpf_prog_run_data_pointers()
2025-11-13 17:55 UTC (3+ messages)
[PATCH dwarves 0/3] pahole: Replace or add functions with true signatures in btf
2025-11-13 17:36 UTC (3+ messages)
[PATCH bpf-next v6 0/2] bpf: Free special fields when update [lru_,]percpu_hash maps
2025-11-13 17:30 UTC (8+ messages)
` [PATCH bpf-next v6 2/2] selftests/bpf: Add test to verify freeing the "
[PATCH v2 0/4] make vmalloc gfp flags usage more apparent
2025-11-13 16:54 UTC (12+ messages)
` [PATCH v2 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [PATCH v2 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [PATCH v2 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [PATCH v2 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()
` [syzbot ci] Re: make vmalloc gfp flags usage more apparent
[PATCH v4 bpf-next 2/2] bpf: test the proper verification of tail calls
2025-11-13 16:09 UTC (5+ messages)
` [PATCH v4 bpf-next 1/2] bpf: properly verify tail call behavior
[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
2025-11-13 16:01 UTC (3+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely
[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
2025-11-13 15:35 UTC (6+ messages)
[syzbot] [bpf?] KASAN: stack-out-of-bounds Write in __bpf_get_stack
2025-11-13 13:49 UTC (10+ messages)
` [PATCH bpf-next v3] bpf: Clamp trace length in __bpf_get_stack to fix OOB write
[PATCH net-next 0/6] net/mlx5e: Speedup channel configuration operations
2025-11-13 13:16 UTC (6+ messages)
[syzbot] [fs?] WARNING in nsproxy_ns_active_put
2025-11-13 13:05 UTC (4+ messages)
` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()
[next-20251111]selftest/bpf fails to compile
2025-11-13 12:56 UTC
[PATCH v3 00/10] BPF controlled io_uring
2025-11-13 11:59 UTC (11+ messages)
` [PATCH v3 01/10] io_uring: rename the wait queue entry field
` [PATCH v3 02/10] io_uring: simplify io_cqring_wait_schedule results
` [PATCH v3 03/10] io_uring: export __io_run_local_work
` [PATCH v3 04/10] io_uring: extract waiting parameters into a struct
` [PATCH v3 05/10] io_uring/bpf: add stubs for bpf struct_ops
` [PATCH v3 06/10] io_uring/bpf: add handle events callback
` [PATCH v3 07/10] io_uring/bpf: implement struct_ops registration
` [PATCH v3 08/10] io_uring/bpf: add basic kfunc helpers
` [PATCH v3 09/10] selftests/io_uring: update mini liburing
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests
[PATCH v3 0/2] libbpf: fix BTF dedup to support recursive typedef
2025-11-13 11:42 UTC (4+ messages)
` [PATCH v3 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v3 2/2] selftests/bpf: add BTF dedup tests for "
[PATCH 00/17] ns: header cleanups and initial namespace reference count improvements
2025-11-13 11:03 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: retry bpf_map_update_elem() when E2BIG is returned
2025-11-13 8:23 UTC (3+ messages)
[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
2025-11-13 7:51 UTC (2+ messages)
[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
2025-11-13 4:55 UTC (5+ messages)
` [PATCH 4/5] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH 5/5] slab: prevent recursive kmalloc() in alloc_empty_sheaf()
[PATCH bpf-next 1/4] bpf: arena: populate vm_area without allocating memory
2025-11-13 4:52 UTC (4+ messages)
[PATCH net-next] selftests: drv-net: xdp: Fix register spill error with clang 20
2025-11-13 4:31 UTC
[PATCH v2 0/7] kallsyms: Prevent invalid access when showing module buildid
2025-11-13 2:50 UTC (3+ messages)
` [PATCH v2 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
[PATCH bpf-next 1/2] bpf: Check skb->transport_header is set in bpf_skb_check_mtu
2025-11-12 23:23 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header is not set
[PATCH net V3 0/2] veth: Fix TXQ stall race condition and add recovery
2025-11-12 21:58 UTC (6+ messages)
` [PATCH net V3 1/2] veth: enable dev_watchdog for detecting stalled TXQs
[PATCH v2 0/2] libbpf: fix BTF dedup to support recursive typedef
2025-11-12 20:28 UTC (5+ messages)
` [PATCH v2 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v2 2/2] selftests/bpf: add BTF dedup tests for "
[PATCH bpf-next v1] rqspinlock: Adjust return value for queue destruction
2025-11-12 18:18 UTC (2+ messages)
[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
2025-11-12 17:35 UTC (6+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
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