linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 11:16:58 to 2019-08-27 15:29:18 UTC [more...]

linux-next: Tree for Aug 27 (kunit)
 2019-08-27 15:29 UTC 

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2019-08-27 15:25 UTC  (29+ messages)
` [PATCH 1/7] fs: introduce kernel_pread_file* support
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH 4/7] selftests: firmware: Test partial file reads of request_firmware_into_buf
` [PATCH 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH 6/7] misc: bcm-vk: add Broadcom Valkyrie driver
` [PATCH 7/7] MAINTAINERS: bcm-vk: Add maintainer for Broadcom Valkyrie Driver

[PATCH v3 00/11] Add arm64/signal initial kselftest support
 2019-08-27 14:24 UTC  (9+ messages)
` [PATCH v3 01/11] kselftest: arm64: introduce new boilerplate code
` [PATCH v3 02/11] kselftest: arm64: adds first test and common utils

dma-buf: Add selftests for dma-fence
 2019-08-27 12:36 UTC  (2+ messages)

next-20190826 kselftest results
 2019-08-27 10:00 UTC 

[PATCH v2] doc: kselftest: update for clarity on running kselftests in CI rings
 2019-08-27  0:37 UTC 

[PATCH] doc: kselftest: update for clarity on running kselftests in CI rings
 2019-08-27  0:14 UTC  (2+ messages)

[PATCH v3 0/6] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-26 23:32 UTC  (7+ messages)
` [PATCH v3 1/6] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
` [PATCH v3 2/6] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v3 3/6] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v3 4/6] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v3 5/6] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v3 6/6] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-08-26 16:39 UTC  (9+ messages)

[PATCH] selftests/seccomp: fix build on older kernels
 2019-08-26 14:43 UTC 

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-24 20:17 UTC  (10+ messages)
` [PATCH RESEND v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH RESEND v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH RESEND v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RESEND v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v11 7/8] open: openat2(2) syscall
` [PATCH RESEND v11 8/8] selftests: add openat2(2) selftests

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

next-20190822 kselftest results
 2019-08-24  4:00 UTC 

[PATCH 0/3] firmware: selftest for request_firmware_into_buf
 2019-08-23 19:56 UTC  (16+ messages)
` [PATCH 1/3] test_firmware: add support "
` [PATCH 2/3] selftest: firmware: Add request_firmware_into_buf tests
` [PATCH 3/3] firmware: add mutex fw_lock_fallback for race condition

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

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-08-23 17:49 UTC  (5+ messages)
` [PATCH v18 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

next-20190823 kselftest results
 2019-08-23 15:00 UTC 

Regression in 5.3-rc1 and later
 2019-08-23 12:27 UTC  (8+ messages)

[PATCH] seccomp: fix compilation errors in seccomp-bpf kselftest
 2019-08-22 21:58 UTC 

[PATCH v2 0/2] firmware: selftest for request_firmware_into_buf
 2019-08-22 18:40 UTC  (3+ messages)
` [PATCH v2 1/2] test_firmware: add support "
` [PATCH v2 2/2] selftests: firmware: Add request_firmware_into_buf tests

[PATCH] selftests: net: add missing NFT_FWD_NETDEV to config
 2019-08-22  4:04 UTC  (2+ messages)

[PATCH] selftests: bpf: install files test_xdp_vlan.sh
 2019-08-21 15:11 UTC  (3+ messages)

[PATCH] selftests: bpf: add config fragment BPF_JIT
 2019-08-21 15:11 UTC  (2+ messages)

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-08-21  4:03 UTC  (15+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
` [RFC 06/19] ktf: A simple debugfs interface to test results

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-21  0:15 UTC  (9+ messages)

general protection fault in tls_setsockopt
 2019-08-19 21:29 UTC  (2+ messages)

[PATCH] selftests: use "$(MAKE)" instead of "make"
 2019-08-19 20:07 UTC  (2+ messages)

[PATCH ARM] selftests, arm64: fix uninitialized symbol in tags_test.c
 2019-08-19 15:44 UTC  (6+ messages)

[bug report] selftests, arm64: add a selftest for passing tagged pointers to kernel
 2019-08-19 13:22 UTC  (2+ messages)

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-16 18:06 UTC  (10+ messages)
` [RFC PATCH v2 4/5] hugetlb_cgroup: Add accounting for shared mappings
  ` [RFC PATCH v2 1/5] hugetlb_cgroup: Add hugetlb_cgroup reservation counter

[PATCH v2] selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issue
 2019-08-15 18:34 UTC  (2+ messages)

[PATCH] selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issue
 2019-08-15  7:57 UTC  (3+ messages)

[bug report] selftests: Add nettest
 2019-08-14 14:50 UTC  (2+ messages)

[PATCH] selftests: livepatch: add missing fragments to config
 2019-08-14 13:20 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).