messages from 2026-05-27 07:53:04 to 2026-05-28 17:47:44 UTC [more...]
[PATCH bpf-next v5 00/11] bpf: Introduce resizable hash map
2026-05-28 17:47 UTC (6+ messages)
` [PATCH bpf-next v5 01/11] rhashtable: Add rhashtable_next_key() API
` [PATCH bpf-next v5 02/11] rhashtable: Add selftest for rhashtable_next_key()
` [PATCH bpf-next v5 03/11] bpf: Implement resizable hashmap basic functions
` [PATCH bpf-next v5 04/11] bpf: Implement iteration ops for resizable hashtab
` [PATCH bpf-next v5 05/11] bpf: Allow special fields in "
bpf-next verifier regression on unsigned bound checking
2026-05-28 17:42 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
2026-05-28 16:18 UTC (11+ messages)
[PATCH bpf-next 0/2] bpf, arm64: Stack argument fixes
2026-05-28 16:17 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Fix redundant MOV and clarify stack arg comments
` [PATCH bpf-next 2/2] selftests/bpf: Use at least 10 args in stack argument tests
[PATCH 0/4] bootconfig: embed kernel.* cmdline at build time
2026-05-28 16:14 UTC (10+ 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 v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-28 15:18 UTC (15+ messages)
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "
[PATCH bpf 0/1] bpf: reject overlarge global subprog argument sizes
2026-05-28 15:17 UTC (11+ messages)
` [PATCH bpf 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
` [PATCH bpf-next v3] "
[PATCH bpf-next v2 0/3] bpf, arm64: Support stack arguments
2026-05-28 14:29 UTC (9+ messages)
` [PATCH bpf-next v2 1/3] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next v2 2/3] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next v2 3/3] selftests/bpf: Enable stack argument tests for arm64
[PATCH bpf-next] selftests/bpf: ignore call depth accounting for retbleed in verifier tests
2026-05-28 13:27 UTC
[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
2026-05-28 13:24 UTC (4+ messages)
[PATCHv6 bpf-next 00/29] bpf: tracing_multi link
2026-05-28 13:13 UTC (46+ 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 bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
2026-05-28 13:03 UTC (4+ messages)
[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-28 13:00 UTC (18+ messages)
` [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 bpf-next 1/3] bpf: Add simple xattr support to bpffs
2026-05-28 12:54 UTC (4+ messages)
improve the kmem_cache_alloc_bulk API v2
2026-05-28 10:12 UTC (3+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
[PATCH bpf-next v4 03/11] bpf: Implement resizable hashmap basic functions
2026-05-28 9:59 UTC (3+ messages)
[PATCH net v3 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
2026-05-28 9:30 UTC (3+ messages)
` [PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port
improve the kmem_cache_alloc_bulk API
2026-05-28 9:16 UTC (16+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
2026-05-28 8:27 UTC (5+ messages)
` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()
[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
2026-05-28 7:46 UTC (4+ messages)
` [PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
[PATCH] net: mvpp2: fix skb not reflecting XDP modifications on XDP_PASS
2026-05-28 2:02 UTC (2+ messages)
[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 (11+ messages)
` [PATCH v3 bpf-next 03/11] bpf: tcp: Support bpf_skb_load_bytes() for BPF_SOCK_OPS_RCVQ_CB
[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 1/2] bpf: cgroup: fix sysctl new value replacement
2026-05-27 14:51 UTC (2+ messages)
[PATCH net 1/1] bpf: sockmap: fix tail fragment offset in bpf_msg_push_data
2026-05-27 14:47 UTC (2+ messages)
[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
[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 v2] bpf: add bpf_real_inode() kfunc
2026-05-27 10:49 UTC (3+ 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 (3+ messages)
[PATCH RFC bpf-next v3 3/6] selftests/bpf: test cases for loop hierarchy computation
2026-05-27 8:50 UTC (2+ messages)
[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
2026-05-27 8:38 UTC (19+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction
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