linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-23 15:44:15 to 2020-04-02 07:21:04 UTC [more...]

[PATCH] selftests:mptcp: fix empty optstring
 2020-04-02  7:21 UTC  (2+ messages)

[GIT PULL] Kselftest-kunit update for Linux 5.7-rc1
 2020-04-01 23:20 UTC  (2+ messages)

[GIT PULL] Kselftest update for Linux 5.7-rc1
 2020-04-01 23:20 UTC  (2+ messages)

[PATCH v3 0/4] KUnit-KASAN Integration
 2020-04-01 18:09 UTC  (5+ messages)
` [PATCH v3 2/4] KUnit: KASAN Integration
` [PATCH v3 4/4] KASAN: Testing Documentation
` [PATCH v3 1/4] Add KUnit Struct to Current Task
` [PATCH v3 3/4] KASAN: Port KASAN Tests to KUnit

[PATCH v8 kunit-next 0/4] kunit: add debugfs representation to show results
 2020-04-01 17:47 UTC  (7+ messages)
` [PATCH v8 kunit-next 1/4] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v8 kunit-next 2/4] kunit: add log test
` [PATCH v8 kunit-next 3/4] kunit: subtests should be indented 4 spaces according to TAP
` [PATCH v8 kunit-next 4/4] kunit: update documentation to describe debugfs representation

next-20200331 kselftest results
 2020-04-01  8:00 UTC 

[PATCH 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-01  6:38 UTC  (7+ messages)
` [PATCH 1/2] selftests: kvm: Add vm_get_fd() in kvm_util
` [PATCH 2/2] selftests: kvm: Add mem_slot_test test

[PATCH 0/2] selftests: vm: Build fixes for powerpc64
 2020-04-01  3:37 UTC  (3+ messages)

[PATCH v2] kunit: Fix kunit.py run --build_dir='<foo>' fails on "unclean" trees
 2020-04-01  1:36 UTC 

runqslower build failed on Debian9
 2020-03-31 19:47 UTC  (5+ messages)

[PATCH] kunit: Fix kunit.py run --build_dir='<foo>' fails on "unclean" trees
 2020-03-31 19:38 UTC  (3+ messages)

[PATCH] Makefile: Update kselftest help information
 2020-03-31 16:45 UTC  (3+ messages)

[RFC PATCH v2 0/3] KASAN/KUnit Integration
 2020-03-31 10:12 UTC  (25+ messages)
` [RFC PATCH v2 1/3] Add KUnit Struct to Current Task
` [RFC PATCH v2 2/3] KUnit: KASAN Integration
` [RFC PATCH v2 3/3] KASAN: Port KASAN Tests to KUnit

[PATCH][next] bpf: Test_verifier: fix spelling mistake "arithmatic" -> "arithmetic"
 2020-03-31 10:00 UTC 

[PATCH v19 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-03-31  9:58 UTC  (25+ messages)
` [PATCH v19 01/24] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v19 02/24] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v19 03/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v19 04/24] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v19 05/24] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v19 06/24] selftests: vm: pkeys: Use sane types for pkey register
` [PATCH v19 07/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v19 08/24] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v19 09/24] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v19 10/24] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v19 11/24] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v19 12/24] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v19 13/24] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v19 14/24] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v19 15/24] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v19 16/24] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v19 17/24] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v19 18/24] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v19 19/24] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v19 20/24] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v19 21/24] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v19 22/24] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v19 23/24] selftests: vm: pkeys: Use the correct page size "
` [PATCH v19 24/24] selftests: vm: pkeys: Fix multilib builds for x86

[PATCH] kunit: convert test results to JSON
 2020-03-30 21:44 UTC  (2+ messages)

[PATCH v15 00/10] Landlock LSM
 2020-03-30 18:29 UTC  (14+ messages)
` [PATCH v15 01/10] landlock: Add object management
` [PATCH v15 02/10] landlock: Add ruleset and domain management
` [PATCH v15 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v15 04/10] landlock: Add ptrace restrictions
` [PATCH v15 05/10] fs,landlock: Support filesystem access-control
` [PATCH v15 06/10] landlock: Add syscall implementation
` [PATCH v15 07/10] arch: Wire up landlock() syscall
` [PATCH v15 08/10] selftests/landlock: Add initial tests
` [PATCH v15 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v15 10/10] landlock: Add user and kernel documentation

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-30 18:26 UTC  (11+ messages)

next-20200330 kselftest results
 2020-03-30 13:00 UTC 

WARNING in sk_stream_kill_queues (4)
 2020-03-30  7:25 UTC  (2+ messages)

[for-next][PATCH 02/21] selftest/ftrace: Fix function trigger test to handle trace not disabling the tracer
 2020-03-29 18:43 UTC  (3+ messages)
` [for-next][PATCH 19/21] selftests/ftrace: Add test to test new set_ftrace_notrace_pid file
` [for-next][PATCH 20/21] selftests/ftrace: Add test to test new set_event_notrace_pid file

[PATCH] kselftest/runner: avoid using timeout when timeout is disabled
 2020-03-28 11:31 UTC  (3+ messages)

[RFC v3 0/3] Fix errors when try to build kvm selftests on specified output
 2020-03-28  8:51 UTC  (8+ messages)
` [RFC v3 1/3] kvm: selftests: Fix no directory error when OUTPUT specified
` [RFC v3 2/3] kvm: selftests: Use the right INSTALL_HDR_PATH when OUTPUT specified and MAKELEVEL is 0
` [RFC v3 3/3] kvm: selftests: Fix header path when built from parent level with O specified

