messages from 2022-04-13 21:11:01 to 2022-04-20 07:24:41 UTC [more...]
[PATCH V2 0/4] selftests: Remove duplicate CPUID wrappers
2022-04-20 7:22 UTC (7+ messages)
` [PATCH V2 1/4] selftests: Provide local define of __cpuid_count()
kselftest/next kselftest-seccomp: 5 runs, 4 regressions (v5.18-rc3-3-gabd26d348b2a3)
2022-04-20 5:05 UTC
kselftest/next kselftest-filesystems: 7 runs, 2 regressions (v5.18-rc3-3-gabd26d348b2a3)
2022-04-20 5:05 UTC
kselftest/next kselftest-lkdtm: 5 runs, 1 regressions (v5.18-rc3-3-gabd26d348b2a3)
2022-04-20 5:05 UTC
kselftest/next build: 8 builds: 0 failed, 8 passed (v5.18-rc3-3-gabd26d348b2a3)
2022-04-20 4:07 UTC
kselftest/next kselftest-lkdtm: 5 runs, 1 regressions (v5.18-rc3)
2022-04-20 3:07 UTC
kselftest/next kselftest-seccomp: 5 runs, 4 regressions (v5.18-rc3)
2022-04-20 3:07 UTC
kselftest/next kselftest-lib: 9 runs, 1 regressions (v5.18-rc3)
2022-04-20 3:07 UTC
kselftest/next build: 8 builds: 0 failed, 8 passed (v5.18-rc3)
2022-04-20 2:09 UTC
[PATCH 1/2] selftests/ftrace: add mips support for kprobe args string tests
2022-04-19 23:18 UTC (7+ messages)
` [PATCH 2/2] selftests/ftrace: add mips support for kprobe args syntax tests
[PATCH v2 0/4] selftests/arm64: Fix O= builds for the FP selftests
2022-04-19 20:04 UTC (5+ messages)
` [PATCH v2 1/4] selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP Makefile
` [PATCH v2 2/4] selftests/arm64: Define top_srcdir for the fp tests
` [PATCH v2 3/4] selftests/arm64: Clean the fp helper libraries
` [PATCH v2 4/4] selftests/arm64: Fix O= builds for the floating point tests
[PATCH v2 0/4] KVM: s390: selftests: Provide TAP output in tests
2022-04-19 18:58 UTC (5+ messages)
` [PATCH v2 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH v2 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH v2 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH v2 4/4] KVM: s390: selftests: Use TAP interface in the reset test
[PATCH AUTOSEL 5.17 09/34] selftests: KVM: Free the GIC FD when cleaning up in arch_timer
2022-04-19 18:10 UTC
[PATCH 0/4] KVM: s390: selftests: Provide TAP output in tests
2022-04-19 17:45 UTC (13+ messages)
` [PATCH 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH 4/4] KVM: s390: selftests: Use TAP interface in the reset test
[PATCH 0/4] selftest/vm fix segfault in mremap_test
2022-04-19 16:21 UTC (12+ messages)
` [PATCH 1/4] selftest/vm: verify mmap addr "
` [PATCH 2/4] selftest/vm: verify remap destination address "
` [PATCH 3/4] selftest/vm: support xfail "
` [PATCH 4/4] selftest/vm: add skip support to mremap_test
[PATCH] kselftest/arm64: fix array_size.cocci warning
2022-04-19 15:55 UTC (2+ messages)
[PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
2022-04-19 11:22 UTC (40+ messages)
` [PATCH v14 01/39] kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
` [PATCH v14 02/39] kselftest/arm64: Remove assumption that tasks start FPSIMD only
` [PATCH v14 03/39] kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets
` [PATCH v14 04/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v14 05/39] arm64/sme: System register and exception syndrome definitions
` [PATCH v14 06/39] arm64/sme: Manually encode SME instructions
` [PATCH v14 07/39] arm64/sme: Early CPU setup for SME
` [PATCH v14 08/39] arm64/sme: Basic enumeration support
` [PATCH v14 09/39] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v14 10/39] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v14 11/39] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v14 12/39] arm64/sme: Implement support for TPIDR2
` [PATCH v14 13/39] arm64/sme: Implement SVCR context switching
` [PATCH v14 14/39] arm64/sme: Implement streaming SVE "
` [PATCH v14 15/39] arm64/sme: Implement ZA "
` [PATCH v14 16/39] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v14 17/39] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v14 18/39] arm64/sme: Implement streaming SVE signal handling
` [PATCH v14 19/39] arm64/sme: Implement ZA "
` [PATCH v14 20/39] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v14 21/39] arm64/sme: Add ptrace support for ZA
` [PATCH v14 22/39] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v14 23/39] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v14 24/39] KVM: arm64: Hide SME system registers from guests
` [PATCH v14 25/39] KVM: arm64: Trap SME usage in guest
` [PATCH v14 26/39] KVM: arm64: Handle SME host state when running guests
` [PATCH v14 27/39] arm64/sme: Provide Kconfig for SME
` [PATCH v14 28/39] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v14 29/39] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v14 30/39] kselftest/arm64: Add tests for TPIDR2
` [PATCH v14 31/39] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v14 32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v14 33/39] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v14 34/39] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v14 35/39] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v14 36/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v14 37/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v14 38/39] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v14 39/39] selftests/arm64: Add a testcase for handling of ZA on clone()
[PATCH v2 0/4] kselftest/arm64: Miscelaneous MTE test updates
2022-04-19 10:32 UTC (5+ messages)
` [PATCH v2 1/4] kselftest/arm64: Handle more kselftest result codes in MTE helpers
` [PATCH v2 2/4] kselftest/arm64: Log unexpected asynchronous MTE faults
` [PATCH v2 3/4] kselftest/arm64: Refactor parameter checking in mte_switch_mode()
` [PATCH v2 4/4] kselftest/arm64: Add simple test for MTE prctl
[PATCH v2 0/4] kselftest/arm64: Miscelaneous MTE test updates
2022-04-19 10:28 UTC (5+ messages)
` [PATCH v2 1/4] kselftest/arm64: Handle more kselftest result codes in MTE helpers
` [PATCH v2 2/4] kselftest/arm64: Log unexpected asynchronous MTE faults
` [PATCH v2 3/4] kselftest/arm64: Refactor parameter checking in mte_switch_mode()
` [PATCH v2 4/4] kselftest/arm64: Add simple test for MTE prctl
[PATCH v2] kunit: add support for kunit_suites that reference init code
2022-04-19 4:05 UTC
[PATCH 1/2] userfaultfd: add /dev/userfaultfd for fine grained access control
2022-04-19 3:32 UTC (5+ messages)
` [PATCH 2/2] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
[PATCH] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit
2022-04-18 21:29 UTC (2+ messages)
[PATCH RESEND] selftests/damon: add damon to selftests root Makefile
2022-04-18 20:20 UTC
[PATCH 2/2] selftests/damon: make selftests executable
2022-04-18 20:13 UTC (3+ messages)
[RFC v1 00/10] roadtest: a driver testing framework
2022-04-18 19:44 UTC (7+ messages)
` [RFC v1 08/10] iio: light: vcnl4000: add roadtest
[PATCH] lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
2022-04-18 18:54 UTC (3+ messages)
[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
2022-04-18 1:52 UTC (2+ messages)
[PATCH V4 00/31] x86/sgx and selftests/sgx: Support SGX2
2022-04-17 14:58 UTC (49+ messages)
` [PATCH V4 01/31] x86/sgx: Add short descriptions to ENCLS wrappers
` [PATCH V4 02/31] x86/sgx: Add wrapper for SGX2 EMODPR function
` [PATCH V4 03/31] x86/sgx: Add wrapper for SGX2 EMODT function
` [PATCH V4 04/31] x86/sgx: Add wrapper for SGX2 EAUG function
` [PATCH V4 05/31] x86/sgx: Support loading enclave page without VMA permissions check
` [PATCH V4 06/31] x86/sgx: Export sgx_encl_ewb_cpumask()
` [PATCH V4 07/31] x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
` [PATCH V4 09/31] x86/sgx: Make sgx_ipi_cb() available internally
` [PATCH V4 10/31] x86/sgx: Create utility to validate user provided offset and length
` [PATCH V4 11/31] x86/sgx: Keep record of SGX page type
` [PATCH V4 12/31] x86/sgx: Export sgx_encl_{grow,shrink}()
` [PATCH V4 13/31] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH V4 14/31] x86/sgx: Support VA page allocation without reclaiming
` [PATCH V4 15/31] x86/sgx: Support restricting of enclave page permissions
` [PATCH V4 16/31] x86/sgx: Support adding of pages to an initialized enclave
` [PATCH V4 17/31] x86/sgx: Tighten accessible memory range after enclave initialization
` [PATCH V4 18/31] x86/sgx: Support modifying SGX page type
` [PATCH V4 19/31] x86/sgx: Support complete page removal
` [PATCH V4 20/31] x86/sgx: Free up EPC pages directly to support large page ranges
` [PATCH V4 21/31] Documentation/x86: Introduce enclave runtime management section
` [PATCH V4 22/31] selftests/sgx: Add test for EPCM permission changes
` [PATCH V4 23/31] selftests/sgx: Add test for TCS page "
` [PATCH V4 24/31] selftests/sgx: Test two different SGX2 EAUG flows
` [PATCH V4 25/31] selftests/sgx: Introduce dynamic entry point
` [PATCH V4 26/31] selftests/sgx: Introduce TCS initialization enclave operation
` [PATCH V4 27/31] selftests/sgx: Test complete changing of page type flow
` [PATCH V4 28/31] selftests/sgx: Test faulty enclave behavior
` [PATCH V4 30/31] selftests/sgx: Test reclaiming of untouched page
[PATCH PROPER] Documentation: kunit: change complete_and_exit to kthread_complete_and_exit
2022-04-17 9:05 UTC
[GIT PULL drivers/misc] lkdtm updates for next
2022-04-16 21:20 UTC
[PATCH 1/2] selftests/lkdtm: add config and turn off CFI_FORWARD_PROTO
2022-04-16 21:13 UTC (11+ messages)
` [PATCH 2/2] selftests/lkdtm: add config
opportunity
2022-04-16 11:55 UTC
[PATCH bpf-next v2 0/6] bpf trampoline for arm64
2022-04-16 1:57 UTC (13+ messages)
` [PATCH bpf-next v2 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v2 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v2 3/6] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next v2 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v2 5/6] bpf, arm64: bpf trampoline "
` [PATCH bpf-next v2 6/6] selftests/bpf: Fix trivial typo in fentry_fexit.c
[RFC PATCH 0/2] kunit: Support redirecting function calls
2022-04-15 22:05 UTC (8+ messages)
` [RFC PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
[GIT PULL] Kselftest update for Linux 5.18-rc3
2022-04-15 18:47 UTC (2+ messages)
[PATCH v3 0/4] memcg: introduce per-memcg proactive reclaim
2022-04-14 17:25 UTC (7+ messages)
` [PATCH v3 1/4] memcg: introduce per-memcg reclaim interface
[PATCH] KVM: selftests: Silence compiler warning in the kvm_page_table_test
2022-04-14 11:22 UTC (2+ messages)
[PATCH] Makefile: Fix separate output directory build of kselftests
2022-04-14 11:10 UTC (5+ messages)
[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
2022-04-14 10:07 UTC (4+ messages)
[PATCH bpf-next 0/5] bpf trampoline for arm64
2022-04-14 6:35 UTC (4+ messages)
` [PATCH bpf-next 1/5] arm64: ftrace: Add ftrace direct call support
[PATCH bpf-next v5 0/5] New BPF helpers to accelerate synproxy
2022-04-13 22:48 UTC (3+ messages)
` [PATCH bpf-next v5 4/6] bpf: Add helpers to issue and check SYN cookies in XDP
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