messages from 2026-05-26 20:59:59 to 2026-05-28 00:51:26 UTC [more...]
[PATCH net-next v2 0/6] bpf-timestamp: support rx side
2026-05-28 0:50 UTC (6+ messages)
` [PATCH net-next v2 5/6] bpf: enable bpf timestamping rx in TCP layer
[PATCH v3 bpf-next 00/11] bpf: Add SOCK_OPS hooks for TCP AutoLOWAT
2026-05-28 0:49 UTC (18+ messages)
` [PATCH v3 bpf-next 03/11] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVQ_CB
` [PATCH v3 bpf-next 10/11] bpf: tcp: Add SOCK_OPS rcvlowat hook
` [PATCH v3 bpf-next 11/11] selftest: bpf: Add test for BPF_SOCK_OPS_RCVQ_CB
[PATCH bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
2026-05-27 21:11 UTC (2+ messages)
[PATCH bpf-next] bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALL
2026-05-27 21:00 UTC (3+ messages)
[PATCH v16 00/20] unwind_deferred: Implement sframe handling
2026-05-27 20:20 UTC (5+ messages)
` [PATCH v16 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v16 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree
[PATCH 6.12] x86/fgraph: Fix return_to_handler regs.rsp value
2026-05-27 19:49 UTC (5+ messages)
[PATCH 6.12] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
2026-05-27 19:49 UTC (2+ messages)
[PATCH v16 05/20] unwind_user/sframe: Add support for reading .sframe contents
2026-05-27 19:49 UTC (4+ messages)
[PATCH bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
2026-05-27 19:30 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2026-05-27 19:27 UTC (4+ messages)
[PATCH net v3] net: tls: use sync AEAD for sk_msg BPF sockets
2026-05-27 19:16 UTC (7+ messages)
[PATCH 0/4] bootconfig: embed kernel.* cmdline at build time
2026-05-27 18:07 UTC (8+ messages)
` [PATCH 1/4] bootconfig: return 0 from xbc_snprint_cmdline() for a leaf root
` [PATCH 2/4] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH 3/4] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH 4/4] x86/setup: prepend embedded bootconfig cmdline before parse_early_param
[PATCH bpf 0/1] bpf: reject overlarge global subprog argument sizes
2026-05-27 17:53 UTC (5+ messages)
` [PATCH bpf 1/1] "
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-27 16:33 UTC (3+ messages)
[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
2026-05-27 15:43 UTC (3+ messages)
` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()
[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
2026-05-27 14:51 UTC (6+ messages)
` [PATCH 1/2] bpf: cgroup: fix sysctl new value replacement
` [PATCH 2/2] bpf: cgroup: Use kvfree instead of kfree in __cgroup_bpf_run_filter_sysctl
[PATCH net 1/1] bpf: sockmap: fix tail fragment offset in bpf_msg_push_data
2026-05-27 14:47 UTC (2+ messages)
[PATCHv6 bpf-next 00/29] bpf: tracing_multi link
2026-05-27 14:34 UTC (39+ messages)
` [PATCHv6 bpf-next 01/29] ftrace: Add ftrace_hash_count function
` [PATCHv6 bpf-next 02/29] ftrace: Add ftrace_hash_remove function
` [PATCHv6 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function
` [PATCHv6 bpf-next 04/29] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv6 bpf-next 05/29] bpf: Add struct bpf_trampoline_ops object
` [PATCHv6 bpf-next 06/29] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
` [PATCHv6 bpf-next 07/29] bpf: Add bpf_trampoline_add/remove_prog functions
` [PATCHv6 bpf-next 08/29] bpf: Add struct bpf_tramp_node object
` [PATCHv6 bpf-next 09/29] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv6 bpf-next 10/29] bpf: Add multi tracing attach types
` [PATCHv6 bpf-next 11/29] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv6 bpf-next 12/29] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv6 bpf-next 13/29] bpf: Add support for tracing multi link
` [PATCHv6 bpf-next 14/29] bpf: Add support for tracing_multi link cookies
` [PATCHv6 bpf-next 15/29] bpf: Add support for tracing_multi link session
` [PATCHv6 bpf-next 16/29] bpf: Add support for tracing_multi link fdinfo
` [PATCHv6 bpf-next 17/29] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv6 bpf-next 18/29] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv6 bpf-next 19/29] libbpf: Add btf_type_is_traceable_func function
` [PATCHv6 bpf-next 20/29] libbpf: Add support to create tracing multi link
` [PATCHv6 bpf-next 21/29] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv6 bpf-next 22/29] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv6 bpf-next 23/29] selftests/bpf: Add tracing multi intersect tests
` [PATCHv6 bpf-next 24/29] selftests/bpf: Add tracing multi cookies test
` [PATCHv6 bpf-next 25/29] selftests/bpf: Add tracing multi session test
` [PATCHv6 bpf-next 26/29] selftests/bpf: Add tracing multi attach fails test
` [PATCHv6 bpf-next 27/29] selftests/bpf: Add tracing multi verifier "
` [PATCHv6 bpf-next 28/29] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv6 bpf-next 29/29] selftests/bpf: Add tracing multi attach rollback tests
[PATCH v4 0/3] libbpf: support STRUCT_OPS in light skeletons
2026-05-27 14:27 UTC (11+ messages)
` [PATCH v4 1/3] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
` [PATCH v4 2/3] libbpf: zero out btf_key_type_id for STRUCT_OPS maps
` [PATCH v4 3/3] libbpf: plumb btf_vmlinux_value_type_id and btf_fd in gen_loader
[PATCH v4 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-05-27 14:09 UTC (8+ messages)
` [PATCH v4 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v4 2/4] perf: Use a union to clear branch entry bitfields
` [PATCH v4 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v4 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE
improve the kmem_cache_alloc_bulk API
2026-05-27 14:07 UTC (13+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
2026-05-27 13:54 UTC (2+ messages)
` [PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
[PATCH bpf 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN in lwt
2026-05-27 13:40 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
2026-05-27 13:40 UTC (3+ messages)
[PATCH bpf-next 1/3] bpf: Add simple xattr support to bpffs
2026-05-27 12:36 UTC (3+ messages)
[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-27 11:32 UTC (18+ messages)
` [PATCHv4 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv4 10/13] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv4 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes
[PATCH v2] bpf: add bpf_real_inode() kfunc
2026-05-27 10:49 UTC (4+ messages)
[PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
2026-05-27 9:58 UTC (3+ messages)
[PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
2026-05-27 9:58 UTC (3+ messages)
[PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
2026-05-27 9:57 UTC (5+ messages)
[PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
2026-05-27 9:57 UTC (3+ messages)
[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
2026-05-27 9:31 UTC (2+ messages)
[PATCH bpf-next v1] bpf: Use hlist_nulls_replace_rcu() when updating htab elements
2026-05-27 9:01 UTC (4+ messages)
[PATCH RFC bpf-next v3 0/6] bpf: better error reporting when verifier hits 1M instructions limit
2026-05-27 8:50 UTC (8+ messages)
` [PATCH RFC bpf-next v3 1/6] bpf: move live registers and scc printout to a standalone function
` [PATCH RFC bpf-next v3 2/6] bpf: compute loops hierarchy
` [PATCH RFC bpf-next v3 3/6] selftests/bpf: test cases for loop hierarchy computation
` [PATCH RFC bpf-next v3 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
` [PATCH RFC bpf-next v3 5/6] bpf: report register diff summary for hot callchains
` [PATCH RFC bpf-next v3 6/6] selftests/bpf: test budget exhaustion profiling report
[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
2026-05-27 8:38 UTC (21+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction
[PATCH bpf-next 0/5] bpf: Minimize annotations for arena programs
2026-05-27 7:14 UTC (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: libarena: Add "arena" BTF type tag to __arena qualifier
` [PATCH bpf-next 2/5] verifier: parse BTF type tags for function arguments
` [PATCH bpf-next 3/5] selftests/bpf: libarena: make all typedefs pointer-based
` [PATCH bpf-next 4/5] bpf: Allow subprogs to return arena pointers
` [PATCH bpf-next 5/5] selftests/bpf: libarena: Directly "
bpf-next verifier regression on unsigned bound checking
2026-05-27 2:32 UTC (2+ messages)
[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
2026-05-27 1:57 UTC (4+ messages)
` [PATCH bpf-next v2 2/3] "
[PATCH net v4 0/5] xsk: fix meta and publish of cq issues
2026-05-26 23:26 UTC (12+ messages)
[PATCH RFC bpf-next v2 5/6] bpf: report register diff summary for hot callchains
2026-05-26 23:24 UTC (3+ messages)
[RFC PATCH bpf-next 09/12] bpf: Add infrastructure to support attaching struct_ops to cgroups
2026-05-26 22:23 UTC (6+ messages)
[PATCH bpf-next v7 7/7] selftests/bpf: add bpf_icmp_send recursion test
2026-05-26 22:10 UTC (3+ messages)
[PATCH bpf-next v7 5/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
2026-05-26 22:07 UTC (3+ messages)
[PATCH bpf-next v7 4/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
2026-05-26 22:06 UTC (3+ messages)
[PATCH bpf-next v7 2/7] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
2026-05-26 22:02 UTC (3+ messages)
[PATCHv4 07/13] libbpf: Detect uprobe syscall with new error
2026-05-26 21:46 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