messages from 2026-05-24 00:55:39 to 2026-05-26 16:20:16 UTC [more...]
[PATCH bpf-next v7 0/7] bpf: add icmp_send kfunc
2026-05-26 16:20 UTC (11+ messages)
` [PATCH bpf-next v7 1/7] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v7 2/7] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v7 3/7] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v7 4/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
` [PATCH bpf-next v7 5/7] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
` [PATCH bpf-next v7 6/7] selftests/bpf: add bpf_icmp_send kfunc tc tests
` [PATCH bpf-next v7 7/7] selftests/bpf: add bpf_icmp_send recursion test
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-26 16:19 UTC (15+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 02/12] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v2 03/12] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v2 04/12] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 06/12] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 08/12] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v2 09/12] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "
[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
2026-05-26 15:32 UTC (3+ messages)
` [PATCH RESEND 1/2] "
` [PATCH RESEND 2/2] selftest: seccomp: Adjust test for using both `STRICT` and `FILTER`
[PATCH v3 0/3] libbpf: support STRUCT_OPS in light skeletons
2026-05-26 15:28 UTC (10+ messages)
` [PATCH v3 1/3] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
` [PATCH v3 2/3] libbpf: zero out btf_key_type_id for STRUCT_OPS maps
` [PATCH v3 3/3] libbpf: plumb btf_vmlinux_value_type_id and btf_fd in gen_loader
[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
2026-05-26 15:07 UTC (22+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction
[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-26 14:30 UTC (22+ messages)
` [PATCHv3 03/12] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv3 07/12] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv3 08/12] selftests/bpf: Change uprobe syscall tests to use nop10
[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
2026-05-26 14:29 UTC (12+ messages)
[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
2026-05-26 14:03 UTC (5+ 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 v2] bpf: add bpf_real_inode() kfunc
2026-05-26 14:03 UTC (3+ messages)
[PATCH v2 0/3] libbpf: support STRUCT_OPS in light skeletons
2026-05-26 13:57 UTC (5+ messages)
` [PATCH v2 1/3] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
` [PATCH v2 2/3] libbpf: zero out btf_key_type_id for STRUCT_OPS maps
` [PATCH v2 3/3] libbpf: plumb btf_vmlinux_value_type_id and btf_fd in gen_loader
[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
2026-05-26 13:41 UTC (23+ messages)
` [RFC PATCH bpf-next v7 01/11] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v7 02/11] bpf: allow attaching struct_ops to cgroups
` [RFC PATCH bpf-next v7 05/11] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v7 06/11] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v7 07/11] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [RFC PATCH bpf-next v7 08/11] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v7 09/11] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v7 10/11] selftests/bpf: Add selftest for memcg async reclaim via BPF
` [RFC PATCH bpf-next v7 11/11] samples/bpf: Add memcg priority control and async reclaim example
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-26 13:14 UTC (14+ messages)
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
2026-05-26 13:08 UTC
[PATCH bpf] bpf: add rcu_read_lock_trace to bpf_timer_cb
2026-05-26 12:53 UTC (2+ messages)
[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-26 12:45 UTC (5+ messages)
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
linux-next: build failure after merge of the bpf-next tree
2026-05-26 12:13 UTC
[PATCH RFC bpf-next 0/6] bpf: better error reporting when verifier hits 1M instructions limit
2026-05-26 11:36 UTC (19+ messages)
` [PATCH RFC bpf-next 1/6] bpf: move live registers and scc printout to a standalone function
` [PATCH RFC bpf-next 2/6] bpf: compute loops hierarchy
` [PATCH RFC bpf-next 3/6] selftests/bpf: test cases for loop hierarchy computation
` [PATCH RFC bpf-next 4/6] bpf: report hot simulated callchains when 1M instructions limit is met
` [PATCH RFC bpf-next 5/6] bpf: report register diff summary for hot callchains
` [PATCH RFC bpf-next 6/6] selftests/bpf: test budget exhaustion profiling report
[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
2026-05-26 10:07 UTC (3+ messages)
` [PATCH bpf-next v2 2/3] "
[PATCH bpf 0/2] Add return value check for BPF_LSM_CGROUP
2026-05-26 7:56 UTC (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add return value tests for lsm cgroup
[PATCH v2 0/2] LoongArch: BPF: Fix some tail call issues
2026-05-26 7:03 UTC (3+ messages)
` [PATCH v2 1/2] LoongArch: BPF: Fix outdated tail call comments
` [PATCH v2 2/2] LoongArch: BPF: Fix off-by-one error in tail call
[PATCH net v3] net: tls: use sync AEAD for sk_msg BPF sockets
2026-05-26 6:44 UTC (2+ messages)
[PATCH bpf-next] libbpf: Add __NR_bpf definition for LoongArch
2026-05-26 6:39 UTC
[RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()
2026-05-26 3:06 UTC (2+ messages)
[RFC PATCH bpf-next v7 03/11] libbpf: fix return value on memory allocation failure
2026-05-26 3:06 UTC (2+ messages)
[PATCH bpf-next v7 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
2026-05-25 23:17 UTC (6+ messages)
` [PATCH bpf-next v7 1/3] bpf: Factor out stack_map build ID helpers
` [PATCH bpf-next v7 2/3] bpf: Avoid faultable build ID reads under mm locks
` [PATCH bpf-next v7 3/3] bpf: Cache build IDs in sleepable stackmap path
[PATCH bpf-next] bpf: Add kernel-doc for arena page kfuncs
2026-05-25 20:50 UTC (6+ messages)
` [PATCH bpf-next v2] "
[PATCH net v2 0/2] net: tls: fix async split record handling
2026-05-25 20:30 UTC (5+ messages)
` [PATCH net v2 1/2] net: tls: preserve split open record on async encrypt
` [PATCH net v2 2/2] selftests: net: add kTLS async split record regression
[PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
2026-05-25 20:05 UTC (4+ messages)
[PATCH bpf] net/sched: cls_bpf: prevent unbounded recursion in offload rollback
2026-05-25 18:56 UTC (3+ messages)
[PATCH v2] bpf: replace pop/push emptiness check with bpf_list_empty()
2026-05-25 18:14 UTC (4+ messages)
[PATCH] bpf: replace pop/push emptiness check with bpf_list_empty()
2026-05-25 18:08 UTC (2+ messages)
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-05-25 18:01 UTC (9+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "
[PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
2026-05-25 15:50 UTC (2+ messages)
[PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
2026-05-25 15:50 UTC (2+ messages)
[PATCHv3 06/12] libbpf: Detect uprobe syscall with new error
2026-05-25 15:44 UTC (3+ messages)
[PATCHv3 11/12] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
2026-05-25 15:44 UTC (3+ messages)
[PATCH bpf 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
2026-05-25 15:17 UTC (5+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "
[GIT PULL] BPF fixes for 7.1-rc5
2026-05-25 13:53 UTC (3+ messages)
[PATCH v2] cgroup/rstat: validate cpu before css_rstat_cpu() access
2026-05-25 13:53 UTC (2+ messages)
[PATCH v3] kernel/bpf/btf.c: reject to register duplicated kfunc
2026-05-25 9:18 UTC (6+ messages)
[PATCH bpf 1/2] bpf: Add return value check for BPF_LSM_CGROUP
2026-05-25 8:57 UTC (3+ messages)
[PATCH net v3 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
2026-05-25 8:08 UTC (3+ messages)
` [PATCH net v3 1/2] net: mana: Add NULL guards in teardown path to prevent panic on "
` [PATCH net v3 2/2] net: mana: Skip redundant detach on already-detached port
[PATCH net v2 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
2026-05-25 8:01 UTC (3+ messages)
` [PATCH net v2 1/2] net: mana: Add NULL guards in teardown path to prevent panic on "
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
2026-05-25 7:21 UTC (5+ messages)
[PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
2026-05-24 22:13 UTC (3+ messages)
crash in bpf_check() on kernel-7.0.x
2026-05-24 20:04 UTC
[PATCH] net: mvpp2: fix skb not reflecting XDP modifications on XDP_PASS
2026-05-24 13:14 UTC (2+ messages)
[PATCH] libbpf: load vmlinux BTF in gen_loader mode for struct_ops
2026-05-24 12:11 UTC (4+ messages)
[PATCH v3 bpf-next 11/11] selftest: bpf: Add test for BPF_SOCK_OPS_RCVQ_CB
2026-05-24 4:06 UTC (5+ messages)
[PATCH v3 bpf-next 08/11] bpf: tcp: Reject BPF_SOCK_OPS_RCVQ_CB if receive queue is not empty
2026-05-24 3:51 UTC (3+ messages)
[PATCH v3 bpf-next 06/11] bpf: tcp: Make BPF_SOCK_OPS_RCVQ_CB and SOCKMAP mutually exclusive
2026-05-24 3:47 UTC (5+ messages)
[PATCH bpf-next 00/13] Signed BPF + IPE Policies
2026-05-24 0:55 UTC (3+ messages)
` [PATCH bpf-next 09/13] lsm: add bpf_prog_load_post_integrity hook
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