linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 18:16:50 to 2021-10-06 11:48:17 UTC [more...]

[PATCH 00/11] selftests: Improve nettest and net/fcnal-test.sh
 2021-10-06 11:47 UTC  (8+ messages)
` [PATCH 01/11] selftests: net/fcnal: Fix {ipv4,ipv6}_bind not run by default
` [PATCH 02/11] selftests: net/fcnal: Mark unknown -t or TESTS value as error
` [PATCH 03/11] selftests: net/fcnal: Non-zero exit on failures
` [PATCH 04/11] selftests: net/fcnal: Use accept_dad=0 to avoid setup sleep
` [PATCH 05/11] selftests: net/fcnal: kill_procs via spin instead of sleep
` [PATCH 06/11] selftests: net/fcnal: Do not capture do_run_cmd in verbose mode
` [PATCH 07/11] selftests: nettest: Implement -k to fork after bind or listen

[PATCH MANUALSEL 5.10 1/7] selftests: KVM: Align SMCCC call with the spec in steal_time
 2021-10-06 11:22 UTC  (2+ messages)

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

[PATCH] kunit: Report test parameter results as (K)TAP subtests
 2021-10-06  7:11 UTC 

[PATCH v5] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-10-06  6:52 UTC  (2+ messages)

[PATCH] kunit: Reset suite count after running tests
 2021-10-06  4:41 UTC 

[PATCH v2] selftests/gpio: Fix gpio compiling error
 2021-10-06  0:38 UTC  (3+ messages)

[PATCH v6 0/1] lib: Convert UUID runtime test to KUnit
 2021-10-06  0:13 UTC  (2+ messages)
` [PATCH v6 1/1] "

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-05 23:44 UTC  (12+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC 03/16] KVM: selftests: handle encryption bits in page tables
` [RFC 09/16] KVM: selftests: account for error code in #VC exception frame
` [RFC 10/16] KVM: selftests: add support for creating SEV-ES guests
` [RFC 11/16] KVM: selftests: add library for handling SEV-ES-related exits
` [RFC 12/16] KVM: selftests: add SEV-ES boot tests
` [RFC 13/16] KVM: selftests: add support for creating SEV-SNP guests
` [RFC 14/16] KVM: selftests: add helpers for SEV-SNP-related instructions/exits
` [RFC 15/16] KVM: selftests: add SEV-SNP boot tests
` [RFC 16/16] KVM: selftests: add SEV-SNP tests for page-state changes

[PATCH v2] selftests: Include directories of header files
 2021-10-05 22:27 UTC 

[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 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  (23+ 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 19/38] arm64/sme: Implement vector length configuration prctl()s
 2021-10-01 16:38 UTC  (4+ messages)

[PATCH v1 06/38] arm64/sve: Put system wide vector length information into structs
 2021-10-01  3:13 UTC  (2+ messages)

[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 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 v1 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-09-30 18:11 UTC  (14+ messages)
` [PATCH v1 26/38] arm64/sme: Implement ZA signal handling
` [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


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