Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-21 10:48:46 to 2023-07-24 19:47:29 UTC [more...]

[PATCH v8 0/4] cover-letter: Add IO page table replacement support
 2023-07-24 19:47 UTC 

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-24 19:18 UTC  (20+ messages)
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable
` [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v3 0/8] selftests/mm fixes for arm64
 2023-07-24 19:01 UTC  (13+ messages)
` [PATCH v3 1/8] selftests: Line buffer test program's stdout
` [PATCH v3 2/8] selftests/mm: Skip soft-dirty tests on arm64
` [PATCH v3 3/8] selftests/mm: Enable mrelease_test for arm64
` [PATCH v3 4/8] selftests/mm: Fix thuge-gen test bugs
` [PATCH v3 5/8] selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
` [PATCH v3 6/8] selftests/mm: Make migration test robust to failure
` [PATCH v3 7/8] selftests/mm: Optionally pass duration to transhuge-stress
` [PATCH v3 8/8] selftests/mm: Run all tests from run_vmtests.sh

[PATCH] selftests/bpf: fix build errors if CONFIG_NF_CONNTRACK_MARK not set
 2023-07-24 18:04 UTC  (2+ messages)

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-24 17:52 UTC  (8+ messages)
` [PATCH v4 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH v2 0/9] kunit: Add test attributes API
 2023-07-24 16:28 UTC  (10+ messages)
` [PATCH v2 1/9] kunit: Add test attributes API structure
` [PATCH v2 2/9] kunit: Add speed attribute
` [PATCH v2 3/9] kunit: Add module attribute
` [PATCH v2 4/9] kunit: Add ability to filter attributes
` [PATCH v2 5/9] kunit: tool: Add command line interface to filter and report attributes
` [PATCH v2 6/9] kunit: memcpy: Mark tests as slow using test attributes
` [PATCH v2 7/9] kunit: time: Mark test "
` [PATCH v2 8/9] kunit: add tests for filtering attributes
` [PATCH v2 9/9] kunit: Add documentation of KUnit test attributes

[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
 2023-07-24 16:10 UTC  (16+ messages)
  ` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
        ` [v2] "

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-07-24 14:45 UTC  (17+ messages)
` [PATCH v1 02/11] selftests: forwarding: gre_custom_multipath_hash.sh: "
` [PATCH v1 03/11] selftests: forwarding: gre_inner_v4_multipath.sh: "
` [PATCH v1 04/11] selftests: forwarding: gre_multipath_nh_res.sh: "
` [PATCH v1 05/11] selftests: forwarding: gre_multipath_nh.sh: "
` [PATCH v1 06/11] selftests: forwarding: ip6gre_custom_multipath_hash.sh: "
` [PATCH v1 07/11] selftests: forwarding: ip6gre_inner_v4_multipath.sh: "
` [PATCH v1 08/11] selftests: forwarding: no_forwarding.sh: "
` [PATCH v1 09/11] selftests: forwarding: router_mpath_nh_res.sh: "
` [PATCH v1 10/11] selftests: forwarding: router_mpath_nh.sh: "
` [PATCH v1 11/11] selftests: forwarding: router_multipath.sh: "

[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace
 2023-07-24 12:46 UTC  (36+ messages)
` [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v2 03/35] arm64/gcs: Document the ABI "
` [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS
` [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v2 07/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v2 08/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v2 09/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v2 10/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v2 11/35] arm64/mm: Map pages for guarded control stack
` [PATCH v2 12/35] KVM: arm64: Manage GCS registers for guests
` [PATCH v2 13/35] arm64/el2_setup: Allow GCS usage at EL0 and EL1
` [PATCH v2 14/35] arm64/idreg: Add overrride for GCS
` [PATCH v2 15/35] arm64/hwcap: Add hwcap "
` [PATCH v2 16/35] arm64/traps: Handle GCS exceptions
` [PATCH v2 17/35] arm64/mm: Handle GCS data aborts
` [PATCH v2 18/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH v2 19/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v2 20/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v2 21/35] arm64/mm: Implement map_shadow_stack()
` [PATCH v2 22/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v2 23/35] arm64/signal: Expose GCS state in signal frames
` [PATCH v2 24/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v2 25/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v2 26/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH v2 27/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v2 28/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v2 29/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v2 30/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program
` [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v2 34/35] selftests/arm64: Add GCS signal tests
` [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v2 01/11] drm/tests: helpers: Switch to kunit actions
 2023-07-24 11:19 UTC  (3+ messages)

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-07-24 11:13 UTC  (13+ messages)
` [PATCH v4 01/12] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v4 02/12] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v4 03/12] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v4 05/12] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 08/12] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v4 10/12] iommu/vt-d: Add nested domain allocation
` [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-07-24 11:04 UTC  (18+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v3 10/17] iommufd/selftest: Add a helper to get test device
` [PATCH v3 11/17] iommufd/selftest: Add IOMMU_TEST_OP_DEV_[ADD|DEL]_RESERVED to add/del reserved regions to selftest device
` [PATCH v3 12/17] iommufd/selftest: Add .get_resv_regions() for mock_dev
` [PATCH v3 13/17] iommufd/selftest: Add coverage for IOMMU_RESV_IOVA_RANGES
` [PATCH v3 14/17] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v3 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data
` [PATCH v3 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v3 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH bpf-next v6 2/8] bpf: reject unhashed sockets in bpf_sk_assign
 2023-07-24  8:01 UTC  (3+ messages)

