linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-05 23:00:51 to 2019-09-19 10:00:10 UTC [more...]

[PATCH v1 0/3] seccomp: continue syscall from notifier
 2019-09-19  9:59 UTC  (2+ messages)
` [PATCH v1 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE

[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] selftests: update .gitignore files for selftests/bpf and selftests/zram
 2019-09-19  8:29 UTC 

[PATCH 0/4] seccomp: continue syscall from notifier
 2019-09-19  6:53 UTC  (12+ 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 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  (28+ 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 v12 11/12] open: openat2(2) syscall

[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  (34+ 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 

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


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