linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-29 10:29:42 to 2021-10-04 23:46:32 UTC [more...]

[PATCH] kunit: tool: yield output from run_kernel in real time
 2021-10-04 23:46 UTC  (3+ messages)

[PATCH] selftests: Remove explicit headers for clang
 2021-10-04 23:04 UTC 

[PATCH] kunit: tool: misc fixes (unused vars, imports, leaked files)
 2021-10-04 22:35 UTC  (2+ messages)

[GIT PULL] Kselftest fixes update for Linux 5.15-rc5
 2021-10-04 22:04 UTC  (2+ messages)

[PATCH] kunit: fix too small allocation when using suite-only kunit.filter_glob
 2021-10-04 21:58 UTC  (3+ messages)

[PATCH v4] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-10-04 17:21 UTC 

[PATCH net-next 1/2] mctp: test: disallow MCTP_TEST when building as a module
 2021-10-04  2:21 UTC  (8+ messages)
` [PATCH net-next 2/2] mctp: test: defer mdev setup until we've registered

[PATCH net-next v2 0/5] MCTP kunit tests
 2021-10-03 13:40 UTC  (7+ messages)
` [PATCH net-next v2 1/5] mctp: Add initial test structure and fragmentation test
` [PATCH net-next v2 2/5] mctp: Add test utils
` [PATCH net-next v2 3/5] mctp: Add packet rx tests
` [PATCH net-next v2 4/5] mctp: Add route input to socket tests
` [PATCH net-next v2 5/5] mctp: Add input reassembly tests

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-02 23:43 UTC  (23+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/16] include: move find.h from asm_generic to linux
` [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/16] lib: add find_first_and_bit()
` [PATCH 06/16] cpumask: use find_first_and_bit()
` [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/16] tools: sync tools/bitmap with mother linux
` [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 14/16] bitmap: unify find_bit operations
` [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 16/16] vsprintf: rework bitmap_list_string

[PATCH v2 0/5] test_hash.c: refactor into KUnit
 2021-10-02  7:29 UTC  (12+ messages)
` [PATCH v2 1/5] hash.h: remove unused define directive
` [PATCH v2 2/5] test_hash.c: split test_int_hash into arch-specific functions
` [PATCH v2 3/5] test_hash.c: split test_hash_init
` [PATCH v2 4/5] lib/Kconfig.debug: properly split hash test kernel entries
` [PATCH v2 5/5] test_hash.c: refactor into kunit

[PATCH net-next 0/5] MCTP kunit tests
 2021-10-02  2:56 UTC  (11+ messages)
` [PATCH net-next 1/5] mctp: Add initial test structure and fragmentation test
` [PATCH net-next 2/5] mctp: Add test utils
` [PATCH net-next 3/5] mctp: Add packet rx tests
` [PATCH net-next 4/5] mctp: Add route input to socket tests
` [PATCH net-next 5/5] mctp: Add input reassembly tests

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-02  0:54 UTC  (4+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2021-10-01 23:04 UTC  (29+ messages)
` [RFC PATCH 10/13] x86/uintr: Introduce user IPI sender syscalls
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH v11 24/29] selftest/x86/amx: Test cases for the AMX state management
 2021-10-01 22:37 UTC 

