Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-11-05 13:59:19 to 2025-11-06 15:47:20 UTC [more...]

[PATCH v6 0/3] platform/chrome: Fix an UAF via replacing fops
 2025-11-06 15:47 UTC  (5+ messages)
` [PATCH v6 1/3] revocable: Add fops replacement
` [PATCH v6 2/3] char: misc: Leverage revocable "
` [PATCH v6 3/3] platform/chrome: cros_ec_chardev: Secure cros_ec_device via revocable

[PATCH net] bonding: fix NULL pointer dereference in actor_port_prio setting
 2025-11-06 15:40 UTC  (2+ messages)

[PATCH net v2] selftests/vsock: avoid false-positives when checking dmesg
 2025-11-06 15:40 UTC  (3+ messages)

[PATCH v6 0/2] platform/chrome: Fix an UAF via revocable primitive APIs
 2025-11-06 15:26 UTC  (3+ messages)
` [PATCH v6 1/2] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v6 2/2] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH v6 0/3] drivers/base: Introduce revocable
 2025-11-06 15:23 UTC  (4+ messages)
` [PATCH v6 1/3] revocable: Revocable resource management
` [PATCH v6 2/3] revocable: Add Kunit test cases
` [PATCH v6 3/3] selftests: revocable: Add kselftest cases

[PATCH] selftests: timers: nanosleep: Add tests for return of remaining time
 2025-11-06 15:15 UTC 

[PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
 2025-11-06 15:14 UTC  (5+ messages)

[PATCH net-next 0/3] Add YNL test framework and library improvements
 2025-11-06 15:07 UTC  (10+ messages)
` [PATCH net-next 2/3] netlink: specs: update rt-rule src/dst attribute types to support IPv4 addresses

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06 15:03 UTC  (19+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v2 2/5] mm: add atomic VMA flags, use VM_MAYBE_GUARD as such
` [PATCH v2 3/5] mm: implement sticky, copy on fork VMA flags
` [PATCH v2 4/5] tools/testing/vma: add VMA sticky userland tests
` [PATCH v2 5/5] selftests/mm/guard-regions: add smaps visibility test

[PATCH] selftests: net: local_termination: Wait for interfaces to come up
 2025-11-06 14:53 UTC  (3+ messages)

[PATCH] selftest/mm: fix pointer comparison in mremap_test
 2025-11-06 14:40 UTC  (5+ messages)

[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
 2025-11-06 14:02 UTC  (37+ messages)
` [PATCH v5 01/34] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v5 02/34] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v5 03/34] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v5 04/34] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v5 05/34] ARM: vdso: gettimeofday: "
` [PATCH v5 06/34] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v5 07/34] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v5 08/34] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v5 09/34] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v5 10/34] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 12/34] vdso/gettimeofday: "
` [PATCH v5 13/34] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v5 14/34] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v5 15/34] vdso/datapage: Trim down unnecessary includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 18/34] random: vDSO: split out datapage update into helper functions
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v5 20/34] s390/time: Set up vDSO datapage later
` [PATCH v5 21/34] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v5 22/34] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v5 23/34] vdso/datastore: Allocate data pages dynamically
` [PATCH v5 24/34] sparc64: vdso: Link with -z noexecstack
` [PATCH v5 25/34] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v5 26/34] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v5 27/34] sparc64: vdso: Move hardware counter read into header
` [PATCH v5 28/34] sparc64: vdso: Move syscall fallbacks "
` [PATCH v5 29/34] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v5 30/34] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v5 31/34] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v5 32/34] sparc64: vdso2c: Remove symbol handling
` [PATCH v5 33/34] sparc64: vdso: Implement clock_gettime64()
` [PATCH v5 34/34] clocksource: remove ARCH_CLOCKSOURCE_DATA

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-11-06 13:39 UTC  (11+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically

[PATCH v3 0/2] Print map ID on successful creation
 2025-11-06 13:12 UTC  (9+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-11-06 12:24 UTC  (30+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN

[PATCH] selftests/seccomp: Fix pointer type mismatch in uprobe function declarations
 2025-11-06 11:44 UTC 

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2025-11-06 11:04 UTC 

[PATCH][next] selftests/bpf: Fix spelling mistake "clien" -> "client"
 2025-11-06 11:00 UTC 

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-06 10:59 UTC  (11+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks

[PATCH] selftest/alsa: correct grammar in conf_get_bool error string
 2025-11-06 10:49 UTC  (2+ messages)

[PATCH] kunit: Make filter parameters configurable via Kconfig
 2025-11-06 10:32 UTC 

[PATCH v2] selftests/user_events: Fix type cast for write_index packed member in perf_test
 2025-11-06  9:55 UTC 

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-06  9:40 UTC  (10+ messages)
` [PATCH v11 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v11 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v11 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v11 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v11 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH v2] selftests: harness: Support KCOV
 2025-11-06  8:50 UTC  (2+ messages)

