messages from 2025-07-25 14:21:13 to 2025-08-01 19:30:58 UTC [more...]
[PATCH 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
2025-08-01 19:30 UTC (9+ messages)
` [PATCH 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
[PATCH net] selftests: net: packetdrill: xfail all problems on slow machines
2025-08-01 18:16 UTC
[PATCH v4 0/1] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-01 16:15 UTC (2+ messages)
` [PATCH v4 1/1] "
[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
2025-08-01 15:27 UTC (3+ messages)
[PATCH v3 0/4] signal handling support for nolibc
2025-08-01 15:09 UTC (6+ messages)
` [PATCH v3 1/4] selftests/nolibc: fix EXPECT_NZ macro
` [PATCH v3 2/4] selftests/nolibc: remove outdated comment about construct order
` [PATCH v3 3/4] tools/nolibc: add more generic bitmask macros for FD_*
` [PATCH v3 4/4] tools/nolibc: add signal support
[PATCH v2] kho: add test for kexec handover
2025-08-01 14:13 UTC (3+ messages)
[PATCH] selftests/mm: link with thp_settings when necessary
2025-08-01 11:14 UTC (3+ messages)
[PATCH net 0/2] bonding: fix negotiation flapping in 802.3ad passive mode
2025-08-01 9:01 UTC (4+ messages)
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode
[PATCH] selftests/mm: pass filename as input param to VM_PFNMAP tests
2025-08-01 7:14 UTC (2+ messages)
[PATCH] selftests: bpf: Add missing symbol declarations to common header
2025-08-01 3:08 UTC (2+ messages)
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-08-01 1:09 UTC (29+ messages)
` [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v19 09/27] riscv/mm: write protect and shadow stack
` [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH] kho: add test for kexec handover
2025-07-31 21:27 UTC (2+ messages)
[PATCH v1 0/4] A couple of improvements for VMM to inject external abort to guest
2025-07-31 21:20 UTC (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow userspace to inject external instruction abort
` [PATCH v1 2/4] KVM: arm64: Allow userspace to supply ESR when injecting SEA
` [PATCH v1 3/4] KVM: selftests: Test injecting external abort with ISS
` [PATCH v1 4/4] Documentation: kvm: update UAPI for injecting SEA
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-31 21:06 UTC (9+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-31 20:58 UTC (4+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v3 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v3 3/3] Documentation: kvm: new UAPI for handling SEA
[PATCH 00/33] vfio: Introduce selftests for VFIO
2025-07-31 20:55 UTC (5+ messages)
[PATCH 0/9] kunit: Refactor and extend KUnit's
2025-07-31 20:01 UTC (17+ messages)
` [PATCH 1/9] kunit: Add parent kunit for parameterized test context
` [PATCH 2/9] kunit: Introduce param_init/exit for parameterized test shared context management
` [PATCH 3/9] kunit: Pass additional context to generate_params for parameterized testing
` [PATCH 4/9] kcsan: test: Update parameter generator to new signature
` [PATCH 5/9] drm/xe: "
` [PATCH 6/9] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH 7/9] kunit: Add example parameterized test with shared resources and direct static parameter array setup
` [PATCH 8/9] kunit: Add example parameterized test with direct dynamic "
` [PATCH 9/9] Documentation: kunit: Document new parameterized test features
[PATCH] kunit: tool: Accept --raw_output=full as an alias of 'all'
2025-07-31 19:03 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
2025-07-31 16:41 UTC (4+ messages)
[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-07-31 16:39 UTC (11+ messages)
` [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v2 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v2 3/8] selftests: kselftest.h: Add __unused macro
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags
` [PATCH v2 5/8] selftests/mm: Remove unused parameters
` [PATCH v2 6/8] selftests/mm: Mark unused arguments with __unused
` [PATCH v2 7/8] "
` [PATCH v2 8/8] selftests/mm: Fix unused parameter warnings for different architectures
[PATCH] selftests: timers: improve adjtick output readability
2025-07-31 16:12 UTC (4+ messages)
[PATCH] selftests: ALSA: fix memory leak in utimer test
2025-07-31 15:02 UTC (2+ messages)
Crediting test authors
2025-07-31 14:30 UTC (10+ messages)
[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
2025-07-31 14:21 UTC (6+ messages)
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
[PATCH v2] selftests/bpf: Add missing kfunc declarations to fix build errors
2025-07-31 14:07 UTC
[PATCH] tools/nolibc: fix error return value of clock_nanosleep()
2025-07-31 8:41 UTC (2+ messages)
[PATCH v2] selftests/tty: add TIOCSTI test suite
2025-07-31 3:55 UTC (3+ messages)
[RFC PATCH 1/2] kunit: tool: Move qemu architecture dependency checks into a function
2025-07-31 3:53 UTC (2+ messages)
` [RFC PATCH 2/2] kunit: tool: Automatically pick a default architecture if none is specified
[PATCH v3] selftests/tty: add TIOCSTI test suite
2025-07-31 0:14 UTC
[PATCH] selftests/filesystems: Fix build warning on anon_inode_test
2025-07-30 19:27 UTC
[PATCH v2] Subject: [PATCH] selftests: panic: Add test module to trigger kernel panic
2025-07-30 18:33 UTC
[PATCH] selftests/mm: Fix typos and improve output messages
2025-07-31 0:02 UTC
[PATCH] selftests/mm: use __auto_type in swap() macro
2025-07-30 14:23 UTC
[PATCH v5] char: misc: add test cases
2025-07-30 11:05 UTC (2+ messages)
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-07-30 2:25 UTC (13+ messages)
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH 5.10.y 4/4] selftests/memfd: add test for mapping write-sealed memfd read-only
2025-07-30 1:54 UTC
[PATCH 5.15.y 4/4] selftests/memfd: add test for mapping write-sealed memfd read-only
2025-07-30 1:53 UTC
[PATCH 6.1.y 4/4] selftests/memfd: add test for mapping write-sealed memfd read-only
2025-07-30 1:52 UTC
[PATCH 6.6.y 4/4] selftests/memfd: add test for mapping write-sealed memfd read-only
2025-07-30 1:51 UTC
[PATCH v11 iproute2-next 0/1] DUALPI2 iproute2 patch
2025-07-29 23:45 UTC (3+ messages)
` [PATCH v11 iproute2-next 1/1] tc: add dualpi2 scheduler module
[PATCH v2 0/2] seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast
2025-07-29 20:34 UTC (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/seccomp: Add a test for the WAIT_KILLABLE_RECV fast reply race
[GIT PULL] kselftest next update for Linux 6.17-rc1
2025-07-29 19:51 UTC (2+ messages)
[GIT PULL] kunit next update for Linux 6.17-rc1
2025-07-29 19:51 UTC (2+ messages)
[PATCH nf-next v5 0/2] Add IPIP flowtable SW acceleratio
2025-07-29 15:29 UTC (2+ messages)
[PATCH v7] selftests/mm: add process_madvise() tests
2025-07-29 11:31 UTC
[PATCH] rust: kernel: remove support for unused host `#[test]`s
2025-07-29 8:27 UTC (3+ messages)
[PATCH v3 0/7] selftests/mm: Fix false positives and skip unsupported tests
2025-07-29 5:34 UTC (8+ messages)
` [PATCH v3 1/7] mm/selftests: Fix incorrect pointer being passed to mark_range()
` [PATCH v3 2/7] selftests/mm: Add support to test 4PB VA on PPC64
` [PATCH v3 3/7] selftest/mm: Fix ksm_funtional_test failures
` [PATCH v3 4/7] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
` [PATCH v3 5/7] selftests/mm: Fix child process exit codes in ksm_functional_tests
` [PATCH v3 6/7] selftests/mm: Skip thuge-gen test if system is not setup properly
` [PATCH v3 7/7] selftests/mm: Skip hugepage-mremap test if userfaultfd unavailable
[PATCH bpf-next v4 0/4] bpf: Show precise rejected function when attaching to __noreturn and deny list functions
2025-07-29 2:50 UTC (2+ messages)
[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
2025-07-28 11:44 UTC (4+ messages)
` [PATCH v3 01/15] genpt: Generic Page Table base API
[PATCH v14 net-next 00/14] AccECN protocol patch series
2025-07-28 8:21 UTC (3+ messages)
[PATCH v20 4/5] binder: add transaction_report feature entry
2025-07-27 18:29 UTC
[PATCH net-next] selftests: bpf: fix legacy netfilter options
2025-07-26 19:10 UTC (4+ messages)
[PATCH net v2] selftests: rtnetlink.sh: remove esp4_offload after test
2025-07-26 18:40 UTC (2+ messages)
[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
2025-07-26 11:01 UTC (5+ messages)
[PATCH net v2] selftests: netfilter: ipvs.sh: Explicity disable rp_filter on interface tunl0
2025-07-26 10:59 UTC (2+ messages)
[PATCH net-next] selftests: drv-net: Wait for bkg socat to start
2025-07-26 0:00 UTC (2+ messages)
[PATCH net-next v7] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
2025-07-25 22:17 UTC (2+ messages)
[PATCH net-next] selftests: net: Skip test if IPv6 is not configured
2025-07-25 21:11 UTC (7+ messages)
[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
2025-07-25 19:59 UTC (6+ messages)
` [PATCH v3 09/10] "
[PATCH v19 4/5] binder: add transaction_report feature entry
2025-07-25 18:37 UTC
[PATCH net v2 1/2] macsec: set IFF_UNICAST_FLT priv flag
2025-07-25 18:10 UTC (2+ messages)
[PATCH net-next 0/3] bonding: support aggregator selection based on port priority
2025-07-25 14:27 UTC (6+ messages)
` [PATCH net-next 3/3] selftests: bonding: add test for LACP actor "
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