[PATCH][next] selftests/harness: fix spelling mistake "SIGARLM" -> "SIGALRM"
 2020-03-27 19:02 UTC  (2+ messages)

[PATCH v3 kunit-next 0/2] kunit: extend kunit resources API
 2020-03-27 12:45 UTC  (3+ messages)
` [PATCH v3 kunit-next 1/2] kunit: generalize kunit_resource API beyond allocated resources
` [PATCH v3 kunit-next 2/2] kunit: add support for named resources

[PATCH V2 3/3] rseq/selftests: Add support for riscv
 2020-03-27  8:33 UTC  (4+ messages)

[PATCH] selftests: Fix memfd to support relocatable build (O=objdir)
 2020-03-26 22:33 UTC  (3+ messages)

[PATCH] tools/testing/selftests/vm/mlock2-tests: fix mlock2 false-negative errors
 2020-03-26 20:19 UTC  (20+ messages)

[PATCH v2] kunit: tool: add missing test data file content
 2020-03-26 20:17 UTC  (3+ messages)

next-20200326 kselftest results
 2020-03-26 18:00 UTC 

[PATCHv2] selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm
 2020-03-26 12:06 UTC  (2+ messages)

next-20200325 kselftest results
 2020-03-26 10:00 UTC 

[PATCH v2 0/6] Fix errors when try to build kvm selftests on specified output
 2020-03-26  0:45 UTC  (9+ messages)
` [PATCH v2 1/6] selftests: Create directory when OUTPUT specified
` [PATCH v2 2/6] selftests: kvm: Include lib.mk earlier
` [PATCH v2 3/6] selftests: kvm: Use the default linux header path only when INSTALL_HDR_PATH not defined
` [PATCH v2 4/6] selftests: Create variable INSTALL_HDR_PATH if need to install linux headers to $(OUTPUT)/usr
` [PATCH v2 5/6] selftests: Generate build output of linux headers to $(OUTPUT)/linux-header-build
` [PATCH v2 6/6] selftests: export INSTALL_HDR_PATH if using "O" to specify output dir

[PATCH] selftests: enforce local header dependency in lib.mk
 2020-03-25 23:28 UTC  (2+ messages)

[PATCH v4] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-25 23:26 UTC  (2+ messages)

[PATCH v7 kunit-next 0/4] kunit: add debugfs representation to show results
 2020-03-25 22:11 UTC  (5+ messages)
` [PATCH v7 kunit-next 3/4] kunit: subtests should be indented 4 spaces according to TAP

[PATCH net] selftests/net/forwarding: define libs as TEST_PROGS_EXTENDED
 2020-03-25 19:01 UTC  (4+ messages)

[RFC PATCH kunit-next] kunit: kunit_tool: Separate out config/build/exec/parse
 2020-03-25 18:09 UTC  (2+ messages)

[PATCH kselftest/test] kunit: Always print actual pointer values in asserts
 2020-03-25 17:25 UTC  (5+ messages)

[PATCH kunit-next] kunit: kunit_tool: Allow .kunitconfig to disable config items
 2020-03-25 17:18 UTC  (2+ messages)

[PATCH 0/3] kselftest: Extend vDSO tests
 2020-03-25 13:44 UTC  (6+ messages)
` [PATCH 1/3] kselftest: Enable vDSO test on non x86 platforms
` [PATCH 2/3] kselftest: Extend vDSO selftest
` [PATCH 3/3] kselftest: Extend vDSO selftest to clock_getres

next-20200324 kselftest results
 2020-03-24  9:00 UTC 

[PATCH] selftests/net/forwarding: add Makefile to install tests
 2020-03-24  4:55 UTC  (2+ messages)

[PATCH 0/2] Fix errors when try to build kvm selftests on
 2020-03-24  1:51 UTC  (7+ messages)
` [PATCH 1/2] kvm: selftests: Fix no directory error when OUTPUT specified

[PATCH rebase v2] kunit: add --make_options
 2020-03-23 23:11 UTC  (2+ messages)

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-23 20:50 UTC  (6+ messages)

[PATCH v1] kunit: tool: add missing test data file content
 2020-03-23 19:24 UTC  (4+ messages)

[PATCH v2 0/2] selftests/harness: Handle timeouts cleanly
 2020-03-23 19:23 UTC  (4+ messages)
` [PATCH v2 1/2] selftests/harness: Move test child waiting logic

next-20200323 kselftest results
 2020-03-23 19:00 UTC 

[PATCH v8 0/3] mm/hmm/test: add self tests for HMM
 2020-03-23 18:25 UTC  (7+ messages)

[PATCH v2 kunit-next 0/2] kunit: extend kunit resources API
 2020-03-23 17:10 UTC  (3+ messages)
` [PATCH v2 kunit-next 1/2] kunit: generalize kunit_resource API beyond allocated resources
` [PATCH v2 kunit-next 2/2] kunit: add support for named resources


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