messages from 2019-09-10 12:18:22 to 2019-09-20 23:21:49 UTC [more...]
[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-20 23:19 UTC (20+ 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)
[GIT PULL] Kselftest update for Linux 5.4-rc1
2019-09-20 18:16 UTC (8+ messages)
[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-20 16:57 UTC (14+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
[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 (19+ 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 3/9] hugetlb_cgroup: add reservation accounting for private mappings
` [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 7/9] hugetlb_cgroup: add accounting for shared mappings
` [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 (11+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
` [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 (25+ 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 03/11] kselftest: arm64: mangle_pstate_invalid_daif_bits
` [PATCH v6 04/11] kselftest: arm64: mangle_pstate_invalid_mode_el[123][ht]
` [PATCH v6 05/11] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH v6 06/11] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH v6 07/11] kselftest: arm64: fake_sigreturn_bad_size_for_magic0
` [PATCH v6 08/11] kselftest: arm64: fake_sigreturn_missing_fpsimd
` [PATCH v6 09/11] kselftest: arm64: fake_sigreturn_duplicated_fpsimd
` [PATCH v6 10/11] kselftest: arm64: fake_sigreturn_bad_size
` [PATCH v6 11/11] kselftest: arm64: fake_sigreturn_misaligned_sp
[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] selftests/net: replace AF_MAX with INT_MAX in socket.c
2019-09-17 14:09 UTC (4+ messages)
[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 (10+ messages)
` [PATCH v2 1/6] selftests/clone3: convert test modes into an enum
` [PATCH v2 2/6] selftests/clone3: add a check for invalid exit_signal
` [PATCH v2 3/6] selftests/clone3: use uint64_t for flags parameter
` [PATCH v2 4/6] selftests/clone3: fix up format strings
` [PATCH v2 5/6] selftests/clone3: enable clone3 self-tests on all architectures
` [PATCH v2 6/6] selftests: add clone3 to TARGETS
[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
page: next (older) | prev (newer) | latest
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).