messages from 2022-02-04 20:33:00 to 2022-02-09 18:35:45 UTC [more...]
[PATCH AUTOSEL 5.16 05/42] kunit: tool: Import missing importlib.abc
2022-02-09 18:32 UTC (11+ messages)
` [PATCH AUTOSEL 5.16 06/42] selftests: rtc: Increase test timeout so that all tests run
` [PATCH AUTOSEL 5.16 07/42] kselftest: signal all child processes
` [PATCH AUTOSEL 5.16 08/42] selftests: netfilter: reduce zone stress test running time
` [PATCH AUTOSEL 5.16 09/42] selftests: netfilter: check stateless nat udp checksum fixup
` [PATCH AUTOSEL 5.16 11/42] selftests/zram: Skip max_comp_streams interface on newer kernel
` [PATCH AUTOSEL 5.16 12/42] selftests/zram01.sh: Fix compression ratio calculation
` [PATCH AUTOSEL 5.16 13/42] selftests/zram: Adapt the situation that /dev/zram0 is being used
` [PATCH AUTOSEL 5.16 14/42] selftests: openat2: Print also errno in failure messages
` [PATCH AUTOSEL 5.16 15/42] selftests: openat2: Add missing dependency in Makefile
` [PATCH AUTOSEL 5.16 16/42] selftests: openat2: Skip testcases that fail with EOPNOTSUPP
[PATCH] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
2022-02-09 16:24 UTC
[PATCH v3 0/6] add more test coverage to MTE kselftests
2022-02-09 15:22 UTC (7+ messages)
` [PATCH v3 1/6] kselftest/arm64: mte: user_mem: introduce tag_offset and tag_len
` [PATCH v3 2/6] kselftest/arm64: mte: user_mem: rework error handling
` [PATCH v3 3/6] kselftest/arm64: mte: user_mem: check different offsets and sizes
` [PATCH v3 4/6] kselftest/arm64: mte: user_mem: add test type enum
` [PATCH v3 5/6] kselftest/arm64: mte: user_mem: add more test types
` [PATCH v3 6/6] kselftest/arm64: mte: user_mem: test a wider range of values
[PATCH v3 1/3] list: test: Add test for list_del_init_careful()
2022-02-09 13:43 UTC (4+ messages)
` [PATCH v3 2/3] list: test: Add a test for list_is_head()
` [PATCH v3 3/3] list: test: Add a test for list_entry_is_head()
[PATCH v2 1/3] list: test: Add test for list_del_init_careful()
2022-02-08 21:52 UTC (8+ messages)
` [PATCH v2 2/3] list: test: Add a test for list_is_head()
` [PATCH v2 3/3] list: test: Add a test for list_entry_is_head()
[PATCH V3 0/4] selftests/sgx: Early enclave loading error path fixes
2022-02-08 21:48 UTC (5+ messages)
` [PATCH V3 1/4] selftests/sgx: Fix NULL-pointer-dereference upon early test failure
` [PATCH V3 2/4] selftests/sgx: Do not attempt enclave build without valid enclave
` [PATCH V3 3/4] selftests/sgx: Ensure enclave data available during debug print
` [PATCH V3 4/4] selftests/sgx: Remove extra newlines in test output
[PATCH] rcutorture: Add missing - to `--do-allmodconfig` in usage
2022-02-08 19:33 UTC (4+ messages)
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-08 19:00 UTC (67+ messages)
` [PATCH v11 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v11 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v11 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v11 05/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v11 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v11 07/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v11 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v11 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v11 10/40] arm64/sme: Basic enumeration support
` [PATCH v11 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v11 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v11 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v11 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v11 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v11 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v11 17/40] arm64/sme: Implement ZA "
` [PATCH v11 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v11 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v11 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v11 21/40] arm64/sme: Implement ZA "
` [PATCH v11 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v11 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v11 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v11 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v11 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v11 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v11 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v11 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v11 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v11 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v11 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v11 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v11 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v11 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v11 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v11 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test
[PATCH v3 1/1] Documentation: dev-tools: clarify KTAP specification wording
2022-02-08 17:11 UTC (2+ messages)
kselftest/fixes build: 8 builds: 0 failed, 8 passed, 1 warning (linux-kselftest-fixes-5.17-rc3-3-g183f80fd72db)
2022-02-08 16:47 UTC (2+ messages)
kselftest/next build: 7 builds: 0 failed, 7 passed, 1 warning (v5.17-rc1-2-g6d468898d774)
2022-02-08 16:47 UTC (2+ messages)
[PATCH v4 1/6] kunit: Introduce _NULL and _NOT_NULL macros
2022-02-08 14:57 UTC (9+ messages)
` [PATCH v4 2/6] kunit: use NULL macros
` [PATCH v4 3/6] thunderbolt: test: "
` [PATCH v4 4/6] kasan: test: Use "
` [PATCH v4 5/6] mctp: "
` [PATCH v4 6/6] apparmor: "
[PATCH v3 0/6] KVM: my debug patch queue
2022-02-08 14:35 UTC (8+ messages)
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask
[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
2022-02-08 13:54 UTC (8+ messages)
` [RFC PATCH 1/6] set_user: Perform RLIMIT_NPROC capability check against new user credentials
` [RFC PATCH 2/6] set*uid: Check RLIMIT_PROC against new credentials
` [RFC PATCH 3/6] cred: Count tasks by their real uid into RLIMIT_NPROC
` [RFC PATCH 4/6] ucounts: Allow root to override RLIMIT_NPROC
` [RFC PATCH 5/6] selftests: Challenge RLIMIT_NPROC in user namespaces
` [RFC PATCH 6/6] selftests: Test RLIMIT_NPROC in clone-created "
[PATCH] MAINTAINERS: Update maintainer list of DMA MAPPING BENCHMARK
2022-02-08 9:03 UTC (2+ messages)
[PATCH][next] kselftest: alsa: fix spelling mistake "desciptor" -> "descriptor"
2022-02-08 7:26 UTC (3+ messages)
[PATCH v2 1/1] Documentation: dev-tools: clarify KTAP specification wording
2022-02-08 7:17 UTC (6+ messages)
[PATCH net-next 0/4] inet: Separate DSCP from ECN bits using new dscp_t type
2022-02-08 5:10 UTC (4+ messages)
[PATCH 1/3] list: test: Add test for list_del_init_careful()
2022-02-08 4:08 UTC (5+ messages)
` [PATCH 2/3] list: test: Add a test for list_is_head()
` [PATCH 3/3] list: test: Add a test for list_entry_is_head()
[PATCH v3 1/6] kunit: Introduce _NULL and _NOT_NULL macros
2022-02-08 2:16 UTC (12+ messages)
` [PATCH v3 2/6] kunit: use NULL macros
` [PATCH v3 3/6] thunderbolt: test: "
` [PATCH v3 4/6] kasan: test: Use "
` [PATCH v3 5/6] mctp: "
` [PATCH v3 6/6] apparmor: "
[PATCH] selftests: futex: set DEFAULT_INSTALL_HDR_PATH
2022-02-07 21:31 UTC (5+ messages)
[PATCH] selftests: Fix build when $(O) points to a relative path
2022-02-07 20:59 UTC (3+ messages)
[PATCH v2 1/6] kunit: Introduce _NULL and _NOT_NULL macros
2022-02-07 20:51 UTC (7+ messages)
` [PATCH v2 2/6] kunit: use NULL macros
` [PATCH v2 3/6] thunderbolt: test: "
` [PATCH v2 4/6] kasan: test: Use "
` [PATCH v2 5/6] mctp: "
` [PATCH v2 6/6] apparmor: "
[PATCH v1] Documentation: KUnit: Fix usage bug
2022-02-07 20:31 UTC (2+ messages)
[PATCH 1/6] kunit: Introduce _NULL and _NOT_NULL macros
2022-02-07 20:31 UTC (10+ messages)
` [PATCH 2/6] thunderbolt: test: use NULL macros
` [PATCH 3/6] kunit: "
` [PATCH 4/6] kasan: test: Use "
` [PATCH 5/6] mctp: "
` [PATCH 6/6] apparmor: "
[PATCH 0/3] selftests: Remove duplicate CPUID wrappers
2022-02-07 19:13 UTC (5+ messages)
[PATCH 1/1] Documentation: dev-tools: clarify KTAP specification wording
2022-02-07 17:23 UTC (6+ messages)
[bug report] x86/pkeys: Add self-tests
2022-02-07 12:55 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