linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 17:23:49 to 2020-08-04 23:15:18 UTC [more...]

[PATCH v10 0/5] KASAN-KUnit Integration
 2020-08-04 23:15 UTC  (10+ 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] selftests/net: skip msg_zerocopy test if we have less than 4 CPUs
 2020-08-04 23:06 UTC  (2+ messages)

[GIT PULL] Kselftest update for Linux 5.9-rc1
 2020-08-04 21:56 UTC 

[PATCHv3] selftests/timers: Turn off timeout setting
 2020-08-04 21:38 UTC  (4+ messages)

[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
 2020-08-04 21:14 UTC  (2+ messages)

[GIT PULL] Kunit update for Linux 5.9-rc1
 2020-08-04 20:59 UTC 

[PATCH v6 0/5] kunit: create a centralized executor to dispatch all KUnit tests
 2020-08-04 20:47 UTC  (6+ messages)
` [PATCH v6 1/5] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v6 2/5] kunit: test: create a single centralized executor for all tests
` [PATCH v6 3/5] init: main: add KUnit to kernel init
` [PATCH v6 4/5] kunit: test: add test plan to KUnit TAP format
` [PATCH v6 5/5] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-08-04 20:18 UTC  (17+ messages)
` [PATCH v5 01/12] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v5 07/12] kunit: test: create a single centralized executor for all tests
` [PATCH v5 09/12] kunit: test: add test plan to KUnit TAP format
` [PATCH v5 10/12] kunit: Add 'kunit_shutdown' option

[PATCH] lib: kunit: add test_min_heap test conversion to KUnit
 2020-08-04 16:22 UTC  (9+ messages)

[PATCH v4 0/2] Syscall User Redirection
 2020-08-04 14:26 UTC  (3+ messages)

[PATCH 0/2] selftests: rtnetlink: Fix for false-negative return values
 2020-08-04 10:18 UTC  (3+ messages)
` [PATCH 1/2] selftests: rtnetlink: correct the final return value for the test
` [PATCH 2/2] selftests: rtnetlink: make kci_test_encap() return sub-test result

[PATCH v2] lib: Convert test_uuid.c to KUnit
 2020-08-03 21:14 UTC  (2+ messages)

[PATCH v2] lib: kunit: Convert test_sort to KUnit test
 2020-08-03  8:57 UTC  (7+ messages)

[PATCH v20 00/12] Landlock LSM
 2020-08-02 21:59 UTC  (13+ messages)
` [PATCH v20 01/12] landlock: Add object management
` [PATCH v20 02/12] landlock: Add ruleset and domain management
` [PATCH v20 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v20 04/12] landlock: Add ptrace restrictions
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 06/12] fs,security: Add sb_delete hook
` [PATCH v20 07/12] landlock: Support filesystem access-control
` [PATCH v20 08/12] landlock: Add syscall implementations
` [PATCH v20 09/12] arch: Wire up Landlock syscalls
` [PATCH v20 10/12] selftests/landlock: Add initial tests
` [PATCH v20 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v20 12/12] landlock: Add user and kernel documentation

[PATCH] selftests/powerpc: return skip code for spectre_v2
 2020-08-02 13:34 UTC  (2+ messages)

[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] 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  (10+ messages)
` [PATCH v4 3/6] mm/notifier: add migration invalidation type
` [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 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 v3 0/2] Selftest for cpuidle latency measurement
 2020-07-28 13:30 UTC  (4+ 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  (17+ messages)
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow
 2020-07-26 21:10 UTC  (2+ 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  (2+ messages)


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