[PATCH v4 00/19] selftests/resctrl: Fixes and cleanups
 2023-07-24  7:12 UTC  (5+ messages)
` [PATCH v4 07/19] selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resctrl()

[PATCH v2 00/11] drm: kunit: Switch to kunit actions
 2023-07-23 14:22 UTC  (2+ messages)

[PATCH v1 0/8] tools/nolibc: add 32/64-bit powerpc support
 2023-07-23  8:15 UTC  (13+ messages)
` [PATCH v1 1/8] tools/nolibc: add support for powerpc
` [PATCH v1 4/8] selftests/nolibc: add extra config file customize support
` [PATCH v1 5/8] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v1 7/8] selftests/nolibc: add test support for powerpc64le
` [PATCH v1 8/8] selftests/nolibc: add test support for powerpc64

[PATCH v1] selftests: ipc: Updates the msgque test to use kselftest framework
 2023-07-23  6:41 UTC 

[PATCH v5 00/10] tracing: introducing eventfs
 2023-07-22 19:37 UTC  (11+ messages)
` [PATCH v5 01/10] tracing: Require all trace events to have a TRACE_SYSTEM
` [PATCH v5 02/10] eventfs: Implement tracefs_inode_cache
` [PATCH v5 03/10] tracefs: Rename and export some tracefs functions
` [PATCH v5 04/10] eventfs: Implement eventfs dir creation functions
` [PATCH v5 05/10] eventfs: Implement eventfs file add functions
` [PATCH v5 06/10] eventfs: Implement eventfs lookup, read, open functions
` [PATCH v5 07/10] eventfs: Implement functions to create files and dirs when accessed
` [PATCH v5 08/10] eventfs: Implement removal of meta data from eventfs
` [PATCH v5 09/10] eventfs: Move tracing/events to eventfs
` [PATCH v5 10/10] test: ftrace: Fix kprobe test for eventfs

[PATCH v2 00/14] selftests/nolibc: add minimal kernel config support - part1
 2023-07-22 13:17 UTC  (19+ messages)
` [PATCH v2 02/14] selftests/nolibc: add macros to enhance maintainability
` [PATCH v2 03/14] selftests/nolibc: print running log to screen
` [PATCH v2 05/14] selftests/nolibc: add menuconfig for development
` [PATCH v2 06/14] selftests/nolibc: add mrproper "
` [PATCH v2 07/14] selftests/nolibc: defconfig: remove mrproper target
` [PATCH v2 08/14] selftests/nolibc: string the core targets
` [PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails
` [PATCH v2 12/14] selftests/nolibc: add tinyconfig target
` [PATCH v2 14/14] selftests/nolibc: tinyconfig: add support for 32/64-bit powerpc

[PROBLEM] seltests: net/forwarding/sch_ets.sh [HANG]
 2023-07-22 12:29 UTC  (8+ messages)
      ` [PROBLEM] [ADDITIONAL DIAG] "
    ` [PROBLEM] [FULL TEST] "

[PATCH 6.1 000/223] 6.1.40-rc1 review
 2023-07-22 10:30 UTC 

[PATCH v5] selftests: rtc: Fixes rtctest error handling
 2023-07-22  6:07 UTC 

[PATCH v1 4/9] kunit: Add ability to filter attributes
 2023-07-22  2:30 UTC  (2+ messages)

[BUG] sefltests: forwarding: gre_custom_multipath_hash.sh: [FAIL] and syntax errors
 2023-07-21 22:16 UTC 

[PROBLEM] selftests: net/forwarding/*.sh: 'Command line is not complete. Try option "help"'
 2023-07-21 20:41 UTC  (6+ messages)

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-21 20:40 UTC  (15+ messages)

[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-21 20:22 UTC  (4+ messages)
` [PATCH bpf-next v6 3/5] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v6 4/5] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v6 5/5] bpf: selftests: Add defrag selftests

[ANNOUNCE/CFP] Kernel Testing & Dependability Micro-conference at LPC 2023
 2023-07-21 17:16 UTC  (2+ messages)

[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_NAME
 2023-07-21 16:30 UTC  (8+ messages)

[PATCH] rust: doctests: Use tabs for indentation in generated C code
 2023-07-21 16:10 UTC  (3+ messages)

[PATCH RFC 7/7] selftests/nolibc: proof of concept for TAP output
 2023-07-21 13:06 UTC  (3+ messages)

[PATCH v2 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL
 2023-07-21 10:53 UTC  (2+ messages)


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