linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-04 20:23:51 to 2019-09-17 07:12:30 UTC [more...]

[PATCH] selftests/net: replace AF_MAX with INT_MAX in socket.c
 2019-09-17  7:12 UTC  (3+ messages)

[PATCH v4 0/9] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-17  1:58 UTC  (18+ 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 v2] selftests: watchdog: Validate optional file argument
 2019-09-17  1:19 UTC  (2+ 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 1/2] selftests: watchdog: Validate optional file argument
 2019-09-16 16:15 UTC  (10+ messages)
` [PATCH 2/2] selftests: watchdog: Add command line option to show watchdog_info

[PATCH v5 00/11] Add arm64/signal initial kselftest support
 2019-09-16 12:14 UTC  (41+ messages)
` [PATCH v5 01/11] kselftest: arm64: add skeleton Makefile
` [PATCH v5 02/11] kselftest: arm64: add common utils and one testcase
` [PATCH v5 05/11] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH v5 06/11] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH v5 07/11] kselftest: arm64: fake_sigreturn_bad_size_for_magic0
` [PATCH v5 08/11] kselftest: arm64: fake_sigreturn_missing_fpsimd
` [PATCH v5 09/11] kselftest: arm64: fake_sigreturn_duplicated_fpsimd
` [PATCH v5 10/11] kselftest: arm64: fake_sigreturn_bad_size
` [PATCH v5 11/11] kselftest: arm64: fake_sigreturn_misaligned_sp

[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 

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-11 10:37 UTC  (54+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
    ` [PATCH v12 01/12] lib: introduce copy_struct_{to, from}_user helpers
` [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v12 11/12] open: openat2(2) syscall
` [PATCH v12 12/12] selftests: add openat2(2) selftests

[PATCH v6 00/11] Add arm64/signal initial kselftest support
 2019-09-10 12:31 UTC  (12+ 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

[RFC bpf-next 0/7] bpf: packet capture helpers, bpftool support
 2019-09-10  7:43 UTC  (12+ messages)
` [RFC bpf-next 1/7] bpf: add bpf_pcap() helper to simplify packet capture
` [RFC bpf-next 2/7] bpf: extend bpf_pcap support to tracing programs
` [RFC bpf-next 3/7] bpf: sync tools/include/uapi/linux/bpf.h for pcap support
` [RFC bpf-next 4/7] bpf: add libpcap feature test
` [RFC bpf-next 5/7] bpf: add pcap support to bpftool
` [RFC bpf-next 6/7] bpf: add documentation for bpftool pcap subcommand
` [RFC bpf-next 7/7] bpf: add tests for bpftool packet capture

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-09-10  6:30 UTC  (7+ messages)
` [RFC 02/19] ktf: Introduce the main part of the kernel side of ktf
` [RFC 03/19] ktf: Introduce a generic netlink protocol for test result communication

[PATCH] Documentation: kunit: Fix verification command
 2019-09-08 23:40 UTC  (2+ messages)

[PATCH] kunit: Fix '--build_dir' option
 2019-09-07  9:08 UTC  (7+ messages)

[PATCH] kunit: add PRINTK dependency
 2019-09-07  0:43 UTC  (6+ messages)

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

[PATCH ARM64] selftests, arm64: add kernel headers path for tags_test
 2019-09-06 14:21 UTC  (4+ messages)

[PATCH v3 0/6] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-05 20:07 UTC  (8+ messages)

next-20190904 kselftest results
 2019-09-05  8:00 UTC 

next-20190903 kselftest results
 2019-09-05  3:18 UTC  (4+ 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).