[PATCH v2] kunit: fix reference count leak in kfree_at_end
 2021-10-01 19:59 UTC  (3+ messages)

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-01 18:36 UTC  (5+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h

[REGRESSION] lkft kselftest for next-20211001
 2021-10-01 18:36 UTC 

[PATCH v1 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-01 16:38 UTC  (43+ messages)
` [PATCH v1 01/38] arm64/fp: Reindent fpsimd_save()
` [PATCH v1 02/38] arm64/sve: Remove sve_load_from_fpsimd_state()
` [PATCH v1 03/38] arm64/sve: Make access to FFR optional
` [PATCH v1 04/38] arm64/sve: Rename find_supported_vector_length()
` [PATCH v1 05/38] arm64/sve: Use accessor functions for vector lengths in thread_struct
` [PATCH v1 06/38] arm64/sve: Put system wide vector length information into structs
` [PATCH v1 07/38] arm64/sve: Explicitly load vector length when restoring SVE state
` [PATCH v1 08/38] arm64/sve: Track vector lengths for tasks in an array
` [PATCH v1 09/38] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v1 10/38] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v1 11/38] selftests: arm64: Parameterise ptrace vector length information
` [PATCH v1 12/38] arm64/sme: Provide ABI documentation for SME
` [PATCH v1 13/38] arm64/sme: System register and exception syndrome definitions
` [PATCH v1 14/38] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v1 15/38] arm64/sme: Early CPU setup for SME
` [PATCH v1 16/38] arm64/sme: Basic enumeration support
` [PATCH v1 17/38] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v1 18/38] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v1 19/38] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v1 20/38] arm64/sme: Implement support for TPIDR2
` [PATCH v1 21/38] arm64/sme: Implement SVCR context switching
` [PATCH v1 22/38] arm64/sme: Implement streaming SVE "
` [PATCH v1 23/38] arm64/sme: Implement ZA "
` [PATCH v1 24/38] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v1 25/38] arm64/sme: Implement streaming SVE signal handling
` [PATCH v1 26/38] arm64/sme: Implement ZA "
` [PATCH v1 27/38] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v1 28/38] arm64/sme: Add ptrace support for ZA
` [PATCH v1 29/38] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v1 30/38] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v1 31/38] arm64/sme: Provide Kconfig for SME
` [PATCH v1 32/38] kselftest/arm64: Add tests for TPIDR2
` [PATCH v1 33/38] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v1 34/38] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v1 35/38] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v1 36/38] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v1 37/38] selftests: arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v1 38/38] selftests: arm64: Add coverage for the ZA ptrace interface

[PATCH v4 0/3] kunit: allow running test suites/cases individually
 2021-09-30 23:05 UTC  (6+ messages)
` [PATCH v4 1/4] kunit: add 'kunit.action' param to allow listing out tests
` [PATCH v4 2/4] kunit: tool: factor exec + parse steps into a function
` [PATCH v4 3/4] kunit: tool: actually track how long it took to run tests
` [PATCH v4 4/4] kunit: tool: support running each suite/test separately

[PATCH v2] selftests/gpio: Fix gpio compiling error
 2021-09-30 22:39 UTC  (2+ messages)

[PATCH v2 0/3] Small userfaultfd selftest fixups
 2021-09-30 21:23 UTC  (4+ messages)
` [PATCH v2 1/3] userfaultfd/selftests: don't rely on GNU extensions for random numbers
` [PATCH v2 2/3] userfaultfd/selftests: fix feature support detection
` [PATCH v2 3/3] userfaultfd/selftests: fix calculation of expected ioctls

[PATCH v3 0/3] kunit: allow running test suites/cases individually
 2021-09-30 16:30 UTC  (8+ messages)
` [PATCH v3 1/4] kunit: add 'kunit.action' param to allow listing out tests
` [PATCH v3 2/4] kunit: tool: factor exec + parse steps into a function
` [PATCH v3 3/4] kunit: tool: actually track how long it took to run tests
` [PATCH v3 4/4] kunit: tool: support running each suite/test separately

[PATCH] kunit: tool: show list of valid --arch options when invalid
 2021-09-30  0:31 UTC  (3+ messages)

[PATCH v2 0/5] kunit: build kunit tests without structleak plugin
 2021-09-30  0:12 UTC  (7+ messages)
` [PATCH v2 1/5] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v2 2/5] iio/test-format: build kunit tests without structleak plugin
` [PATCH v2 3/5] device property: "
` [PATCH v2 4/5] thunderbolt: "
` [PATCH v2 5/5] bitfield: "

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-29 21:04 UTC  (16+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

[PATCH v2 0/3] kunit: allow running test suites/cases individually
 2021-09-29 19:22 UTC  (7+ messages)
` [PATCH v2 1/3] kunit: add 'kunit.action' param to allow listing out tests
` [PATCH v2 3/3] kunit: tool: support running each suite/test separately

[PATCH 1/1] selftests: KVM: set affinity of VM to right CPUs
 2021-09-29 18:54 UTC  (5+ messages)

[PATCH v2 0/4] selftests: arm64: vec-syscfg updates
 2021-09-29 18:23 UTC  (8+ messages)

[PATCH v3 0/4] selftests: arm64: vec-syscfg updates
 2021-09-29 17:48 UTC  (6+ messages)
` [PATCH v3 1/4] selftests: arm64: Fix printf() format mismatch in vec-syscfg
` [PATCH v3 2/4] selftests: arm64: Remove bogus error check on writing to files
` [PATCH v3 3/4] selftests: arm64: Fix and enable test for setting current VL in vec-syscfg
` [PATCH v3 4/4] selftests: arm64: Verify that all possible vector lengths are handled

[PATCH v1 0/8] selftests: arm64: SVE ptrace test rework
 2021-09-29 17:48 UTC  (2+ messages)

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-09-29 14:36 UTC  (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32

[PATCH v8 0/2] Interface to represent PAPR firmware attributes
 2021-09-29 13:49 UTC  (3+ messages)
` [PATCH v8 1/2] powerpc/pseries: "

[PATCH] selftests/ptp: Use kselftest skip code for skipped tests
 2021-09-29 10:28 UTC 


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).