Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-11-19 21:02:47 to 2023-11-23 10:46:05 UTC [more...]

[PATCH 0/3] kselftest/vDSO: Output formatting cleanups for vdso_test_abi
 2023-11-23 10:45 UTC  (4+ messages)
` [PATCH 1/3] kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly
` [PATCH 2/3] kselftest/vDSO: Fix message formatting for clock_id logging
` [PATCH 3/3] kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi

[PATCH RFT v3 0/5] fork: Support shadow stacks in clone3()
 2023-11-23 10:28 UTC  (13+ messages)
` [PATCH RFT v3 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v3 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFT v3 3/5] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v3 4/5] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v3 5/5] kselftest/clone3: Test shadow stack support

[RFC PATCH 0/2] Add a test to verify device probing on ACPI platforms
 2023-11-23  7:42 UTC  (2+ messages)

[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-23  6:37 UTC  (4+ messages)
` [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
` [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-11-23  2:50 UTC  (6+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets

[PATCH] kselftests: add per_test_log support
 2023-11-23  1:54 UTC  (2+ messages)

[PATCH ipsec-next v1 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-22 23:28 UTC  (7+ messages)
` [PATCH ipsec-next v1 3/7] bpf: selftests: test_tunnel: Use ping -6 over ping6
` [PATCH ipsec-next v1 4/7] bpf: selftests: test_tunnel: Mount bpffs if necessary
` [PATCH ipsec-next v1 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [PATCH ipsec-next v1 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH 0/3] tools/nolibc: rlimit support
 2023-11-22 23:21 UTC  (4+ messages)
` [PATCH 1/3] tools/nolibc: drop custom definition of struct rusage
` [PATCH 2/3] tools/nolibc: add support for getrlimit/setrlimit
` [PATCH 3/3] selftests/nolibc: disable coredump via setrlimit

[RFC PATCH 0/3] MAINTAINERS: Introduce V: field for required tests
 2023-11-22 20:51 UTC  (26+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] MAINTAINERS: Require kvm-xfstests smoke for ext4
` [PATCH 3/3] MAINTAINERS: Require kunit core tests for framework changes

[PATCH 1/3] MAINTAINERS: Introduce V: field for required tests
 2023-11-22 17:41 UTC  (4+ messages)

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-11-22 13:25 UTC  (12+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v7 3/3] iommu/vt-d: Add iotlb flush for nested domain

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

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-11-22  5:36 UTC  (15+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[RFC 0/7] Add SIOV virtual device support
 2023-11-22  3:59 UTC  (3+ messages)

[PATCH] selftests/memfd: fix a memleak
 2023-11-22  2:35 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-21 22:04 UTC  (8+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v3 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v3 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v3 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[PATCH v5 0/5] userfaultfd move option
 2023-11-21 17:16 UTC  (6+ messages)
` [PATCH v5 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v5 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v5 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v5 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH] kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
 2023-11-21 16:24 UTC 

[PATCH v2 0/7] Fix Python string escapes
 2023-11-21 13:14 UTC  (6+ messages)
` [PATCH v2 5/7] tools/perf: fix "

[PATCH 0/3] sysctl: Fix out of bounds access for empty syscl ctl_tables
 2023-11-21 11:02 UTC  (4+ messages)
` [PATCH 1/3] sysctl: Fix out of bounds access for empty sysctl registers
` [PATCH 2/3] sysctl: Add a selftest for handling empty dirs
` [PATCH 3/3] sysclt: Clarify the results of selftest run

[PATCH] selftests/media_tests: fix a resource leak
 2023-11-21  9:42 UTC  (5+ messages)
    ` [PATCH v1] "

[PATCH][next] selftests/mm: Fix spelling mistake "succedded" -> "succeeded"
 2023-11-21  9:31 UTC 

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-11-21  5:24 UTC  (16+ messages)
` [PATCH v6 1/6] iommu: Add cache_invalidate_user op
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v6 3/6] iommu: Add iommu_copy_struct_from_user_array helper

[PATCH net-next] selftests: net: verify fq per-band packet limit
 2023-11-21  2:00 UTC  (4+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-21  0:14 UTC  (5+ messages)

[PATCH] selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGS
 2023-11-20 22:29 UTC 

[PATCH bpf-next v2 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-20 19:00 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v2 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v2 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v2 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[PATCH v4 0/5] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-11-20 17:52 UTC  (3+ messages)

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-20 17:42 UTC  (17+ messages)
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls

[PATCH RFC RFT v2 2/5] fork: Add shadow stack support to clone3()
 2023-11-20 16:11 UTC  (11+ messages)

[PATCH RFC RFT v2 0/5] fork: Support shadow stacks in clone3()
 2023-11-20 15:47 UTC  (5+ messages)
` [PATCH RFC RFT v2 5/5] kselftest/clone3: Test shadow stack support

[PATCH v2 00/26] selftests/resctrl: CAT test improvements & generalized test framework
 2023-11-20 11:13 UTC  (27+ messages)
` [PATCH v2 01/26] selftests/resctrl: Don't use ctrlc_handler() outside signal handling
` [PATCH v2 02/26] selftests/resctrl: Split fill_buf to allow tests finer-grained control
` [PATCH v2 03/26] selftests/resctrl: Refactor fill_buf functions
` [PATCH v2 04/26] selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
` [PATCH v2 05/26] selftests/resctrl: Mark get_cache_size() cache_type const
` [PATCH v2 06/26] selftests/resctrl: Create cache_portion_size() helper
` [PATCH v2 07/26] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH v2 08/26] selftests/resctrl: Split measure_cache_vals()
` [PATCH v2 09/26] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH v2 10/26] selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
` [PATCH v2 11/26] selftests/resctrl: Remove nested calls in perf event handling
` [PATCH v2 12/26] selftests/resctrl: Consolidate naming of perf event related things
` [PATCH v2 13/26] selftests/resctrl: Improve perf init
` [PATCH v2 14/26] selftests/resctrl: Convert perf related globals to locals
` [PATCH v2 15/26] selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
` [PATCH v2 16/26] selftests/resctrl: Open perf fd before start & add error handling
` [PATCH v2 17/26] selftests/resctrl: Replace file write with volatile variable
` [PATCH v2 18/26] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH v2 19/26] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH v2 20/26] selftests/resctrl: Create struct for input parameters
` [PATCH v2 21/26] selftests/resctrl: Introduce generalized test framework
` [PATCH v2 22/26] selftests/resctrl: Pass write_schemata() resource instead of test name
` [PATCH v2 23/26] selftests/resctrl: Add helper to convert L2/3 to integer
` [PATCH v2 24/26] selftests/resctrl: Rename resource ID to domain ID
` [PATCH v2 25/26] selftests/resctrl: Get domain id from cache id
` [PATCH v2 26/26] selftests/resctrl: Add test groups and name L3 CAT test L3_CAT

[PATCH] selftests/resctrl: Add non-contiguous CBMs CAT test
 2023-11-20 11:07 UTC  (4+ messages)


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