Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-02-01 16:57:52 to 2024-02-05 12:41:38 UTC [more...]

[PATCH v4 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-02-05 12:41 UTC  (7+ messages)
` [PATCH v4 1/5] selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
` [PATCH v4 2/5] selftests/resctrl: Add helpers for the non-contiguous test
` [PATCH v4 3/5] selftests/resctrl: Split validate_resctrl_feature_request()
` [PATCH v4 4/5] selftests/resctrl: Add resource_info_file_exists()
` [PATCH v4 5/5] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH net] selftests: net: let big_tcp test cope with slow env
 2024-02-05 12:40 UTC  (5+ messages)

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

[PATCH v2 0/3] pstore: add multi-backend support
 2024-02-05 12:28 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Documentation: adjust pstore backend related document
` [PATCH 3/3] tools/testing: adjust pstore backend related selftest

[PATCH v3] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-02-05 10:18 UTC  (5+ messages)

[PATCH net-next v2] net: ctnetlink: support filtering by zone
 2024-02-05 10:04 UTC  (5+ messages)

[PATCH net] net: ctnetlink: fix filtering for zone 0
 2024-02-05  9:59 UTC 

[PATCH] Fix the warning of amd-pstate.rst
 2024-02-05  6:03 UTC 

[PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
 2024-02-05  2:41 UTC  (2+ messages)

[PATCH v8 0/4] Introduce mseal
 2024-02-04 19:39 UTC  (45+ messages)
` [PATCH v8 2/4] mseal: add mseal syscall

[PATCH] selftest: damon: fix minor typos in test logs
 2024-02-04 17:13 UTC  (2+ messages)

[PATCH net] selftests: cmsg_ipv6: repeat the exact packet
 2024-02-04 16:56 UTC 

[PATCH net-next] selftests: netdevsim: stop using ifconfig
 2024-02-04 13:40 UTC  (3+ messages)

[KTAP V2 PATCH v2] ktap_v2: add test metadata
 2024-02-04 13:03 UTC  (3+ messages)

[PATCH RFT v3 0/5] fork: Support shadow stacks in clone3()
 2024-02-04 11:56 UTC  (3+ messages)
` [PATCH RFT v3 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK

[PATCH RFT v5 0/7] fork: Support shadow stacks in clone3()
 2024-02-04  1:33 UTC  (9+ messages)
` [PATCH RFT v5 1/7] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v5 2/7] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v5 3/7] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v5 4/7] fork: Add shadow stack support to clone3()
` [PATCH RFT v5 5/7] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v5 6/7] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v5 7/7] selftests/clone3: Test shadow stack support

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-02-03 18:45 UTC  (5+ messages)

[PATCH v2 net 0/4] selftests: net: more fixes
 2024-02-03  5:20 UTC  (8+ messages)
` [PATCH v2 net 1/4] selftests: net: cut more slack for gro fwd tests
` [PATCH v2 net 2/4] selftests: net: fix setup_ns usage in rtnetlink.sh
` [PATCH v2 net 3/4] selftests: net: fix tcp listener handling in pmtu.sh
` [PATCH v2 net 4/4] selftests: net: avoid just another constant wait

[PATCH v3 0/7] of: populate of_root node if bootloader doesn't
 2024-02-03  4:10 UTC  (9+ messages)
` [PATCH v3 1/7] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH v3 2/7] of: Create of_root if no dtb provided by firmware
` [PATCH v3 3/7] um: Unconditionally call unflatten_device_tree()
` [PATCH v3 4/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
` [PATCH v3 5/7] arm64: Unconditionally call unflatten_device_tree()
` [PATCH v3 6/7] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

[RFC PATCH v2 00/29] NT synchronization primitive driver
 2024-02-03  2:08 UTC  (4+ messages)
` [RFC PATCH v2 19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY

[PATCH v2 0/3] fix and extend zswap kselftests
 2024-02-03  1:35 UTC  (5+ messages)
` [PATCH v2 3/3] selftests: add zswapin and no zswap tests

[PATCH net-next] selftests/net: ignore timing errors in so_txtime if KSFT_MACHINE_SLOW
 2024-02-03  0:31 UTC  (3+ messages)

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-02 22:03 UTC  (5+ messages)

[PATCH] selftests/bpf: Use ARRAY_SIZE for array length
 2024-02-02 21:50 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] Improvements for tracking scalars in the BPF verifier
 2024-02-02 21:30 UTC  (2+ messages)

[PATCH] kunit: device: Unregister the kunit_bus on shutdown
 2024-02-02 20:16 UTC  (2+ messages)

[PATCH v3 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-02-02 17:10 UTC  (7+ messages)
` [PATCH v3 5/5] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH v2 0/7] of: populate of_root node if bootloader doesn't
 2024-02-02 16:30 UTC  (5+ messages)
` [PATCH v2 1/7] arm64: Unconditionally call unflatten_device_tree()

[PATCH v2 00/12] conform tests to TAP format output
 2024-02-02 11:31 UTC  (13+ messages)
` [PATCH v2 01/12] selftests/mm: map_fixed_noreplace: conform test "
` [PATCH v2 02/12] selftests/mm: map_hugetlb: "
` [PATCH v2 03/12] selftests/mm: map_populate: "
` [PATCH v2 04/12] selftests/mm: mlock-random-test: "
` [PATCH v2 05/12] selftests/mm: mlock2-tests: "
` [PATCH v2 06/12] selftests/mm: mrelease_test: "
` [PATCH v2 07/12] selftests/mm: mremap_dontunmap: "
` [PATCH v2 08/12] selftests/mm: split_huge_page_test: "
` [PATCH v2 09/12] selftests/mm: thp_settings: conform "
` [PATCH v2 10/12] selftests/mm: thuge-gen: "
` [PATCH v2 11/12] selftests/mm: transhuge-stress: "
` [PATCH v2 12/12] selftests/mm: virtual_address_range: "

[PATCH net-next] selftests: openvswitch: Test ICMP related matches work with SNAT
 2024-02-02 10:20 UTC  (2+ messages)

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-02  8:34 UTC  (9+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v4 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v7 0/4] KVM: selftests: Add LoongArch support
 2024-02-02  4:10 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v7 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v7 3/4] KVM: selftests: Add ucall test "
` [PATCH v7 4/4] KVM: selftests: Add test cases "

[PATCH v2 0/3] selftests/net: A couple of typos fixes in key-management/rst tests
 2024-02-02  3:13 UTC  (8+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-02-02  2:28 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available

[PATCH] selftests/net: Amend per-netns counter checks
 2024-02-02  2:24 UTC 

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-02-01 17:32 UTC  (4+ messages)

[PATCH net 0/9] mptcp: fixes for recent issues reported by CI's
 2024-02-01 17:20 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