messages from 2026-08-21 18:25:19 to 2026-08-23 22:53:33 UTC [more...]
[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
2026-08-23 22:53 UTC (22+ messages)
` [PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
` [PATCH bpf-next v7 2/9] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v7 3/9] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v7 4/9] bpf, x86: emit KASAN checks in x86 JITed programs
` [PATCH bpf-next v7 5/9] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v7 6/9] selftests/bpf: make cmdline_contains stricter
` [PATCH bpf-next v7 7/9] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v7 8/9] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-08-23 22:12 UTC (5+ messages)
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
[PATCH] bpf, x86: Sign-extend narrow signed kfunc returns
2026-08-23 21:29 UTC (3+ messages)
[PATCH bpf-next v7 0/9] selftests/bpf: restructure the Makefile as a layered build
2026-08-23 21:05 UTC (14+ messages)
` [PATCH bpf-next v7 1/9] selftests/bpf: keep headers off the generic link command line
` [PATCH bpf-next v7 2/9] selftests/bpf: drop stale lines, restore two header dependencies
` [PATCH bpf-next v7 3/9] selftests/bpf: factor the permissive-mode skip suffix into a helper
` [PATCH bpf-next v7 4/9] selftests/bpf: generate the signing key and certificate once
` [PATCH bpf-next v7 5/9] selftests/bpf: generate verifier/tests.h in a regular recipe
` [PATCH bpf-next v7 6/9] selftests/bpf: derive the bench object list from the sources
` [PATCH bpf-next v7 7/9] selftests/bpf: extract BPF skeleton generation into a helper script
` [PATCH bpf-next v7 8/9] selftests/bpf: move shared build definitions into Makefile.buildvars
` [PATCH bpf-next v7 9/9] selftests/bpf: build each test runner instance in its own sub-make
[PATCH RFC] bpf: add DAG fast-path in verifier to skip redundant state pruning
2026-08-23 20:05 UTC (4+ messages)
[PATCH bpf-next v1 0/2] Reject oversized stream read buffers
2026-08-23 19:59 UTC (5+ messages)
` [PATCH bpf-next v1 1/2] bpf: "
` [PATCH bpf-next v1 2/2] selftests/bpf: Cover "
[PATCH v3] bpf: Annotate bpf_obj_memcpy with data_race
2026-08-23 19:40 UTC (2+ messages)
[PATCH] netfilter: bpf: disallow conntrack kfuncs for token programs
2026-08-23 19:40 UTC (4+ messages)
[PATCH bpf] bpf: roll back stream capacity when allocation fails
2026-08-23 19:22 UTC (13+ messages)
` [PATCH bpf-next v4 0/5] bpf: fix stream capacity, read, and oversize handling
` [PATCH bpf-next v4 1/5] bpf: roll back stream capacity when allocation fails
` [PATCH bpf-next v4 2/5] bpf: fix stream capacity leak in staging path
` [PATCH bpf-next v4 3/5] bpf: return partial progress from bpf_stream_read on fault
` [PATCH bpf-next v4 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
` [PATCH bpf-next v4 5/5] selftests/bpf: cover stream capacity and partial read edge cases
[PATCH] libbpf: Ignore exception frame section
2026-08-23 18:54 UTC (4+ messages)
[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
2026-08-23 18:12 UTC (11+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
` [External] "
[PATCH bpf-next v5] m68k, bpf: Add initial BPF JIT compiler support
2026-08-23 16:52 UTC (2+ messages)
[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
2026-08-23 16:28 UTC (5+ messages)
[PATCH net 1/1] net: Don't deliver IPv6 packets to IPv4 sockets
2026-08-23 15:11 UTC (2+ messages)
[PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases
2026-08-23 14:37 UTC (2+ messages)
[PATCH bpf-next v3 2/5] bpf: fix stream capacity leak in staging path
2026-08-23 14:32 UTC (2+ messages)
[PATCH bpf-next v6 0/9] selftests/bpf: restructure the Makefile as a layered build
2026-08-23 2:26 UTC (18+ messages)
` [PATCH bpf-next v6 1/9] selftests/bpf: keep headers off the generic link command line
` [PATCH bpf-next v6 2/9] selftests/bpf: drop stale and no-op lines
` [PATCH bpf-next v6 3/9] selftests/bpf: factor the permissive-mode skip suffix into a helper
` [PATCH bpf-next v6 4/9] selftests/bpf: generate the signing key and certificate once
` [PATCH bpf-next v6 5/9] selftests/bpf: generate verifier/tests.h in a regular recipe
` [PATCH bpf-next v6 6/9] selftests/bpf: derive the bench object list from the sources
` [PATCH bpf-next v6 7/9] selftests/bpf: extract BPF skeleton generation into a helper script
` [PATCH bpf-next v6 8/9] selftests/bpf: move shared build definitions into Makefile.buildvars
` [PATCH bpf-next v6 9/9] selftests/bpf: build each test runner instance in its own sub-make
[RFC PATCH bpf-next v5 0/8] selftests/bpf: restructure the Makefile as a layered build
2026-08-23 0:37 UTC (6+ messages)
` [RFC PATCH bpf-next v5 8/8] selftests/bpf: build each test runner instance in its own sub-make
[PATCH bpf v3 0/2] disable private stack for sleepable programs
2026-08-22 23:58 UTC (7+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] selftests/bpf: verify preemptible uprobes avoid private stack
[PATCH bpf v2] bpf: guard uprobes against private-stack corruption
2026-08-22 23:05 UTC (4+ messages)
[PATCH net] xdp: fix zero-copy frame layout
2026-08-22 20:20 UTC (2+ messages)
[PATCH v2] mm/secretmem: properly account locked pages
2026-08-22 19:14 UTC
[PATCH] mm/secretmem: properly account locked pages
2026-08-22 18:55 UTC (4+ messages)
[PATCH v2 0/2] bpf: reject stack-argument callback subprograms
2026-08-22 18:27 UTC (5+ messages)
` [PATCH v2 1/2] "
[PATCH bpf-next v2] bpf: Rewrite "rX <<= 32; rX >>= 32" into "wX = wX" to keep linked scalars
2026-08-22 16:47 UTC (3+ messages)
[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-22 11:57 UTC (11+ messages)
` [RFC PATCH bpf-next v3 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [RFC PATCH bpf-next v3 2/2] selftests/bpf: add tests for selective kmod BTF loading
[PATCH v2 net] octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup
2026-08-22 10:56 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf: BPF-driven proactive memcg reclaim
2026-08-22 3:19 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] mm/bpf: Add bpf_proactive_reclaim kfuncs
[PATCH bpf-next 1/2] bpf: check_cond_jmp_op(): properly infer if register is null
2026-08-22 1:22 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: a demo for check_cond_jmp_op() non-null inference bug
[PATCH bpf-next v1 00/14] Retire KF_ARENA_ARG kfunc flags
2026-08-22 0:46 UTC (26+ messages)
` [PATCH bpf-next v1 01/14] bpf: Split arena kfunc and struct_ops JIT capabilities
` [PATCH bpf-next v1 02/14] bpf, riscv: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v1 03/14] bpf, riscv: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 04/14] bpf, riscv: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v1 05/14] bpf, s390: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 06/14] bpf, s390: Convert struct_ops arena arguments
` [PATCH bpf-next v1 07/14] bpf, loongarch: Fix stack arguments for indirect trampolines
` [PATCH bpf-next v1 08/14] bpf, loongarch: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 09/14] bpf, loongarch: Convert struct_ops arena arguments in trampolines
` [PATCH bpf-next v1 10/14] bpf, powerpc: JIT arena kfunc argument rebasing
` [PATCH bpf-next v1 11/14] bpf: Replace arena kfunc argument flags with suffixes
` [PATCH bpf-next v1 12/14] resolve_btfids: Drop KF_ARENA_ARG flag support
` [PATCH bpf-next v1 13/14] selftests/bpf: Exercise arena arguments on every capable JIT
` [PATCH bpf-next v1 14/14] docs/bpf: Document split arena argument JIT capabilities
[PATCH bpf-next 0/3] selftests/bpf: unblock bpf-gcc test coverage
2026-08-21 23:48 UTC (8+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: name the remaining placeholder programs dummy_test [NFC]
` [PATCH bpf-next 2/3] selftests/bpf: report placeholder tests as SKIP, not OK
` [PATCH bpf-next 3/3] selftests/bpf: Enable some of the blocked cpuv4 instruction tests for bpf-gcc
[PATCH bpf-next 00/11] BPF keyring and signed loader ML-DSA support
2026-08-21 22:50 UTC (25+ messages)
` [PATCH bpf-next 01/11] bpf: Add a bpf keyring for program signature validation
` [PATCH bpf-next 02/11] bpf: Refuse caller-supplied keyrings when the bpf one is active
` [PATCH bpf-next 03/11] bpf: Raise the bound on a program's signature size
` [PATCH bpf-next 04/11] bpftool: Support ML-DSA program signing
` [PATCH bpf-next 05/11] selftests/bpf: Add a test for the sealed bpf keyring
` [PATCH bpf-next 06/11] selftests/bpf: Rebuild signed lskels when signing key changes
` [PATCH bpf-next 07/11] selftests/bpf: Rename the verify_sig_setup.sh setup into setup-rsa
` [PATCH bpf-next 08/11] selftests/bpf: Add an end-to-end ML-DSA signed loader test
` [PATCH bpf-next 09/11] selftests/bpf: Allow appending to guest kernel cmdline in vmtest.sh
` [PATCH bpf-next 10/11] selftests/bpf: Add tests for bpf keyring in signed loader
` [PATCH bpf-next 11/11] Documentation/bpf: Document the bpf keyring and improve examples
[PATCH net v2] net/mlx5e: Prevent stale XSK buffer release on refill retry
2026-08-21 21:37 UTC (4+ messages)
` [PATCH net v3 0/2] net/mlx5e: Prevent stale XSK buffer release on refill retries
` [PATCH net v3 1/2] net/mlx5e: Prevent stale XSK buffer release on refill retry
` [PATCH net v3 2/2] net/mlx5e: Prevent stale XSK buffer release on MPWQE "
[PATCH bpf-next v2 0/3] bpf: Add user memory access kfuncs for linux_binprm
2026-08-21 19:52 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v2 2/3] bpf: Add user memory access kfuncs for linux_binprm
[PATCH bpf-next v6 0/9] bpf: add support for KASAN checks in JITed programs
2026-08-21 19:44 UTC (3+ messages)
[PATCH bpf-next v3] bpf: Fix stack out-of-bounds write in cgroup link update
2026-08-21 19:35 UTC (3+ messages)
[PATCH bpf v7] selftests/bpf: allocate a larger timeout for connection
2026-08-21 19:20 UTC (2+ messages)
[PATCH bpf-next v6] libbpf: avoid overflow in BTF.ext bounds check
2026-08-21 19:10 UTC (2+ messages)
[PATCH v2] bpf: Annotate bpf_obj_memcpy with data_race
2026-08-21 19:08 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support
2026-08-21 19:01 UTC (5+ messages)
[PATCH net 0/2] tcp: fix congestion control UAFs in do_tcp_getsockopt()
2026-08-21 18:49 UTC (5+ messages)
` [PATCH net 1/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)
` [PATCH net 2/2] tcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)
[PATCH] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
2026-08-21 18:33 UTC (2+ messages)
[PATCH bpf] bpf: array: reject max_entries > INT_MAX to prevent signed-iterator overflow
2026-08-21 18:25 UTC (3+ messages)
` [PATCH v2 "
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