linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 02:13:10 to 2020-08-01 07:17:50 UTC [more...]

[PATCH v9 0/5] KASAN-KUnit Integration
 2020-08-01  7:17 UTC  (8+ messages)
` [PATCH v9 1/5] Add KUnit Struct to Current Task
` [PATCH v9 2/5] KUnit: KASAN Integration
` [PATCH v9 3/5] KASAN: Port KASAN Tests to KUnit
` [PATCH v9 4/5] KASAN: Testing Documentation
` [PATCH v9 5/5] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set

[PATCH v10 0/5] KASAN-KUnit Integration
 2020-08-01  7:09 UTC  (6+ messages)
` [PATCH v10 1/5] Add KUnit Struct to Current Task
` [PATCH v10 2/5] KUnit: KASAN Integration
` [PATCH v10 3/5] KASAN: Port KASAN Tests to KUnit
` [PATCH v10 4/5] KASAN: Testing Documentation
` [PATCH v10 5/5] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set

[PATCH] lib: Convert test_uuid.c to KUnit
 2020-08-01  5:34 UTC  (5+ messages)

[PATCH] Documentation: kunit: Add naming guidelines
 2020-07-31 22:02 UTC  (2+ messages)

[PATCH v4 0/6] mm/migrate: avoid device private invalidations
 2020-07-31 19:31 UTC  (14+ messages)
` [PATCH v4 1/6] nouveau: fix storing invalid ptes
` [PATCH v4 2/6] mm/migrate: add a flags parameter to migrate_vma
` [PATCH v4 3/6] mm/notifier: add migration invalidation type
` [PATCH v4 4/6] nouveau/svm: use the new migration invalidation
` [PATCH v4 5/6] mm/hmm/test: "
` [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()

CFP open for testing/fuzzing microconference at LPC
 2020-07-31 17:05 UTC  (3+ messages)

[PATCH 0/6] selftests: arm64: Add floating point selftests
 2020-07-30 18:09 UTC  (7+ messages)
` [PATCH 1/6] selftests: arm64: Test case for enumeration of SVE vector lengths
` [PATCH 2/6] selftests: arm64: Add test for the SVE ptrace interface
` [PATCH 3/6] selftests: arm64: Add stress tests for FPSMID and SVE context switching
` [PATCH 4/6] selftests: arm64: Add utility to set SVE vector lengths
` [PATCH 5/6] selftests: arm64: Add wrapper scripts for stress tests
` [PATCH 6/6] selftests: arm64: Add build and documentation for FP tests

[PATCH v4 00/17] Introduce partial kernel_read_file() support
 2020-07-30  2:26 UTC  (22+ messages)
` [PATCH v4 01/17] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v4 02/17] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v4 03/17] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v4 04/17] fs/kernel_read_file: Split into separate include file
` [PATCH v4 05/17] fs/kernel_read_file: Split into separate source file
` [PATCH v4 06/17] fs/kernel_read_file: Remove redundant size argument
` [PATCH v4 07/17] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v4 08/17] fs/kernel_read_file: Add file_size output argument
` [PATCH v4 09/17] LSM: Introduce kernel_post_load_data() hook
` [PATCH v4 10/17] firmware_loader: Use security_post_load_data()
` [PATCH v4 11/17] module: Call security_kernel_post_load_data()
` [PATCH v4 12/17] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v4 13/17] IMA: Add support for file reads without contents
` [PATCH v4 14/17] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v4 15/17] firmware: Store opt_flags in fw_priv
` [PATCH v4 16/17] firmware: Add request_partial_firmware_into_buf()
` [PATCH v4 17/17] test_firmware: Test partial read support

[PATCH] lib: kunit: add test_min_heap test conversion to KUnit
 2020-07-29 23:12 UTC  (5+ messages)

[PATCH v2] lib: kunit: Convert test_sort to KUnit test
 2020-07-29 20:16 UTC  (4+ messages)

[PATCH] lib: kunit: add list_sort test conversion to KUnit
 2020-07-29 19:23 UTC 

[PATCH v3 00/19] Introduce partial kernel_read_file() support
 2020-07-29 19:13 UTC  (51+ messages)
` [PATCH v3 01/19] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v3 02/19] selftest/firmware: Add selftest timeout in settings
` [PATCH v3 03/19] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH v3 04/19] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v3 05/19] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v3 06/19] fs/kernel_read_file: Split into separate include file
` [PATCH v3 07/19] fs/kernel_read_file: Split into separate source file
` [PATCH v3 08/19] fs/kernel_read_file: Remove redundant size argument
` [PATCH v3 09/19] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v3 10/19] fs/kernel_read_file: Add file_size output argument
` [PATCH v3 11/19] LSM: Introduce kernel_post_load_data() hook
` [PATCH v3 12/19] firmware_loader: Use security_post_load_data()
` [PATCH v3 13/19] module: Call security_kernel_post_load_data()
` [PATCH v3 14/19] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v3 15/19] IMA: Add support for file reads without contents
` [PATCH v3 16/19] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v3 17/19] firmware: Store opt_flags in fw_priv
` [PATCH v3 18/19] firmware: Add request_partial_firmware_into_buf()
` [PATCH v3 19/19] test_firmware: Test partial read support

[PATCH] lib: kunit: add bitfield test conversion to KUnit
 2020-07-29 17:58 UTC 

[PATCH] kunit: tool: adjust parse regex
 2020-07-29  2:55 UTC  (2+ messages)

[PATCH] selftests/powerpc: return skip code for spectre_v2
 2020-07-28 15:50 UTC 

[PATCH v3 0/2] Selftest for cpuidle latency measurement
 2020-07-28 13:30 UTC  (6+ messages)
` [PATCH v3 1/2] cpuidle: Trace IPI based and timer based wakeup latency from idle states

