linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 16:30:33 to 2021-10-05 21:27:59 UTC [more...]

[PATCH] kunit: tool: show list of valid --arch options when invalid
 2021-10-05 21:27 UTC  (2+ messages)

[PATCH v2 0/5] test_hash.c: refactor into KUnit
 2021-10-05 21:19 UTC  (13+ 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] kunit: fix kernel-doc warnings due to mismatched arg names
 2021-10-05 20:58 UTC  (2+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-05 20:57 UTC  (23+ messages)
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[PATCH] kunit: fix kernel-doc warnings in doc. build
 2021-10-05 20:48 UTC  (4+ messages)

[PATCH] selftests: Remove explicit headers for clang
 2021-10-05 18:50 UTC  (4+ messages)

[PATCH v4] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-10-05 16:15 UTC  (2+ messages)

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-05 14:22 UTC  (4+ messages)
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE

[PATCH] selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance
 2021-10-05 12:35 UTC 

[PATCH RESEND 3 00/16] Bitmap patches for 5.15
 2021-10-05  6:02 UTC  (18+ 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] kunit: tool: yield output from run_kernel in real time
 2021-10-05  3:59 UTC  (2+ messages)

[PATCH] kunit: tool: yield output from run_kernel in real time
 2021-10-05  1:17 UTC  (7+ messages)

[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 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 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  (24+ messages)
` [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  (4+ messages)
` [PATCH v3 4/4] kunit: tool: support running each suite/test separately


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