linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 14:28:41 to 2020-02-26 15:43:32 UTC [more...]

[PATCH bpf-next v3 0/5] bpftool: Make probes which emit dmesg warnings optional
 2020-02-26 15:43 UTC  (13+ messages)
` [PATCH bpf-next v3 1/5] bpftool: Move out sections to separate functions
` [PATCH bpf-next v3 2/5] bpftool: Make probes which emit dmesg warnings optional
` [PATCH bpf-next v3 3/5] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next v3 4/5] bpftool: Update bash completion for "
` [PATCH bpf-next v3 5/5] selftests/bpf: Add test "

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

selftests: Linux Kernel Dump Test Module output
 2020-02-26 11:53 UTC  (7+ messages)

next-20200226 kselftest results
 2020-02-26 10:00 UTC 

[PATCH 1/2] kunit: kunit_parser: making parser more robust
 2020-02-26  2:38 UTC  (5+ messages)
` [PATCH 2/2] kunit: Run all KUnit tests through allyesconfig

[PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
 2020-02-26  0:58 UTC  (9+ messages)

[GIT PULL] Kselftest kunit update for Linux 5.6-rc4
 2020-02-26  0:33 UTC 

[GIT PULL] Kselftest update for Linux 5.6-rc4
 2020-02-25 23:26 UTC 

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-25 22:37 UTC  (30+ messages)
` [PATCH v2 1/7] fs: introduce kernel_pread_file* support
` [PATCH v2 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH v2 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v2 4/7] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v2 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH v2 7/7] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver
  ` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver
  ` [RFC PATCH] misc: bcm-vk: image_tab[] can be static

[PATCHv2] selftests/timers: Turn off timeout setting
 2020-02-25 16:57 UTC 

[PATCH] selftests/timers: Turn off timeout setting
 2020-02-25 16:26 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] bpftool: Make probes which emit dmesg warnings optional
 2020-02-25 14:54 UTC  (16+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Move out sections to separate functions
` [PATCH bpf-next v2 2/5] bpftool: Make probes which emit dmesg warnings optional
` [PATCH bpf-next v2 3/5] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next v2 4/5] bpftool: Update bash completion for "
` [PATCH bpf-next v2 5/5] selftests/bpf: Add test "

next-20200225 kselftest results
 2020-02-25  9:00 UTC 

WARNING in sk_stream_kill_queues (4)
 2020-02-25  8:19 UTC 

next-20200224 kselftest results
 2020-02-25  6:00 UTC 

[PATCH v27 12/22] selftests/x86: Add a selftest for SGX
 2020-02-23 17:25 UTC  (2+ messages)
` [PATCH v27 20/22] selftests/x86: Add vDSO "

next-20200221 kselftest results
 2020-02-22 10:00 UTC 

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-02-22  8:06 UTC  (15+ messages)
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf

[PATCH v12 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-21 20:19 UTC  (31+ messages)
` [PATCH v12 5/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v12 6/9] hugetlb_cgroup: support noreserve mappings
` [PATCH v12 7/9] hugetlb: support file_region coalescing again
` [PATCH v12 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v12 9/9] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH] selftests: Install settings files to fix TIMEOUT failures
 2020-02-21 15:19 UTC  (7+ messages)

[PATCH net-next] wireguard: selftests: remove duplicated include <sys/types.h>
 2020-02-21 12:22 UTC  (2+ messages)

Kernel 5.5.4 build fail for BPF-selftests with latest LLVM
 2020-02-20 19:18 UTC  (6+ messages)

[PATCH] selftests/rseq: Fix out-of-tree compilation
 2020-02-20 16:17 UTC  (3+ messages)

[PATCH] selftest/lkdtm: Don't pollute 'git status'
 2020-02-20 15:49 UTC 

[PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified
 2020-02-20  7:38 UTC  (4+ messages)
` [PATCH] docs/kunit/start: Use '_KUNIT_TEST' config name suffix
    `  "

[GIT PULL] Kselftest update for Linux 5.6-rc3
 2020-02-20  1:30 UTC  (2+ messages)

[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
 2020-02-20  1:10 UTC  (8+ messages)
` [PATCH v6 5/6] nouveau: use new mmu interval notifiers

[PATCH v2] kunit: run kunit_tool from any directory
 2020-02-19 22:41 UTC  (3+ messages)

[PATCH bpf-next 0/6] bpftool: Allow to select sections and filter probes
 2020-02-19 20:57 UTC  (12+ messages)
` [PATCH bpf-next 1/6] bpftool: Move out sections to separate functions
` [PATCH bpf-next 2/6] bpftool: Allow to select a specific section to probe
` [PATCH bpf-next 3/6] bpftool: Add arguments for filtering in and filtering out probes
` [PATCH bpf-next 4/6] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next 5/6] bpftool: Update bash completion for "
` [PATCH bpf-next 6/6] selftests/bpf: Add test "

[PATCH v2 0/2] ftrace/selftest: clean up failure cases
 2020-02-19 19:26 UTC  (5+ messages)
` [PATCH v2 1/2] ftrace/selftests: workaround cgroup RT scheduling issues
` [PATCH v2 2/2] ftrace/selftest: make unresolved cases cause failure if --fail-unresolved set

[PATCH v3 0/4] Implement FUTEX_WAIT_MULTIPLE operation
 2020-02-19 16:27 UTC  (2+ messages)

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

[PATCH 0/2] ftrace/selftests: clean up failure cases
 2020-02-19  9:55 UTC  (6+ messages)
` [PATCH 2/2] ftrace/selftest: absence of modules/programs should trigger unsupported errors

[PATCH v3 kunit-next 0/2] kunit: add debugfs representation to show results/run tests
 2020-02-19  1:18 UTC  (11+ messages)
` [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display

[PATCH] kunit: run kunit_tool from any directory
 2020-02-18 20:08 UTC  (2+ messages)

arm64: bpf: Elide some moves to a0 after calls
 2020-02-18 19:28 UTC  (2+ messages)

[PATCH v4 kunit-next 0/3] kunit: add debugfs representation to show results
 2020-02-18 19:26 UTC  (5+ messages)
` [PATCH v4 kunit-next 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v4 kunit-next 2/3] kunit: add log test
` [PATCH v4 kunit-next 3/3] kunit: update documentation to describe debugfs representation


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