linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-19 17:13:51 to 2019-09-27 13:06:38 UTC [more...]

[PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
 2019-09-27 13:06 UTC  (4+ messages)

[PATCH v2 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-09-27  6:21 UTC  (4+ messages)
` [PATCH v2 1/3] selftests: netfilter: add ipvs test script
` [PATCH v2 2/3] selftests: netfilter: add ipvs nat test case
` [PATCH v2 3/3] selftests: netfilter: add ipvs tunnel "

[PATCH RESEND] tools: gpio: Use !building_out_of_srctree to determine srctree
 2019-09-27  1:16 UTC 

[PATCH] tools: bpf: Use !building_out_of_srctree to determine srctree
 2019-09-27  1:13 UTC 

[PATCH v5 0/7] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-27  0:55 UTC  (15+ 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 v2] selftests: Add kselftest-all and kselftest-install targets
 2019-09-26 22:40 UTC 

[PATCH 0/2] Simplify kselftest build and install use-cases
 2019-09-26 22:11 UTC  (5+ messages)
` [PATCH 1/2] Makefile: Add kselftest_build target to build tests
` [PATCH 2/2] selftests: Add kselftest_install target to main Makefile

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-26 20:10 UTC  (2+ messages)

[PATCH 0/3] selftests: netfilter: introduce test cases for ipvs
 2019-09-26 19:34 UTC  (5+ messages)
` [PATCH 1/3] selftests: netfilter: add ipvs test script
` [PATCH 2/3] selftests: netfilter: add ipvs nat test case
` [PATCH 3/3] selftests: netfilter: add ipvs tunnel "

[PATCH v2 0/2] Fix KSFT toplevel makefile behaviour
 2019-09-26 17:52 UTC  (3+ messages)
` [PATCH v2 1/2] kselftest: add capability to skip chosen TARGETS
` [PATCH v2 2/2] kselftest: exclude failed TARGETS from runlist

bug in KBUILD_OUTPUT handling - for relative paths in kselftest
 2019-09-26 17:42 UTC  (2+ messages)

Linux 5.4 kselftest known issues
 2019-09-26 17:41 UTC 

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-26 12:52 UTC  (19+ messages)

[PATCH v6 00/11] Add arm64/signal initial kselftest support
 2019-09-26 11:00 UTC  (4+ messages)
` [PATCH v6 02/11] kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils

[PATCH 1/2] kselftest: add capability to skip chosen TARGETS
 2019-09-26  9:26 UTC  (7+ messages)
` [PATCH 2/2] kselftest: exclude failed TARGETS from runlist

[GIT PULL] Kselftest update for Linux 5.4-rc1 (minus kunit)
 2019-09-25 22:16 UTC 

Lucrative for You and Me
 2019-09-25  6:41 UTC 

Teautea23
 2019-09-25 17:17 UTC 

[PATCH] selftests: kvm: Fix libkvm build error
 2019-09-25 16:47 UTC  (3+ messages)

Linux 5.4 - bpf test build fails
 2019-09-25  8:52 UTC  (14+ messages)

[PATCH v2] selftests: execveat: Fix _GNU_SOURCE redefined build warn
 2019-09-24 20:05 UTC  (4+ messages)
` [PATCH] selftests: proc: Fix _GNU_SOURCE redefined build warns

[PATCH] selftests: pidfd: Fix undefined reference to pthread_create()
 2019-09-24 20:01 UTC  (2+ messages)

[PATCH] selftests: execveat: Fix _GNU_SOURCE redefined build warn
 2019-09-24 17:47 UTC 

[PATCH AUTOSEL 5.2 48/70] selftests/powerpc: Retry on host facility unavailable
 2019-09-24 16:45 UTC 

[PATCH AUTOSEL 5.3 63/87] selftests/powerpc: Retry on host facility unavailable
 2019-09-24 16:41 UTC 

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-24  0:51 UTC  (27+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
` [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 06/19] lib: enable building KUnit in lib/
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v18 09/19] kunit: test: add support for test abort
` [PATCH v18 10/19] kunit: test: add tests for kunit "
` [PATCH v18 11/19] kunit: test: add the concept of assertions
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v18 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v18 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v18 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v18 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v18 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v18 19/19] kunit: fix failure to build without printk

kunit: what do we do with the 'kunit/alpha/master' branch?
 2019-09-24  0:05 UTC  (8+ messages)

[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:05 UTC  (22+ 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

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

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

[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  (7+ messages)
` [PATCH v1 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v1 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH 0/4] seccomp: continue syscall from notifier
 2019-09-19 18:30 UTC  (7+ messages)
` [PATCH 2/4] seccomp: add two missing ptrace ifdefines


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