Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-05-19 18:45:23 to 2023-05-25 16:40:14 UTC [more...]

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-25 16:40 UTC  (13+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-05-25 16:23 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: selftests: Replace int with uint32_t for nevents
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter

arm64: fp-stress: BUG: KFENCE: memory corruption in fpsimd_release_task
 2023-05-25 13:51 UTC  (13+ messages)

[PATCH v1 1/1] selftests: alsa: pcm-test: Fix compiler warnings about the format
 2023-05-25  9:22 UTC  (2+ messages)

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-25  8:55 UTC  (6+ messages)
` [PATCH v16 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v16 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v16 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v16 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v16 5/5] selftests: mm: add pagemap ioctl tests

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-25  8:54 UTC  (11+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH bpf-next 2/2] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
 2023-05-25  8:19 UTC 

[PATCH 00/13] tools/nolibc: riscv: Add full rv32 support
 2023-05-25  7:22 UTC  (21+ messages)
` [PATCH 01/13] Revert "tools/nolibc: riscv: Support __NR_llseek for rv32"
` [PATCH 02/13] Revert "selftests/nolibc: Fix up compile error "
` [PATCH 03/13] selftests/nolibc: print name instead of number for EOVERFLOW
` [PATCH 04/13] selftests/nolibc: syscall_args: use __NR_statx for rv32
` [PATCH 05/13] selftests/nolibc: riscv: customize makefile "
` [PATCH 06/13] selftests/nolibc: allow specify a bios for qemu
` [PATCH 07/13] selftests/nolibc: remove the duplicated gettimeofday_bad2
` [PATCH 08/13] tools/nolibc: sys_lseek: riscv: use __NR_llseek for rv32
` [PATCH 09/13] tools/nolibc: sys_poll: riscv: use __NR_ppoll_time64 "
` [PATCH 10/13] tools/nolibc: ppoll/ppoll_time64: add a missing argument
` [PATCH 11/13] tools/nolibc: sys_select: riscv: use __NR_pselect6_time64 for rv32
` [PATCH 12/13] tools/nolibc: sys_wait4: riscv: use __NR_waitid "
` [PATCH 13/13] tools/nolibc: sys_gettimeofday: riscv: use __NR_clock_gettime64 "

[PATCH v3 1/4] kunit: Add kunit_add_action() to defer a call until test exit
 2023-05-25  4:21 UTC  (4+ messages)
` [PATCH v3 2/4] kunit: executor_test: Use kunit_add_action()
` [PATCH v3 3/4] kunit: kmalloc_array: "
` [PATCH v3 4/4] Documentation: kunit: Add usage notes for kunit_add_action()

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-05-25  2:28 UTC  (15+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH] tracing/selftests: Update synthetic event selftest to use common_stacktrace
 2023-05-25  2:24 UTC  (2+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-25  1:41 UTC  (35+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH v3 0/6] Optimize mremap during mutual alignment within PMD
 2023-05-24 23:23 UTC  (8+ messages)
` [PATCH v3 1/6] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v3 2/6] mm/mremap: Allow moves within the same VMA
` [PATCH v3 3/6] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v3 4/6] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v3 5/6] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v3 6/6] selftests: mm: Add a test for remapping within a range

[PATCH] selftests: allow runners to override the timeout
 2023-05-24 22:58 UTC  (4+ messages)

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-05-24 21:33 UTC  (2+ messages)

[PATCH v2 1/4] kunit: Add kunit_add_action() to defer a call until test exit
 2023-05-24 21:22 UTC  (3+ messages)
` [PATCH v2 4/4] Documentation: kunit: Add usage notes for kunit_add_action()

[PATCH 0/6] Memory Mapping (VMA) protection using PKU - set 1
 2023-05-24 20:15 UTC  (13+ messages)

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-24 18:48 UTC  (7+ messages)
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-05-24 17:04 UTC  (9+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-24 15:05 UTC  (4+ messages)

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-24 14:16 UTC  (10+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[BUG] selftests: af_unix: unix:diag.c does not compile on AlmaLinux 8.7
 2023-05-24 14:15 UTC  (5+ messages)

POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
 2023-05-24 12:17 UTC 

[Linux-kernel-mentorship] [PATCH] selftest: pidfd: Omit long and repeating outputs
 2023-05-24  9:12 UTC 

[PATCH 0/3] tools/nolibc: stack protector compatibility fixes
 2023-05-24  7:56 UTC  (7+ messages)
` [PATCH 1/3] Revert "EXP: tools/nolibc: partially revert stackprotector compiler flags"
` [PATCH 2/3] selftests/nolibc: allow disabling of stackprotector support
` [PATCH 3/3] tools/nolibc: fix segfaults on compilers without attribute no_stack_protector

[PATCH v2 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-05-24  6:30 UTC  (5+ messages)
` [PATCH v2 2/3] ALSA: Implement the new Virtual PCM Test Driver
` [PATCH v2 3/3] selftests: ALSA: Add test for the 'pcmtest' driver

[RESEND PATCH v5 1/3] test_firmware: prevent race conditions by a correct implementation of locking
 2023-05-24  5:34 UTC  (7+ messages)
` [RESEND PATCH v5 2/3] test_firmware: fix a memory leak with reqs buffer

[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-24  5:19 UTC  (6+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[PATCH 0/7] tools/nolibc: autodetect stackprotector availability from compiler
 2023-05-23 20:50 UTC  (13+ messages)
` [PATCH 1/7] tools/nolibc: fix typo pint -> point
` [PATCH 2/7] tools/nolibc: x86_64: disable stack protector for _start
` [PATCH 3/7] tools/nolibc: ensure stack protector guard is never zero
` [PATCH 4/7] tools/nolibc: add test for __stack_chk_guard initialization
` [PATCH 5/7] tools/nolibc: reformat list of headers to be installed
` [PATCH 6/7] tools/nolibc: add autodetection for stackprotector support
` [PATCH 7/7] tools/nolibc: simplify stackprotector compiler flags

[PATCH] tools/nolibc: riscv: add stackprotector support
 2023-05-23 18:56 UTC  (13+ messages)
` [PATCH] selftests/nolibc: Fix up compile error for rv32

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-23 17:27 UTC  (11+ messages)

[PATCH v2] HID: uclogic: Modular KUnit tests should not depend on KUNIT=y
 2023-05-23 15:10 UTC 

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-22 19:49 UTC  (11+ messages)

selftests: memfd/memfd_test.c: does not compile under AlmaLinux 8.7
 2023-05-22 14:43 UTC 

[PATCH v2] kselftest/arm64: Add a smoke test for ptracing hardware break/watch points
 2023-05-22 14:28 UTC 

[PATCH net-next v6 3/3] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test
 2023-05-22 13:24 UTC 

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-05-22  9:39 UTC  (3+ messages)
` [RFC PATCH v2 10/11] KVM: selftests: Add tests for virtual enumeration/mitigation MSRs

W sprawie samochodu
 2023-05-22  8:15 UTC 

[PATCH v1 0/5] Landlock support for UML
 2023-05-21 21:13 UTC  (3+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH] tools/nolibc/unistd: add syscall()
 2023-05-20  8:46 UTC  (2+ messages)

[PATCH v2 0/4] Optimize mremap during mutual alignment within PMD
 2023-05-20  5:04 UTC  (14+ messages)
` [PATCH v2 1/4] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v2 2/4] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v2 3/4] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v2 4/4] selftests: mm: Add a test for remapping to area immediately after existing mapping


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