messages from 2026-03-31 16:02:35 to 2026-04-01 15:56:44 UTC [more...]
[PATCH bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-01 15:56 UTC (13+ messages)
` [PATCH bpf-next 1/6] bpf: Do register range validation early
` [PATCH bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH bpf-next 3/6] selftests/bpf: Add tests for subprog topological ordering
` [PATCH bpf-next 4/6] bpf: Add compute_const_regs() and prune_dead_branches() passes
` [PATCH bpf-next 5/6] bpf: Move verifier helpers to header
` [PATCH bpf-next 6/6] bpf: Add helper and kfunc stack access size resolution
` [syzbot ci] Re: bpf: Prep patches for static stack liveness
[PATCH net-next v2 0/4] net: move .getsockopt away from __user buffers
2026-04-01 15:44 UTC (5+ messages)
` [PATCH net-next v2 1/4] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next v2 2/4] net: call getsockopt_iter if available
` [PATCH net-next v2 3/4] af_packet: convert to getsockopt_iter
` [PATCH net-next v2 4/4] can: raw: "
[PATCH 0/2] bpf: Fix torn writes in non-prealloc htab with BPF_F_LOCK
2026-04-01 15:42 UTC (6+ messages)
` [PATCH 1/2] bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCK
` [PATCH 2/2] selftests/bpf: Add torn write detection test for htab BPF_F_LOCK
[PATCH bpf-next v3 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
2026-04-01 15:32 UTC (2+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2026-04-01 15:27 UTC (2+ messages)
[PATCH bpf-next v2] libbpf: Fix BTF handling in bpf_program__clone()
2026-04-01 15:16 UTC
[PATCH v6 0/3] mm: Free contiguous order-0 pages efficiently
2026-04-01 15:13 UTC (6+ messages)
` [PATCH v6 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v6 2/3] vmalloc: Optimize vfree with free_pages_bulk()
` [PATCH v6 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH 0/6] Deprecate Legacy IP
2026-04-01 15:06 UTC (19+ messages)
` [PATCH 1/6] net: Simplify tautological CONFIG_INET/CONFIG_IPV6 guards
` [PATCH 2/6] net: Add CONFIG_LEGACY_IP option
` [PATCH 3/6] net: Guard Legacy IP entry points with CONFIG_LEGACY_IP
` [PATCH 4/6] net: Make IPv4-only Kconfig options depend on LEGACY_IP
` [PATCH 5/6] net: Change CONFIG_INET to CONFIG_LEGACY_IP for IPv4-only code
` [PATCH 6/6] net: Warn when processes listen on AF_INET sockets
[PATCH v2] bpf: reject direct access to nullable PTR_TO_BUF pointers
2026-04-01 14:43 UTC (2+ messages)
[BUG] bpf: kprobe_multi allows BPF_F_SLEEPABLE programs, causing sleeping-in-atomic splat
2026-04-01 14:42 UTC (4+ messages)
` [PATCH bpf] bpf: Reject sleepable kprobe_multi programs at attach time
[PATCH bpf-next v7 0/3] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 14:29 UTC (4+ messages)
` [PATCH bpf-next v7 1/3] libbpf: use direct error codes for kprobe/uprobe attach
` [PATCH bpf-next v7 2/3] libbpf: clarify raw-address single kprobe attach behavior
` [PATCH bpf-next v7 3/3] selftests/bpf: add test for raw-address single kprobe attach
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-01 14:22 UTC (5+ messages)
` [PATCH v3 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
[PATCH 02/10 net-next] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
2026-04-01 12:52 UTC (2+ messages)
[PATCH bpf-next v4 0/7] Allow variable offsets for syscall PTR_TO_CTX
2026-04-01 12:40 UTC (9+ messages)
` [PATCH bpf-next v4 1/7] bpf: Support "
` [PATCH bpf-next v4 2/7] bpf: Enable unaligned accesses for syscall ctx
` [PATCH bpf-next v4 3/7] selftests/bpf: Convert ctx tests from ASM to C
` [PATCH bpf-next v4 4/7] selftests/bpf: Add syscall ctx variable offset tests
` [PATCH bpf-next v4 5/7] selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
` [PATCH bpf-next v4 6/7] selftests/bpf: Add tests for unaligned syscall ctx accesses
` [PATCH bpf-next v4 7/7] selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
[PATCH net-next v10 00/14] netkit: Support for io_uring zero-copy and AF_XDP
2026-04-01 12:05 UTC (2+ messages)
[PATCH v2 bpf-next 0/6] Fix invariant violations and improve branch detection
2026-04-01 12:21 UTC (11+ messages)
` [PATCH v2 bpf-next 2/6] bpf: Use bpf_verifier_env buffers for reg_set_min_max
` [PATCH v2 bpf-next 3/6] bpf: Exit early if reg_bounds_sync gets invalid inputs
[PATCH bpf-next v8 0/6] bpf: Add support for sleepable tracepoint programs
2026-04-01 12:12 UTC (12+ messages)
` [PATCH bpf-next v8 2/6] bpf: Rename bpf_prog_run_array_uprobe() to bpf_prog_run_array_sleepable()
` [PATCH bpf-next v8 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v8 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v8 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH v3 1/2] powerpc64/bpf: Implement fsession support
2026-04-01 14:10 UTC (4+ messages)
` [PATCH v3 2/2] powerpc32/bpf: Add "
[PATCH v3 0/4] powerpc/bpf: Add support for instruction array and indirect jump
2026-04-01 15:21 UTC (5+ messages)
` [PATCH v3 1/4] powerpc/bpf: Add support for instruction array
` [PATCH v3 2/4] selftest/bpf: Enable instruction array test for powerpc
` [PATCH v3 3/4] powerpc64/bpf: Add support for indirect jump
` [PATCH v3 4/4] selftest/bpf: Enable gotox tests for powerpc64
[PATCH v1 bpf] sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready()
2026-04-01 11:13 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/3] Upgrading uprobe and kprobe to their `multi` counterparts
2026-04-01 11:11 UTC (15+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
` [RFC PATCH bpf-next v2 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
` [RFC PATCH bpf-next v2 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported
[PATCH bpf v5 0/2] bpf: tcp: Fix null-ptr-deref in arbitrary SYN Cookie
2026-04-01 11:04 UTC (3+ messages)
` [PATCH bpf v5 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
` [PATCH bpf v5 2/2] selftests/bpf: Add protocol check test for bpf_sk_assign_tcp_reqsk()
[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-04-01 10:44 UTC (3+ messages)
` [PATCH v10 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
[PATCH bpf-next v6 0/3] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 10:18 UTC (7+ messages)
` [PATCH bpf-next v6 1/3] libbpf: use direct error codes for kprobe/uprobe attach
` [PATCH bpf-next v6 2/3] libbpf: clarify raw-address single kprobe attach behavior
` [PATCH bpf-next v6 3/3] selftests/bpf: add test for raw-address single kprobe attach
[PATCH v5 0/3] mm: Free contiguous order-0 pages efficiently
2026-04-01 10:12 UTC (11+ messages)
` [PATCH v5 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v5 2/3] vmalloc: Optimize vfree
[PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
2026-04-01 9:02 UTC (12+ messages)
[PATCH net-next v4 0/2] e1000e: add XDP support
2026-04-01 8:48 UTC (3+ messages)
` [PATCH net-next v4 1/2] e1000e: add basic "
` [Intel-wired-lan] "
[PATCH v1 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-01 8:23 UTC (7+ messages)
` [PATCH v1 1/5] LoongArch: Define format for AM{SWAP/ADD}.{B/H}, DBAR and BSTRINS.D
` [PATCH v1 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v1 3/5] LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
` [PATCH v1 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v1 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch
[PATCH v8 00/10] VMSCAPE optimization for BHI variant
2026-04-01 8:13 UTC (4+ messages)
` [PATCH v8 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
[PATCH v7 1/2] powerpc64/bpf: Implement JIT support for private stack
2026-04-01 10:32 UTC (2+ messages)
` [PATCH v7 2/2] selftests/bpf: Enable private stack tests for powerpc64
[PATCH net-next] selftests/net: Add two xdp tests to xdp.py
2026-04-01 5:27 UTC
[PATCH bpf-next v5 0/2] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 5:25 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: add test for raw-address single kprobe attach
[PATCH bpf-next v4 0/2] libbpf: clarify raw-address single kprobe attach behavior
2026-04-01 5:22 UTC (7+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: add test for raw-address single kprobe attach
[PATCH bpf-next v2 0/5] Task local data bug fixes and improvement
2026-04-01 4:22 UTC (11+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: Fix task_local_data data allocation size
` [PATCH bpf-next v2 2/5] selftests/bpf: Simplify task_local_data memory allocation
` [PATCH bpf-next v2 3/5] selftests/bpf: Make sure TLD_DEFINE_KEY runs first
` [PATCH bpf-next v2 4/5] selftests/bpf: Remove TLD_READ_ONCE() in the user space header
` [PATCH bpf-next v2 5/5] selftests/bpf: Improve task local data documentation and fix potential memory leak
[PATCH] bpf: reject direct access to nullable PTR_TO_BUF pointers
2026-04-01 2:23 UTC (3+ messages)
[PATCH] bpf: propagate ref_obj_id for dynptr slices of refcounted dynptrs
2026-04-01 2:06 UTC (3+ messages)
[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in sk_psock_verdict_data_ready (4)
2026-04-01 0:49 UTC
[PATCH v4] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-04-01 0:11 UTC
[PATCH v3 6/9] security: Hornet LSM
2026-03-31 23:49 UTC (2+ messages)
[PATCH bpf v5 0/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
2026-03-31 23:29 UTC (6+ messages)
` [PATCH bpf v5 1/3] bpf: Reject bpf-to-bpf call with large offset in interpreter
[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-03-31 23:18 UTC (13+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock
[PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints
2026-03-31 23:10 UTC (4+ messages)
` [PATCH bpf v4 1/1] bpf: Fix grace period wait for tracepoint bpf_link
[PATCH bpf-next 1/2] libbpf: Fix BTF handling in bpf_program__clone()
2026-03-31 22:57 UTC (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Suppress veristat error messages in non-verbose mode
[PATCH bpf-next v3] selftests/bpf: test access to ringbuf position with map pointer
2026-03-31 22:50 UTC (2+ messages)
[PATCH bpf-next,v2] bpf: clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()
2026-03-31 22:50 UTC (2+ messages)
[PATCH bpf] bpf: Fix regsafe() for pointers to packet
2026-03-31 22:48 UTC (5+ messages)
[PATCH bpf-next v2 1/2] bpf: Fix incorrect pruning due to atomic fetch precision tracking
2026-03-31 22:20 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add more precision tracking tests for atomics
[PATCH v3 0/9] Reintrodce Hornet LSM
2026-03-31 22:04 UTC (6+ messages)
` [PATCH v3 4/9] lsm: framework for BPF integrity verification
[PATCH bpf v4 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
2026-03-31 22:04 UTC (6+ messages)
[PATCH net-next v3 2/4] udp: Remove disconnected sockets from the 4-tuple hash
2026-03-31 18:49 UTC (6+ messages)
[PATCH bpf-next v2 3/4] selftests/bpf: impose global ordering for test decl_tags
2026-03-31 17:52 UTC (4+ messages)
[PATCH bpf-next v2 0/4] selftests/bpf: impose global ordering for test decl_tags
2026-03-31 17:52 UTC (4+ messages)
` [PATCH bpf-next v2 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix
[PATCH bpf v3 0/1] Fix bpf_link grace period wait for tracepoints
2026-03-31 16:43 UTC (8+ messages)
` [PATCH bpf v3 1/1] bpf: Fix grace period wait for tracepoint bpf_link
[PATCH] [v3, net-next] net: ethernet: ti-cpsw: fix linking built-in code to modules
2026-03-31 16:12 UTC
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