Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-05-23 01:52:15 to 2025-05-25 17:19:39 UTC [more...]

[PATCH v17 net-next 0/5] DUALPI2 patch
 2025-05-25 17:19 UTC  (5+ messages)
` [PATCH v17 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v17 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v17 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v17 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2

[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
 2025-05-25 14:57 UTC  (4+ messages)
` [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management

[PATCH] selftests/eventfd: correct test name and improve messages
 2025-05-25  3:54 UTC  (2+ messages)

[PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark
 2025-05-25  3:43 UTC 

[PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues
 2025-05-24 23:51 UTC  (3+ messages)

[PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-05-24 20:33 UTC  (6+ messages)
` [PATCH v10 1/5] rust: retitle "Example" section as "Examples"
` [PATCH v10 2/5] rust: support formatting of foreign types
` [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v10 5/5] rust: remove core::ffi::CStr reexport

[PATCH] selftests: timers: rtcpie: Fix checkpatch reported errors
 2025-05-24 18:30 UTC 

[PATCH 1/1] tests/pid_namespace: fix pid_max test building
 2025-05-24 14:33 UTC 

[PATCH 1/1] testing/mount_setattr: fix redefinition of sys_open_tree
 2025-05-24 14:21 UTC 

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-05-24 10:43 UTC  (22+ messages)
` [PATCH v2 01/14] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v2 02/14] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v2 03/14] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
` [PATCH v2 05/14] arm: "
` [PATCH v2 06/14] arm64: "
` [PATCH v2 07/14] s390: "
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] mips: "
` [PATCH v2 10/14] loongarch: "
` [PATCH v2 11/14] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v2 12/14] kstack_erase: Support Clang stack depth tracking
` [PATCH v2 13/14] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v2 14/14] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH] selftests: cachestat: add tests for mmap and /proc/cpuinfo
 2025-05-24  8:36 UTC 

