linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 12:14:23 to 2022-01-26 15:26:14 UTC [more...]

[PATCH 0/5] Miscellaneous trivial fixes
 2022-01-26 15:26 UTC  (10+ messages)
` [PATCH 1/5] selftests: skip mincore.check_file_mmap when fs lacks needed support
` [PATCH 2/5] kselftest: Fix vdso_test_time to pass on skips
  ` [PATCH] kselftest: Fix vdso_test_abi return status
` [PATCH 3/5] selftests: openat2: Print also errno in failure messages
` [PATCH 4/5] selftests: openat2: Add missing dependency in Makefile
` [PATCH 5/5] selftests: openat2: Skip testcases that fail with EOPNOTSUPP

[PATCH v9 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-26 15:24 UTC  (42+ messages)
` [PATCH v9 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v9 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v9 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v9 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v9 05/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v9 06/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v9 07/40] arm64/sme: Manually encode SME instructions
` [PATCH v9 08/40] arm64/sme: Early CPU setup for SME
` [PATCH v9 09/40] arm64/sme: Basic enumeration support
` [PATCH v9 10/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v9 11/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v9 12/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v9 13/40] arm64/sme: Implement support for TPIDR2
` [PATCH v9 14/40] arm64/sme: Implement SVCR context switching
` [PATCH v9 15/40] arm64/sme: Implement streaming SVE "
` [PATCH v9 16/40] arm64/sme: Implement ZA "
` [PATCH v9 17/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v9 18/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v9 19/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v9 20/40] arm64/sme: Implement ZA "
` [PATCH v9 21/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v9 22/40] arm64/sme: Add ptrace support for ZA
` [PATCH v9 23/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v9 24/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v9 25/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v9 26/40] KVM: arm64: Trap SME usage in guest
` [PATCH v9 27/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v9 28/40] arm64/sme: Provide Kconfig for SME
` [PATCH v9 29/40] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v9 30/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v9 31/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v9 32/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v9 33/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v9 34/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v9 35/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v9 36/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v9 37/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v9 38/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v9 39/40] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v9 40/40] squqsh traps

[PATCH v3] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
 2022-01-26 15:12 UTC  (2+ messages)

[PATCH v2] kselftest: alsa: Add test case for writing invalid values
 2022-01-26 15:00 UTC  (2+ messages)

[PATCH v2] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
 2022-01-26 14:50 UTC  (4+ messages)

[PATCH] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
 2022-01-26 13:32 UTC  (8+ messages)

[RFC PATCH 00/15] rseq uapi and selftest updates
 2022-01-26 11:00 UTC  (21+ messages)
` [RFC PATCH 01/15] selftests/rseq: introduce own copy of rseq uapi header
` [RFC PATCH 02/15] rseq: Remove broken uapi field layout on 32-bit little endian
` [RFC PATCH 03/15] selftests/rseq: Remove useless assignment to cpu variable
` [RFC PATCH 04/15] selftests/rseq: Remove volatile from __rseq_abi
` [RFC PATCH 05/15] selftests/rseq: Introduce rseq_get_abi() helper
` [RFC PATCH 06/15] selftests/rseq: Introduce thread pointer getters
` [RFC PATCH 07/15] selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
` [RFC PATCH 08/15] selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
` [RFC PATCH 09/15] selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/store
` [RFC PATCH 10/15] selftests/rseq: Fix ppc32 offsets by using long rather than off_t
` [RFC PATCH 11/15] selftests/rseq: Fix warnings about #if checks of undefined tokens
` [RFC PATCH 12/15] selftests/rseq: Remove arm/mips asm goto compiler work-around
` [RFC PATCH 13/15] selftests/rseq: Fix: work-around asm goto compiler bugs
` [RFC PATCH 14/15] selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
` [RFC PATCH 15/15] selftests/rseq: x86-32: use %gs "

[PATCH v4] selftests/kselftest/runner.sh: Pass optional command parameters in environment
 2022-01-26 10:32 UTC 

[PATCH 1/3] selftests/zram: Remove obsolete max_comp_streams interface
 2022-01-26  7:13 UTC  (11+ messages)
` [PATCH 2/3] selftests/zram01.sh: Fix compression ratio calculation
` [PATCH 3/3] selftests/zram: Adapt the situation that /dev/zram0 is being used

Problems with rcutorture on ppc64le: allmodconfig(2) and other failures
 2022-01-26  5:28 UTC  (18+ messages)

[PATCH] tools headers UAPI: remove stale lirc.h
 2022-01-26  1:58 UTC  (3+ messages)

[PATCH 0/3] kunit: further reduce stack usage of asserts
 2022-01-25 21:00 UTC  (4+ messages)
` [PATCH 1/3] kunit: remove va_format from kunit_assert
` [PATCH 2/3] kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros
` [PATCH 3/3] kunit: factor out str constants from binary assertion structs

