messages from 2024-07-31 22:21:13 to 2024-08-05 01:31:06 UTC [more...]
[PATCH-cgroup 0/5] cgroup/cpuset: Miscellaneous cpuset updates for 6.12
2024-08-05 1:30 UTC (5+ messages)
` [PATCH-cgroup 1/5] cgroup/cpuset: fix panic caused by partcmd_update
` [PATCH-cgroup 2/5] cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
` [PATCH-cgroup 4/5] cgroup/cpuset: Check for partition roots with overlapping CPUs
` [PATCH-cgroup 5/5] selftest/cgroup: Add new test cases to test_cpuset_prs.sh
[PATCH 00/12] tools/nolibc: improve LLVM/clang support
2024-08-04 15:59 UTC (21+ messages)
` [PATCH 03/12] tools/nolibc: move entrypoint specifics to compiler.h
` [PATCH 04/12] tools/nolibc: use attribute((naked)) if available
` [PATCH 06/12] selftests/nolibc: avoid passing NULL to printf("%s")
` [PATCH 07/12] selftests/nolibc: determine $(srctree) first
` [PATCH 09/12] selftests/nolibc: add support for LLVM= parameter
[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
2024-08-04 11:24 UTC (5+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers
[PATCH net-next v2 0/7] net/selftests: TCP-AO selftests updates
2024-08-04 9:47 UTC (12+ 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
[PATCH] tools/nolibc: pass argc, argv and envp to constructors
2024-08-03 18:23 UTC (3+ messages)
[PATCH 0/2] tools/nolibc: add support for [v]sscanf()
2024-08-03 10:16 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH v2] kunit: add test duration attribute
2024-08-03 7:17 UTC (2+ messages)
[PATCH net-next] selftests: net: py: support verbose printing, display executed commands
2024-08-03 2:58 UTC (2+ messages)
[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
2024-08-03 0:32 UTC (4+ messages)
` [PATCH v2 1/3] iommufd: Reorder include files
` [PATCH v2 2/3] iommu/dma: Support MSIs through nested domains
` [PATCH v2 3/3] iommufd/selftest: Add coverage for reserved IOVAs
[PATCH net-next v3 1/3] selftests: net-drv: exercise queue stats when the device is down
2024-08-02 23:30 UTC (4+ 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 v2] selftests: openat2: don't print total number of tests and then skip
2024-08-02 23:10 UTC (8+ messages)
[PATCH 0/3] iommufd: Add selftest coverage for reserved IOVAs
2024-08-02 21:57 UTC (5+ messages)
` [PATCH 1/3] iommufd: Reorder include files
` [PATCH 2/3] iommu/dma: Support MSIs through nested domains
` [PATCH 3/3] iommufd/selftest: Add coverage for reserved IOVAs
[PATCH v1] kselftest/devices/probe: fixed SintaxWarning for Python 3
2024-08-02 21:26 UTC (2+ messages)
[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 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 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)
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 net 0/7] mptcp: fix endpoints with 'signal' and 'subflow' flags
2024-08-02 1:40 UTC (2+ messages)
[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 (3+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox