linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-12 11:45:10 to 2019-06-21 09:54:29 UTC [more...]

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-06-21  9:52 UTC  (11+ messages)
` [PATCH v7 05/25] arm64: Build vDSO with -ffixed-x18
` [PATCH v7 07/25] arm64: compat: Expose signal related structures
` [PATCH v7 09/25] lib: vdso: Add compat support
` [PATCH v7 10/25] arm64: compat: Add vDSO
` [PATCH v7 14/25] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v7 21/25] mips: Add clock_gettime64 entry point
` [PATCH v7 22/25] x86: Add support for generic vDSO
` [PATCH v7 23/25] x86: Add clock_getres entry point
` [PATCH v7 24/25] x86: Add clock_gettime64 "
` [PATCH v7 25/25] kselftest: Extend vDSO selftest

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-21  9:11 UTC  (19+ messages)
` [PATCH v6 03/19] kernel: Unify update_vsyscall implementation
` [PATCH v6 18/19] x86: Add support for generic vDSO

selftests: bpf: test_libbpf.sh failed at file test_l4lb.o
 2019-06-21  5:17 UTC  (2+ messages)

[PATCH] selftests/tpm2: Install run-time Python modules
 2019-06-20 21:40 UTC  (2+ messages)

[PATCH v2.5 0/3] firmware: Add support for loading compressed files
 2019-06-20  8:19 UTC  (7+ messages)
` [PATCH v2.5 2/3] "

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

[PATCH net-next] selftests/net: make udpgso_bench skip unsupported testcases
 2019-06-19 21:34 UTC  (2+ messages)

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-19 20:05 UTC  (70+ messages)
` [PATCH v17 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v17 02/15] lib, arm64: untag user pointers in strn*_user
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v17 05/15] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v17 06/15] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v17 07/15] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v17 08/15] userfaultfd, arm64: untag user pointers
` [PATCH v17 12/15] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v17 14/15] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v17 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v4 0/2] arm64 relaxed ABI
  ` [PATCH v4 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt
  ` [PATCH v4 2/2] arm64: Relax Documentation/arm64/tagged-pointers.txt
` [PATCH v5 0/2] arm64 relaxed ABI
  ` [PATCH v5 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt
  ` [PATCH v5 2/2] arm64: Relax Documentation/arm64/tagged-pointers.txt

[RFC] arm64: Detecting tagged addresses
 2019-06-19 12:16 UTC 

4.19: udpgso_bench_tx: setsockopt zerocopy: Unknown error 524
 2019-06-19  0:38 UTC  (13+ messages)

[PATCH v1 06/22] docs: blockdev: convert to ReST
 2019-06-18 21:05 UTC 

[PATCH] selftests/powerpc: Add missing newline at end of file
 2019-06-18 12:33 UTC  (3+ messages)

kernel/workqueue.c:3030 __flush_work+0x2c2/0x2d0
 2019-06-18  7:39 UTC  (2+ messages)

Fixing Python 3 syntax errors in tpm2_tests.py
 2019-06-18  6:23 UTC  (2+ messages)

[PATCH net-next v3 0/3] UDP GSO audit tests
 2019-06-17 23:30 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net/udpgso_bench_tx: options to exercise TX CMSG
` [PATCH net-next v3 2/3] net/udpgso_bench.sh add UDP GSO audit tests
` [PATCH net-next v3 3/3] net/udpgso_bench.sh test fails on error

stable-rc: ptrace: peeksiginfo failed on 4.19, 4.14, 4.9 and 4.4
 2019-06-17 20:26 UTC  (4+ messages)

[RFC PATCH 1/1] Revert "rseq/selftests: arm: use udf instruction for RSEQ_SIG"
 2019-06-17 15:23 UTC 

BUG: kernel NULL pointer dereference, address: 00000000
 2019-06-17 13:07 UTC 

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-14 23:22 UTC  (4+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core

[PATCH] selftests/bpf: signedness bug in enable_all_controllers()
 2019-06-14 23:20 UTC  (3+ messages)

[PATCH AUTOSEL 5.1 28/59] kselftest/cgroup: fix unexpected testing failure on test_memcontrol
 2019-06-14 20:28 UTC  (6+ messages)
` [PATCH AUTOSEL 5.1 29/59] kselftest/cgroup: fix unexpected testing failure on test_core
` [PATCH AUTOSEL 5.1 30/59] kselftest/cgroup: fix incorrect test_core skip
` [PATCH AUTOSEL 5.1 31/59] userfaultfd: selftest: fix compiler warning
` [PATCH AUTOSEL 5.1 32/59] selftests: vm: install test_vmalloc.sh for run_vmtests
` [PATCH AUTOSEL 5.1 40/59] selftests: set sysctl bc_forwarding properly in router_broadcast.sh

[PATCH AUTOSEL 4.19 17/39] kselftest/cgroup: fix unexpected testing failure on test_memcontrol
 2019-06-14 20:29 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 18/39] kselftest/cgroup: fix unexpected testing failure on test_core
` [PATCH AUTOSEL 4.19 19/39] kselftest/cgroup: fix incorrect test_core skip
` [PATCH AUTOSEL 4.19 20/39] selftests: vm: install test_vmalloc.sh for run_vmtests

[PATCH net-next v2 0/3] UDP GSO audit tests
 2019-06-13 23:17 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net/udpgso_bench_tx: options to exercise TX CMSG

kselftest build broken?
 2019-06-13 16:37 UTC  (20+ messages)

[PATCH] bpf: selftests: Fix warning in flow_dissector
 2019-06-13 15:47 UTC  (3+ messages)

[PATCH v5 00/10] Support using MSI interrupts in ntb_transport
 2019-06-13 15:46 UTC  (3+ messages)

[PATCH] selftests/net: skip psock_tpacket test if KALLSYMS was not enabled
 2019-06-13 10:28 UTC  (3+ messages)

[PATCH 00/13] Add arm64/signal initial kselftest support
 2019-06-13 11:13 UTC  (14+ messages)
` [PATCH 01/13] kselftest: arm64: introduce new boilerplate code
` [PATCH 02/13] kselftest: arm64: adds arm64/signal support code
` [PATCH 03/13] kselftest: arm64: mangle_sp_misaligned
` [PATCH 04/13] kselftest: arm64: mangle_pc_invalid
` [PATCH 05/13] kselftest: arm64: mangle_pstate_invalid_daif_bits
` [PATCH 06/13] kselftest: arm64: mangle_pstate_invalid_state_toggle
` [PATCH 07/13] kselftest: arm64: mangle_pstate_invalid_mode_el?
` [PATCH 08/13] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH 09/13] kselftest: arm64: fake_sigreturn_misaligned
` [PATCH 10/13] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH 11/13] kselftest: arm64: fake_sigreturn_bad_size
` [PATCH 12/13] kselftest: arm64: fake_sigreturn_bad_size_for_magic0
` [PATCH 13/13] kselftest: arm64: fake_sigreturn_overflow_reserved

[PATCH v4 0/3] Fix vDSO clock_getres()
 2019-06-13 15:22 UTC  (5+ messages)
` [PATCH v4 3/3] kselftest: Extend vDSO selftest to clock_getres

[PATCH] selftests/kselftest/runner.sh: Add 30 second timeout per test
 2019-06-12 16:41 UTC 

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-12 11:52 UTC  (7+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr


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