[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-24  3:30 UTC  (23+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info

[PATCH v16 net-next 0/5] DUALPI2 patch
 2025-05-24  1:56 UTC  (7+ messages)
` [PATCH v16 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v16 net-next 3/5] sched: Add enqueue/dequeue "

[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-05-23 23:30 UTC  (34+ messages)
` [RFC PATCH 01/33] selftests: Create tools/testing/selftests/vfio
` [RFC PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [RFC PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test
` [RFC PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [RFC PATCH 05/33] vfio: selftests: Move vfio dma mapping test to their own file
` [RFC PATCH 06/33] vfio: selftests: Add test to reset vfio device
` [RFC PATCH 07/33] vfio: selftests: Use command line to set hugepage size for DMA mapping test
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 09/33] tools headers: Add stub definition for __iomem
` [RFC PATCH 10/33] tools headers: Import asm-generic MMIO helpers
` [RFC PATCH 11/33] tools headers: Import x86 MMIO helper overrides
` [RFC PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [RFC PATCH 13/33] tools headers: Import drivers/dma/ioat/{hw.h,registers.h}
` [RFC PATCH 14/33] tools headers: Import drivers/dma/idxd/registers.h
` [RFC PATCH 15/33] tools headers: Import linux/pci_ids.h
` [RFC PATCH 16/33] vfio: selftests: Keep track of DMA regions mapped into the device
` [RFC PATCH 17/33] vfio: selftests: Enable asserting MSI eventfds not firing
` [RFC PATCH 18/33] vfio: selftests: Add a helper for matching vendor+device IDs
` [RFC PATCH 19/33] vfio: selftests: Add driver framework
` [RFC PATCH 20/33] vfio: sefltests: Add vfio_pci_driver_test
` [RFC PATCH 21/33] vfio: selftests: Add driver for Intel CBDMA
` [RFC PATCH 22/33] vfio: selftests: Add driver for Intel DSA
` [RFC PATCH 23/33] vfio: selftests: Move helper to get cdev path to libvfio
` [RFC PATCH 24/33] vfio: selftests: Encapsulate IOMMU mode
` [RFC PATCH 25/33] vfio: selftests: Add [-i iommu_mode] option to all tests
` [RFC PATCH 26/33] vfio: selftests: Add vfio_type1v2_mode
` [RFC PATCH 27/33] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [RFC PATCH 28/33] vfio: selftests: Add iommufd mode
` [RFC PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [RFC PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests
` [RFC PATCH 31/33] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [RFC PATCH 32/33] KVM: selftests: Test sending a vfio-pci device IRQ to a VM
` [RFC PATCH 33/33] KVM: selftests: Use real device MSIs in vfio_pci_device_irq_test

[PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements
 2025-05-23 23:05 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: devmem: move list_add to net_devmem_bind_dmabuf
` [PATCH net-next v2 2/8] page_pool: fix ugly page_pool formatting
` [PATCH net-next v2 3/8] net: devmem: preserve sockc_err
` [PATCH net-next v2 4/8] net: devmem: ksft: add ipv4 support
` [PATCH net-next v2 5/8] net: devmem: ksft: add exit_wait to make rx test pass
` [PATCH net-next v2 6/8] net: devmem: ksft: add 5 tuple FS support
` [PATCH net-next v2 7/8] net: devmem: ksft: upgrade rx test to send 1K data
` [PATCH net-next v2 8/8] net: devmem: ncdevmem: remove unused variable

[RFC] selftests/mm: Skip tests dependent on a binary not built
 2025-05-23 21:33 UTC  (3+ messages)

[PATCH v2] selftests/cpu-hotplug: fix typo in hotplaggable_offline_cpus function name
 2025-05-23 20:22 UTC 

[GIT PULL] Kselftest next update for Linux 6.16-rc1
 2025-05-23 20:12 UTC 

[GIT PULL] kunit next update for Linux 6.16-rc1
 2025-05-23 19:39 UTC 

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-23 19:23 UTC  (26+ messages)
` [PATCH v8 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v8 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v8 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v8 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v8 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v8 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v8 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v8 08/14] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
` [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v8 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v2] kselftest: x86: Improve MOV SS test result message
 2025-05-23 18:46 UTC  (2+ messages)

[PATCH] selftests: kvm: Fix spelling of 'occurrences' in sparsebit.c comments
 2025-05-23 18:13 UTC 

[PATCH v7 net-next 00/15] AccECN protocol patch series
 2025-05-23 17:50 UTC  (4+ messages)
` [PATCH v7 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK

[PATCH v16 00/27] riscv control-flow integrity for usermode
 2025-05-23 17:42 UTC  (33+ messages)
` [PATCH v16 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v16 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v16 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v16 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v16 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v16 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v16 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v16 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v16 09/27] riscv mmu: write protect and shadow stack
` [PATCH v16 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v16 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v16 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v16 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH] selftests: net: fix spelling and grammar mistakes
 2025-05-23 17:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23 17:27 UTC  (4+ messages)
` vmlinux BTF as a module (was Re: [PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux)

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23 17:10 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf

[PATCH 0/3] kselftest/arm64: Update sve-ptrace for ABI changes
 2025-05-23 15:27 UTC  (4+ messages)
` [PATCH 1/3] kselftest/arm64: Fix check for setting new VLs in sve-ptrace
` [PATCH 2/3] kselftest/arm64: Fix test for streaming FPSIMD write "
` [PATCH 3/3] kselftest/arm64: Specify SVE data when testing VL set "

[PATCH v3 00/13] KVM: Make irqfd registration globally unique
 2025-05-23 14:33 UTC  (5+ messages)
` [PATCH v3 13/13] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements

[PATCH] selftests/filesystems: Fix build of anon_inode_test
 2025-05-23 14:10 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-05-23 13:18 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf,ktls: Fix data corruption when "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data

[PATCH net-next] selftests: net: move wait_local_port_listen to lib.sh
 2025-05-23 11:21 UTC  (3+ messages)

[PATCH bpf-next/net v3 0/5] bpf: Add mptcp_subflow bpf_iter support
 2025-05-23 11:07 UTC  (6+ messages)
` [PATCH bpf-next/net v3 4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest

[PATCH 0/9] tools/nolibc: split out more headers
 2025-05-23 10:14 UTC  (9+ messages)
` [PATCH 1/9] tools/nolibc: move ioctl() to sys/ioctl.h

[PATCH v2] selftests: filesystems: fix "memebers" typo in mount-notify
 2025-05-23  7:42 UTC 

[PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-23  4:59 UTC 

[PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block
 2025-05-23  2:29 UTC 

[PATCH v2] selftests: size: fix grammar and align output formatting
 2025-05-23  2:05 UTC 

[PATCH v2] selftests: acct: fix grammar and clarify output messages - Fixed email case mismatch in Signed-off-by
 2025-05-23  1:54 UTC 

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-23  1:51 UTC  (7+ messages)
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl


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