[PATCH v9 2/9] kho: drop notifiers
 2025-11-06  8:41 UTC  (2+ messages)

[PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table
 2025-11-06  8:06 UTC  (2+ messages)
` fatal error: ../../iommu-pages.h: No such file or directory (was: Re: [PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table)

/Re,
 2025-11-06  7:35 UTC 

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06  7:34 UTC  (10+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions

[PATCH v9 7/9] liveupdate: kho: move to kernel/liveupdate
 2025-11-06  7:21 UTC  (2+ messages)

[PATCH] selftests/dma: fix invalid array access in printf
 2025-11-06  3:30 UTC 

[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-06  5:26 UTC 

[bpf-next] selftests/bpf: refactor snprintf_btf test to use bpf_strncmp
 2025-11-06  3:26 UTC  (8+ messages)

[PATCH net v4 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-06  1:46 UTC  (11+ messages)
` [PATCH net v4 1/3] mptcp: disallow MPTCP subflows from sockmap
` [PATCH net v4 2/3] net,mptcp: fix proto fallback detection with BPF
` [PATCH net v4 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-06  1:41 UTC  (8+ messages)
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH net-next v3 0/5] psp: track stats from core and provide a driver stats api
 2025-11-06  0:26 UTC  (6+ messages)
` [PATCH net-next v3 1/5] psp: report basic stats from the core
` [PATCH net-next v3 2/5] selftests: drv-net: psp: add assertions on core-tracked psp dev stats
` [PATCH net-next v3 3/5] psp: add stats from psp spec to driver facing api
` [PATCH net-next v3 4/5] net/mlx5e: Add PSP stats support for Rx/Tx flows
` [PATCH net-next v3 5/5] netdevsim: implement psp device stats

[PATCH net-next v6 0/6] net: devmem: improve cpu cost of RX token management
 2025-11-05 23:17 UTC  (7+ messages)
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option

[PATCH net-next v2 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-11-05 22:42 UTC  (15+ messages)
` [PATCH net-next v2 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v2 04/12] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v2 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v2 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v2 10/12] selftests/vsock: add 1.37 to tested virtme-ng versions
` [PATCH net-next v2 11/12] selftests/vsock: add vsock_loopback module loading

[PATCH net-next v2 0/5] psp: track stats from core and provide a driver stats api
 2025-11-05 20:31 UTC  (4+ messages)
` [PATCH net-next v2 4/5] net/mlx5e: Add PSP stats support for Rx/Tx flows

[PATCH 0/8] Initial DMABUF support for iommufd
 2025-11-05 19:36 UTC  (4+ messages)
` [PATCH 3/8] iommufd: Allow a DMABUF to be revoked

[PATCH v8 02/15] genpt: Add Documentation/ files
 2025-11-05 18:51 UTC  (3+ messages)

[PATCH net-next v6 4/6] net: devmem: add SO_DEVMEM_AUTORELEASE for autorelease control
 2025-11-05 17:16 UTC  (2+ messages)

[PATCH net-next 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-05 17:06 UTC  (5+ messages)
` [PATCH net-next 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next 2/4] netconsole: Split userdata and sysdata
` [PATCH net-next 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
 2025-11-05 16:57 UTC  (4+ messages)
` [PATCH v8 13/15] iommu/amd: Use the generic iommu page table

[PATCH nf-next v8 0/3] Add IPIP flowtable SW acceleration
 2025-11-05 16:36 UTC  (4+ messages)
` [PATCH nf-next v8 2/3] net: netfilter: Add IPIP flowtable tx sw acceleration

[PATCH net] selftests/vsock: avoid false-positives when checking dmesg
 2025-11-05 16:11 UTC  (3+ messages)

[PATCH net v8 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-11-05 16:04 UTC  (3+ messages)
` [PATCH net v8 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-05 14:32 UTC  (7+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox