linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 17:01:12 to 2020-03-09 02:53:51 UTC [more...]

[PATCH 0/3] riscv: add support for restartable sequence
 2020-03-09  2:53 UTC  (3+ messages)

[PATCH v28 14/22] selftests/x86: Add a selftest for SGX
 2020-03-07 17:42 UTC  (11+ messages)
` [PATCH v28 22/22] selftests/x86: Add vDSO "

[v2] dma-buf: heaps: bugfix for selftest failure
 2020-03-07 14:02 UTC 

[PATCH V1 00/13] Miscellaneous fixes for resctrl selftests
 2020-03-07  3:40 UTC  (14+ messages)
` [PATCH V1 01/13] selftests/resctrl: Fix feature detection
` [PATCH V1 02/13] selftests/resctrl: Fix typo
` [PATCH V1 03/13] selftests/resctrl: Fix typo in help text
` [PATCH V1 04/13] selftests/resctrl: Ensure sibling CPU is not same as original CPU
` [PATCH V1 05/13] selftests/resctrl: Fix missing options "-n" and "-p"
` [PATCH V1 06/13] selftests/resctrl: Fix MBA/MBM results reporting format
` [PATCH V1 07/13] selftests/resctrl: Don't use variable argument list for setup function
` [PATCH V1 08/13] selftests/resctrl: Fix typos
` [PATCH V1 09/13] selftests/resctrl: Modularize fill_buf for new CAT test case
` [PATCH V1 10/13] selftests/resctrl: Change Cache Allocation Technology (CAT) test
` [PATCH V1 11/13] selftests/resctrl: Change Cache Quality Monitoring (CQM) test
` [PATCH V1 12/13] selftests/resctrl: Dynamically select buffer size for CAT test
` [PATCH V1 13/13] selftests/resctrl: Cleanup fill_buff after changing "

kselftest selftest issues and clarifications
 2020-03-07  0:19 UTC  (4+ messages)

[RFC PATCH 1/2] Port KASAN Tests to KUnit
 2020-03-06 23:58 UTC  (27+ messages)
` [RFC PATCH 2/2] KUnit: KASAN Integration

[GIT PULL] Kselftest kunit update for Linux 5.6-rc5
 2020-03-06 23:10 UTC  (2+ messages)

[PATCH v3 0/4] Implement FUTEX_WAIT_MULTIPLE operation
 2020-03-06 16:57 UTC  (17+ messages)
` [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes
              ` 'simple' futex interface [Was: [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes]

[PATCH bpf-next v3 09/12] selftests: bpf: don't listen() on UDP sockets
 2020-03-06 15:39 UTC  (8+ messages)
` [PATCH bpf-next v3 10/12] selftests: bpf: add tests for UDP sockets in sockmap
` [PATCH bpf-next v3 11/12] selftests: bpf: enable UDP sockmap reuseport tests

[PATCH -next] selftests/timens: Remove duplicated include <time.h>
 2020-03-06 14:49 UTC  (2+ messages)

[PATCH bpf 1/2] bpf, x32: fix bug with JMP32 JSET BPF_X checking upper bits
 2020-03-06 14:03 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests: bpf: add test for JMP32 JSET BPF_X with upper bits set

next-20200306 kselftest results
 2020-03-06 13:00 UTC 

BUG: kernel NULL pointer dereference, address: 00 - ida_free+0x76/0x140
 2020-03-06 12:05 UTC  (6+ messages)

WARNING: kernel/bpf/verifier.c:8186 bpf_check+0x2332/0x30a4
 2020-03-06 11:05 UTC 

[PATCH v2 1/2] kunit: kunit_parser: make parser more robust
 2020-03-05 21:26 UTC  (4+ messages)
` [PATCH v2 2/2] kunit: Run all KUnit tests through allyesconfig

[PATCH v2 2/4] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-05 17:42 UTC  (4+ messages)

[RFC PATCH 0/1] kvm: selftests: Add TEST_FAIL macro
 2020-03-05 17:28 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH AUTOSEL 5.5 21/67] kunit: run kunit_tool from any directory
 2020-03-05 17:12 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 22/67] selftests/rseq: Fix out-of-tree compilation

[PATCH AUTOSEL 5.4 18/58] selftests/rseq: Fix out-of-tree compilation
 2020-03-05 17:13 UTC 

next-20200305 kselftest results
 2020-03-05 11:00 UTC 

[PATCH] selftests: Add support for argc and argv
 2020-03-05 10:57 UTC  (3+ messages)

[PATCH] selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm
 2020-03-05  9:02 UTC  (3+ messages)

