Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-07-31 12:19:10 to 2024-08-02 21:13:52 UTC [more...]

[PATCH 0/2] selftests/nolibc: run-user improvements
 2077-09-15  0:13 UTC  (5+ messages)

[PATCH 0/7] Extend pmu_counters_test to AMD CPUs
 2024-08-02 18:22 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
` [PATCH 4/6] KVM: x86: selftests: Test read/write core counters
` [PATCH 5/6] KVM: x86: selftests: Test core events
` [PATCH 6/6] KVM: x86: selftests: Test PerfMonV2

[PATCH] selftests: tpm2: redirect python unittest logs to stdout
 2024-08-02 17:46 UTC  (7+ messages)

[PATCH] kunit: Device wrappers should also manage driver name
 2024-08-02 17:28 UTC  (2+ messages)

[PATCH v1] kselftest/devices/probe: fixed SintaxWarning for Python 3
 2024-08-02 16:13 UTC 

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

[PATCH v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-08-02 15:59 UTC  (11+ messages)
` [PATCH v4 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v4 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v4 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v4 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v4 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v4 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v4 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig

[PATCH 0/2] tools/nolibc: add support for [v]sscanf()
 2024-08-02 15:48 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Revert "selftests: kselftest: Fix build failure with NOLIBC"

[PATCH RFC] kselftest: devices: Add test to detect missing devices
 2024-08-02 15:48 UTC  (8+ messages)

[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
 2024-08-02 15:37 UTC  (8+ messages)

[PATCH net-next v2 0/7] net/selftests: TCP-AO selftests updates
 2024-08-02 15:32 UTC  (10+ messages)
` [PATCH net-next v2 1/7] selftests/net: Clean-up double assignment
` [PATCH net-next v2 2/7] selftests/net: Provide test_snprintf() helper
` [PATCH net-next v2 3/7] selftests/net: Be consistent in kconfig checks
` [PATCH net-next v2 4/7] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next v2 5/7] selftests/tcp_ao: Fix printing format for uint64_t
` [PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks
` [PATCH net-next v2 7/7] selftests/net: Add trace events matching to tcp_ao

Questions regarding "act_mirred: use the backlog for nested calls to mirred ingress"
 2024-08-02 13:25 UTC 

[PATCH 1/2] selftests: rust: config: add trailing newline
 2024-08-02 12:45 UTC  (2+ messages)
` [PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-08-02 11:22 UTC  (8+ messages)

[PATCH net-next 1/6] net: netconsole: selftests: Create a new netconsole selftest
 2024-08-02  8:09 UTC  (3+ messages)

[PATCH v2] selftests: openat2: don't print total number of tests and then skip
 2024-08-02  5:40 UTC  (8+ messages)

[PATCH net 0/7] mptcp: fix endpoints with 'signal' and 'subflow' flags
 2024-08-02  1:40 UTC  (2+ messages)

[PATCH net-next v3 1/3] selftests: net-drv: exercise queue stats when the device is down
 2024-08-02  0:03 UTC  (3+ messages)
` [PATCH net-next v3 2/3] selftests: net: ksft: support marking tests as disruptive
` [PATCH net-next v3 3/3] selftests: net: ksft: replace 95 with errno.EOPNOTSUPP

[PATCH net-next v2 1/2] selftests: net-drv: exercise queue stats when the device is down
 2024-08-01 21:38 UTC  (13+ messages)
` [PATCH net-next v2 2/2] selftests: net: ksft: support marking tests as disruptive

[PATCH] MAINTAINERS: Add selftests/x86 entry
 2024-08-01 19:57 UTC  (7+ messages)

[PATCH] selftests: tc-testing: Fixed Typo error
 2024-08-01 18:24 UTC  (2+ messages)

[PATCH net-next v8 0/3] net: A lightweight zero-copy notification mechanism for MSG_ZEROCOPY
 2024-08-01 18:15 UTC  (10+ messages)
` [PATCH net-next v8 2/3] sock: add MSG_ZEROCOPY notification mechanism based on msg_control
` [PATCH net-next v8 3/3] selftests: add MSG_ZEROCOPY msg_control notification test

[syzbot] [mm?] WARNING in hpage_collapse_scan_pmd (2)
 2024-08-01 17:57 UTC 

[PATCH v4] selftest: acct: Add selftest for the acct() syscall
 2024-08-01 17:44 UTC  (2+ messages)

[PATCH net-next 3/6] selftests: router_mpath: Sleep after MZ
 2024-08-01 16:24 UTC  (4+ messages)
` [PATCH net-next 4/6] selftests: router_mpath_nh: Test 16-bit next hop weights
` [PATCH net-next 5/6] selftests: router_mpath_nh_res: "
` [PATCH net-next 6/6] selftests: fib_nexthops: "

[PATCH v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-08-01 15:06 UTC  (13+ messages)
` [PATCH v3 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v3 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v3 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v3 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig

[PATCH bpf-next 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-01 10:12 UTC  (15+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs

[PATCH v3] selftest: acct: Add selftest for the acct() syscall
 2024-07-31 23:29 UTC  (2+ messages)

[PATCH 1/1] selftest: drivers: Add support its msi hwirq checking
 2024-07-31 23:12 UTC  (4+ messages)

[PATCH] selftests: ksft: Track skipped tests when finishing the test suite
 2024-07-31 23:04 UTC  (3+ messages)

kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.11-rc1-6-g38cde27f74d8)
 2024-07-31 22:40 UTC  (2+ messages)

kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.11-rc1-6-g38cde27f74d8)
 2024-07-31 22:21 UTC 

kselftest/next kselftest-seccomp: 1 runs, 1 regressions (v6.11-rc1-6-g38cde27f74d8)
 2024-07-31 22:21 UTC 

[PATCH] selftests: tc-testing: Fixed Typo error
 2024-07-31 22:07 UTC 

kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1-1-g170c966cbe27)
 2024-07-31 22:07 UTC 

kselftest/next build: 6 builds: 2 failed, 4 passed, 1 warning (v6.11-rc1-6-g38cde27f74d8)
 2024-07-31 21:23 UTC 

[PATCH net-next v17 00/14] Device Memory TCP
 2024-07-31 21:19 UTC  (4+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()

[PATCH v2] kunit: add test duration attribute
 2024-07-31 20:15 UTC 

[PATCH bpf-next v4 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
 2024-07-31 19:27 UTC  (3+ messages)

[PATCH v2] selftests: lib: remove strscpy test
 2024-07-31 18:13 UTC  (4+ messages)

[PATCH] selftests: user: remove user suite
 2024-07-31 18:12 UTC  (6+ messages)

[PATCH] selftests: tc-testing: Fixed Typo error
 2024-07-31 18:09 UTC 

[PATCH v2] selftests: ksft: Fix finished() helper exit code on skipped tests
 2024-07-31 17:47 UTC  (3+ messages)

[PATCH] selftests/exec: Fix grammar in an error message
 2024-07-31 17:44 UTC  (2+ messages)

[PATCH 0/3] bitmap: Convert test_bitmap to kunit test
 2024-07-31 16:26 UTC  (6+ messages)

[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
 2024-07-31 12:14 UTC  (10+ messages)
` [PATCH RFT v7 1/9] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v7 2/9] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v7 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v7 4/9] fork: Add shadow stack support to clone3()
` [PATCH RFT v7 5/9] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v7 6/9] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v7 7/9] selftests/clone3: Explicitly handle child exits due to signals
` [PATCH RFT v7 8/9] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support


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