[PATCH v2] selftests: rtc: Increase test timeout so that all tests run
 2022-01-25 20:52 UTC  (4+ messages)

[PATCH] selftests: cpufreq: Write test output to stdout as well
 2022-01-25 20:51 UTC  (3+ messages)

[PATCH v2] kselftest: signal all child processes
 2022-01-25 20:50 UTC  (3+ messages)

[PATCH v2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed when Intel Sub-NUMA is enabled
 2022-01-25 17:15 UTC  (4+ messages)

[PATCH v8 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-25 14:25 UTC  (51+ messages)
` [PATCH v8 01/38] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v8 02/38] arm64: Add feature detection for fine grained traps
` [PATCH v8 03/38] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v8 04/38] arm64/sme: Provide ABI documentation for SME
` [PATCH v8 05/38] arm64/sme: System register and exception syndrome definitions
` [PATCH v8 06/38] arm64/sme: Manually encode SME instructions
` [PATCH v8 07/38] arm64/sme: Early CPU setup for SME
` [PATCH v8 08/38] arm64/sme: Basic enumeration support
` [PATCH v8 09/38] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v8 10/38] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v8 11/38] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v8 12/38] arm64/sme: Implement support for TPIDR2
` [PATCH v8 13/38] arm64/sme: Implement SVCR context switching
` [PATCH v8 14/38] arm64/sme: Implement streaming SVE "
` [PATCH v8 15/38] arm64/sme: Implement ZA "
` [PATCH v8 16/38] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v8 17/38] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v8 18/38] arm64/sme: Implement streaming SVE signal handling
` [PATCH v8 19/38] arm64/sme: Implement ZA "
` [PATCH v8 20/38] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v8 21/38] arm64/sme: Add ptrace support for ZA
` [PATCH v8 22/38] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v8 23/38] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v8 24/38] KVM: arm64: Hide SME system registers from guests
` [PATCH v8 25/38] KVM: arm64: Trap SME usage in guest
` [PATCH v8 26/38] KVM: arm64: Handle SME host state when running guests
` [PATCH v8 27/38] arm64/sme: Provide Kconfig for SME
` [PATCH v8 28/38] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v8 29/38] kselftest/arm64: Add tests for TPIDR2
` [PATCH v8 30/38] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v8 31/38] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v8 32/38] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v8 33/38] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v8 34/38] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v8 35/38] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v8 36/38] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v8 37/38] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v8 38/38] kselftest/arm64: Add SME support to syscall ABI test

[PATCH] kselftest: alsa: Add test case for writing invalid values
 2022-01-25 14:14 UTC  (5+ messages)

Prezentacja
 2022-01-25  8:57 UTC 

Wycena paneli fotowoltaicznych
 2022-01-25  8:55 UTC 

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-01-25  7:54 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: Make errors of bpf_tcp_check_syncookie distinguishable
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v2 3/3] bpf: Add selftests for raw syncookie helpers

[PATCH] kselftest/arm64: Remove local ARRAY_SIZE() definitions
 2022-01-24 21:30 UTC  (2+ messages)

[PATCH v1 0/2] kselftest/arm64: Small fixes for sve-ptrace test
 2022-01-24 21:39 UTC  (7+ messages)
` [PATCH v1 1/2] kselftest/arm64: Skip VL_INHERIT tests for unsupported vector types
` [PATCH v1 2/2] kselftest/arm64: Correct logging of FPSIMD register read via ptrace

[PATCH v5 00/20] tcp: Initial support for RFC5925 auth option
 2022-01-24 18:39 UTC  (13+ messages)
` [PATCH v5 10/20] tcp: authopt: Add support for signing skb-less replies
` [PATCH v5 11/20] tcp: ipv4: Add AO signing for "
` [PATCH v5 12/20] tcp: authopt: Add key selection controls
` [PATCH v5 13/20] tcp: authopt: Add initial l3index support
` [PATCH v5 14/20] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v5 15/20] tcp: authopt: Add prefixlen support
` [PATCH v5 16/20] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v5 17/20] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v5 18/20] selftests: nettest: Initial tcp_authopt support
` [PATCH v5 19/20] selftests: net/fcnal: "
` [PATCH v5 20/20] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).