[PATCH 0/4] Kselftest integration into Kernel CI - Part 1
 2020-03-05  0:29 UTC  (10+ messages)
` [PATCH 1/4] selftests: Fix kselftest O=objdir build from cluttering top level objdir
` [PATCH 2/4] selftests: Fix seccomp to support relocatable build (O=objdir)
` [PATCH 3/4] selftests: android: ion: Fix ionmap_test compile error
` [PATCH 4/4] selftests: android: Fix custom install from skipping test progs

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-04 23:10 UTC  (17+ messages)
` [PATCH v3 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v3 2/7] arch: um: "
` [PATCH v3 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v3 4/7] init: main: add KUnit to kernel init
` [PATCH v3 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v3 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v3 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v2] selftests/ftrace: Use printf instead of echo in kprobe syntax error tests
 2020-03-04 22:20 UTC 

[PATCH] selftests/ftrace: Use printf instead of echo in kprobe syntax error tests
 2020-03-04 21:49 UTC  (3+ messages)

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

next-20200304 kselftest results
 2020-03-04 18:00 UTC 

[PATCH] dma-buf: heaps: bugfix for selftest failure
 2020-03-04  5:34 UTC 

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

next-20200303 kselftest results
 2020-03-03 16:00 UTC 

syzkaller reproducers
 2020-03-03 13:46 UTC  (15+ messages)
      ` [Automated-testing] "

[PATCH] kvm: selftests: Support dirty log initial-all-set test
 2020-03-03 10:14 UTC  (5+ messages)

[PATCH AUTOSEL 5.5 04/66] Kernel selftests: tpm2: check for tpm support
 2020-03-03  2:46 UTC  (5+ messages)
` [PATCH AUTOSEL 5.5 05/66] selftests: fix too long argument
` [PATCH AUTOSEL 5.5 19/66] selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testing
` [PATCH AUTOSEL 5.5 21/66] selftests: forwarding: vxlan_bridge_1d: fix tos value
` [PATCH AUTOSEL 5.5 66/66] selftests: forwarding: vxlan_bridge_1d: use more proper "

[PATCH AUTOSEL 5.4 04/58] selftests: fix too long argument
 2020-03-03  2:47 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 18/58] selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testing
` [PATCH AUTOSEL 5.4 20/58] selftests: forwarding: vxlan_bridge_1d: fix tos value
` [PATCH AUTOSEL 5.4 58/58] selftests: forwarding: vxlan_bridge_1d: use more proper "

[PATCH AUTOSEL 4.19 04/32] selftests: fix too long argument
 2020-03-03  2:48 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 13/32] selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testing

[PATCH AUTOSEL 4.14 03/22] selftests: fix too long argument
 2020-03-03  2:49 UTC 

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 20:00 UTC  (3+ messages)
` [PATCH v2 4/7] init: main: add KUnit to kernel init

[PATCH v5 kunit-next 0/4] kunit: add debugfs representation to show results
 2020-03-02 19:53 UTC  (5+ messages)
` [PATCH v5 kunit-next 1/4] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v5 kunit-next 4/4] kunit: update documentation to describe debugfs representation

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 19:45 UTC  (10+ messages)

[PATCH v4] Documentation: kunit: Make the KUnit documentation less UML-specific
 2020-03-02 16:50 UTC  (2+ messages)

[PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-03-02 10:25 UTC  (3+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-02 10:03 UTC  (5+ messages)
` [RFC PATCH v14 10/10] landlock: Add user and kernel documentation
  ` [RFC PATCH v14 01/10] landlock: Add object and rule management

[PATCH] kunit: add --make_options
 2020-02-29  1:53 UTC  (4+ messages)

[ANN] Kselftest integration into Kernel CI
 2020-02-28 18:43 UTC  (3+ messages)

next-20200228 kselftest results
 2020-02-28 15:00 UTC 

[PATCH] selftests: pidfd: Add pidfd_fdinfo_test in .gitignore
 2020-02-28 13:41 UTC  (3+ messages)

[PATCH bpf-next v2 6/9] selftests: bpf: don't listen() on UDP sockets
 2020-02-28 11:53 UTC  (3+ messages)
` [PATCH bpf-next v2 7/9] selftests: bpf: add tests for UDP sockets in sockmap
` [PATCH bpf-next v2 8/9] selftests: bpf: enable UDP sockmap reuseport tests

[PATCH 1/2] kunit: kunit_parser: making parser more robust
 2020-02-28  0:36 UTC  (4+ messages)

[PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
 2020-02-27 18:09 UTC  (4+ messages)

[PATCH] selftests/vm: Fix map_hugetlb length used for testing read and write
 2020-02-27 17:03 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).