linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-11 12:25:54 to 2019-09-23 09:03:32 UTC [more...]

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:02 UTC  (7+ messages)
` [PATCH v18 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v18 04/19] kunit: test: add assertion printing library
` [PATCH v18 05/19] kunit: test: add the concept of expectations
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 10/19] kunit: test: add tests for kunit test abort
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources

[PATCH] selftests/net: replace AF_MAX with INT_MAX in socket.c
 2019-09-23  8:51 UTC  (5+ messages)

[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-22 16:28 UTC  (21+ messages)
` [PATCH v17 01/19] kunit: test: add KUnit test runner core
` [PATCH v17 02/19] kunit: test: add test resource management API
` [PATCH v17 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v17 04/19] kunit: test: add assertion printing library
` [PATCH v17 05/19] kunit: test: add the concept of expectations
` [PATCH v17 06/19] lib: enable building KUnit in lib/
` [PATCH v17 07/19] kunit: test: add initial tests
` [PATCH v17 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v17 09/19] kunit: test: add support for test abort
` [PATCH v17 10/19] kunit: test: add tests for kunit "
` [PATCH v17 11/19] kunit: test: add the concept of assertions
` [PATCH v17 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v17 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v17 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v17 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v17 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v17 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v17 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v17 19/19] kunit: fix failure to build without printk

next-20190920 kselftest results
 2019-09-22 12:00 UTC 

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-22 11:52 UTC  (10+ messages)

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-21 23:57 UTC  (15+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest

[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-20 23:52 UTC  (23+ messages)
` [PATCH v16 01/19] kunit: test: add KUnit test runner core
` [PATCH v16 02/19] kunit: test: add test resource management API
` [PATCH v16 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v16 04/19] kunit: test: add assertion printing library
` [PATCH v16 05/19] kunit: test: add the concept of expectations
` [PATCH v16 06/19] lib: enable building KUnit in lib/
` [PATCH v16 07/19] kunit: test: add initial tests
` [PATCH v16 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v16 09/19] kunit: test: add support for test abort
` [PATCH v16 10/19] kunit: test: add tests for kunit "
` [PATCH v16 11/19] kunit: test: add the concept of assertions
` [PATCH v16 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v16 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v16 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v16 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v16 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v16 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v16 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v16 19/19] kunit: fix failure to build without printk

[PATCH] selftests/kselftest/runner.sh: Add 45 second timeout per test
 2019-09-20 20:24 UTC  (10+ messages)

[PATCH v2 0/3] seccomp: continue syscall from notifier
 2019-09-20  8:47 UTC  (5+ messages)
` [PATCH v2 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v2 2/3] seccomp: avoid overflow in implicit constant conversion
` [PATCH v2 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH v1 0/3] seccomp: continue syscall from notifier
 2019-09-19 22:22 UTC  (8+ messages)
` [PATCH v1 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v1 2/3] seccomp: avoid overflow in implicit constant conversion
` [PATCH v1 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH v5 0/7] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-19 22:24 UTC  (8+ messages)
` [PATCH v5 1/7] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
` [PATCH v5 2/7] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v5 3/7] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v5 4/7] hugetlb: disable region_add file_region coalescing
` [PATCH v5 5/7] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v5 6/7] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v5 7/7] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH 0/4] seccomp: continue syscall from notifier
 2019-09-19 18:30 UTC  (16+ messages)
` [PATCH 1/4] seccomp: add SECCOMP_RET_USER_NOTIF_ALLOW
` [PATCH 2/4] seccomp: add two missing ptrace ifdefines
` [PATCH 3/4] seccomp: avoid overflow in implicit constant conversion
` [PATCH 4/4] seccomp: test SECCOMP_RET_USER_NOTIF_ALLOW

[PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
 2019-09-19 17:09 UTC  (3+ messages)

[PATCH v3 1/2] selftests: watchdog: Validate optional file argument
 2019-09-19  9:50 UTC  (5+ messages)
` [PATCH v3 2/2] selftests: watchdog: Add command line option to show watchdog_info

[PATCH v4 0/9] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-19  1:53 UTC  (17+ messages)
` [PATCH v4 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
` [PATCH v4 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v4 4/9] hugetlb: region_chg provides only cache entry
` [PATCH v4 5/9] hugetlb: remove duplicated code
` [PATCH v4 6/9] hugetlb: disable region_add file_region coalescing
` [PATCH v4 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v4 9/9] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-18 15:46 UTC  (5+ messages)
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions

[PATCH v6 00/11] Add arm64/signal initial kselftest support
 2019-09-18 10:59 UTC  (19+ messages)
` [PATCH v6 01/11] kselftest: arm64: extend toplevel skeleton Makefile
` [PATCH v6 02/11] kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils
` [PATCH v6 05/11] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH v6 06/11] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH v6 09/11] kselftest: arm64: fake_sigreturn_duplicated_fpsimd

[PATCH 1/2] selftests: watchdog: Validate optional file argument
 2019-09-17 18:55 UTC  (12+ messages)
` [PATCH 2/2] selftests: watchdog: Add command line option to show watchdog_info

[PATCH v2] selftests: watchdog: Validate optional file argument
 2019-09-17 18:51 UTC  (11+ messages)

kunit: what do we do with the 'kunit/alpha/master' branch?
 2019-09-17 18:41 UTC 

next-20190916 kselftest results
 2019-09-17 17:00 UTC 

[PATCH 0/6] Update clone3 self-tests
 2019-09-16 16:48 UTC  (13+ messages)
` [PATCH 1/6] selftests/clone3: convert test modes into an enum
` [PATCH 2/6] selftests/clone3: add a check for invalid exit_signal
` [PATCH 3/6] selftests/clone3: use uint64_t for flags parameter
` [PATCH 4/6] selftests/clone3: fix up format strings
` [PATCH 5/6] selftests/clone3: enable clone3 self-tests on all architectures
` [PATCH 6/6] selftests: add clone3 to TARGETS

Plan for hybrid testing
 2019-09-16 16:20 UTC  (2+ messages)

[PATCH v2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
 2019-09-16 16:18 UTC  (2+ messages)

[PATCH v5 00/11] Add arm64/signal initial kselftest support
 2019-09-16 12:14 UTC  (13+ messages)
` [PATCH v5 01/11] kselftest: arm64: add skeleton Makefile
` [PATCH v5 02/11] kselftest: arm64: add common utils and one testcase

[PATCH v3 0/6] Update clone3 self-tests
 2019-09-16 11:42 UTC  (9+ messages)
` [PATCH v3 1/6] selftests/clone3: convert test modes into an enum
` [PATCH v3 2/6] selftests/clone3: add a check for invalid exit_signal
` [PATCH v3 3/6] selftests/clone3: use uint64_t for flags parameter
` [PATCH v3 4/6] selftests/clone3: fix up format strings
` [PATCH v3 5/6] selftests/clone3: enable clone3 self-tests on all architectures
` [PATCH v3 6/6] selftests: add clone3 to TARGETS

[PATCH] selftests: vm: add fragment CONFIG_TEST_VMALLOC
 2019-09-16  9:52 UTC 

next-20190915 kselftest results
 2019-09-16  9:00 UTC 

[PATCH v2 0/6] Update clone3 self-tests
 2019-09-16  8:14 UTC  (4+ messages)

[PATCH] selftests/tpm2: Add log and *.pyc to .gitignore
 2019-09-13 13:52 UTC  (2+ messages)

[PATCH] selftests/tpm2: Add the missing TEST_FILES assignment
 2019-09-13 13:39 UTC  (3+ messages)

Inquiry 11/Sept/2019
 2019-09-11 12:08 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).