[PATCH] selftests: add mincore() tests
 2020-07-28 10:04 UTC 

[PATCH] selftests: more general make nesting support
 2020-07-28  7:32 UTC 

kunit compile failed on um
 2020-07-28  3:53 UTC  (3+ messages)

[PATCH AUTOSEL 5.7 04/25] selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
 2020-07-27 23:23 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 06/25] selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
` [PATCH AUTOSEL 5.7 14/25] selftest: txtimestamp: fix net ns entry logic

[PATCH AUTOSEL 5.4 02/17] selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
 2020-07-27 23:24 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 04/17] selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-27 20:59 UTC  (29+ messages)
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
 2020-07-27 20:33 UTC 

[PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow
 2020-07-26 21:10 UTC  (6+ messages)

[PATCH] [cgroup/testing] cg_read_strcmp: Fix null pointer dereference
 2020-07-26  1:37 UTC  (3+ messages)

[PATCH] lib: kunit: Convert test_sort to KUnit test
 2020-07-24 23:43 UTC  (5+ messages)

[PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
 2020-07-23 10:48 UTC  (9+ messages)
` [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
` [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
` [PATCH 3/7] powerpc/watchpoint/kvm: Introduce new capability for "
` [PATCH 4/7] powerpc/selftests/ptrace-hwbreak: Add testcases "
` [PATCH 5/7] powerpc/selftests/perf-hwbreak: Coalesce event creation code
` [PATCH 6/7] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
` [PATCH 7/7] powerpc/selftests: Add selftest to test concurrent perf/ptrace events

[PATCHv3] selftests/timers: Turn off timeout setting
 2020-07-23  9:01 UTC  (2+ messages)

[PATCH v3] lib: Convert test_user_copy to KUnit test
 2020-07-22 22:28 UTC  (8+ messages)

[PATCH v2 1/2] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-22 20:49 UTC  (5+ messages)
` [PATCH v2 2/2] kbuild: trace functions in subdirectories of lib/

[PATCH] selftests: txtimestamp: tear down setup() 'tc' and 'ip' env on EXIT
 2020-07-22 12:49 UTC  (5+ messages)
` [PATCH v2] selftest: txtimestamp: fix net ns entry logic

[PATCH v3 0/5] mm/migrate: avoid device private invalidations
 2020-07-22 11:51 UTC  (3+ messages)
` [PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma


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