linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-18 17:17:40 to 2019-03-22 01:34:21 UTC [more...]

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-03-22  1:34 UTC  (22+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest

[RFC v4 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-03-22  1:23 UTC  (39+ messages)
` [RFC v4 08/17] kunit: test: add support for test abort
` [RFC v4 16/17] of: unittest: split out a couple of test cases from unittest
` [RFC v4 17/17] of: unittest: split up some super large test cases

[PATCH v3 00/10] Support using MSI interrupts in ntb_transport
 2019-03-22  0:06 UTC  (22+ messages)
` [PATCH v3 01/10] PCI/MSI: Support allocating virtual MSI interrupts
` [PATCH v3 02/10] PCI/switchtec: Add module parameter to request more interrupts
` [PATCH v3 03/10] NTB: Introduce helper functions to calculate logical port number
` [PATCH v3 04/10] NTB: Introduce functions to calculate multi-port resource index
` [PATCH v3 05/10] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH v3 06/10] NTB: Introduce MSI library
` [PATCH v3 07/10] NTB: Introduce NTB MSI Test Client
` [PATCH v3 08/10] NTB: Add ntb_msi_test support to ntb_test
` [PATCH v3 09/10] NTB: Add MSI interrupt support to ntb_transport
` [PATCH v3 10/10] NTB: Describe the ntb_msi_test client in the documentation

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-21 17:52 UTC  (44+ messages)
` [PATCH v13 01/20] uaccess: add untagged_addr definition for other arches
` [PATCH v13 02/20] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v13 03/20] lib, arm64: untag user pointers in strn*_user
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 05/20] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v13 06/20] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v13 07/20] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v13 08/20] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v13 11/20] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v13 12/20] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v13 13/20] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
` [PATCH v13 15/20] drm/radeon, arm64: untag user pointers in radeon_ttm_tt_pin_userptr
` [PATCH v13 16/20] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v13 18/20] tee/optee, arm64: untag user pointers in check_mem_type
` [PATCH v13 19/20] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v13 20/20] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-21 15:49 UTC  (34+ messages)
` [PATCHv2 bpf-next 2/3] bpf, tests: drop unused __bpf_constant_foo defines
` [PATCHv2 bpf-next 3/3] bpf, tests: don't use __bpf_constant_htons()

next-20190321 kselftest results
 2019-03-21 13:00 UTC  (2+ messages)

[PATCH v2] selftest/rseq: Remove duplicate header
 2019-03-21 12:46 UTC  (3+ messages)

[PATCH v5 1/3] Provide in-kernel headers to make extending kernel easier
 2019-03-20 19:42 UTC  (10+ messages)
` [PATCH v5 2/3] Add selftests for module build using in-kernel headers
` [PATCH v5 3/3] init/config: Do not select BUILD_BIN2C for IKCONFIG

[PATCH v4 0/8] selftests/kexec: add kexec tests
 2019-03-20 12:03 UTC  (5+ messages)

[PATCH v12 00/13] arm64: untag user pointers passed to the kernel
 2019-03-20 11:25 UTC  (21+ messages)
` [PATCH v12 08/13] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v12 09/13] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v12 10/13] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v12 11/13] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v12 12/13] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v12 13/13] selftests, arm64: add a selftest for passing tagged pointers to kernel

next-20190320 kselftest results
 2019-03-20 10:00 UTC  (2+ messages)

[PATCH v2] selftest/gpio: Remove duplicate header
 2019-03-20  5:57 UTC  (3+ messages)

[PATCH v2] selftest/timers: Remove duplicate header
 2019-03-20  5:56 UTC  (3+ messages)

[PATCH] bpf, tests: tweak endianness selection
 2019-03-20  1:51 UTC  (6+ messages)

next-20190319 kselftest results
 2019-03-19 11:00 UTC  (2+ messages)

[PATCH] selftests: efivarfs: remove the test_create_read file if it was exist
 2019-03-19  3:24 UTC  (2+ messages)

[PATCH] bpf, tests: don't use __bpf_constant_htons()
 2019-03-19  2:48 UTC  (2+ messages)

next-20190318 kselftest results
 2019-03-19  0:00 UTC  (2+ messages)

[PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-18 21:11 UTC  (6+ messages)

selftests: bpf: test_align Failed to find match 1: R1=ctx(id=0,off=0,imm=0) func#0 @0
 2019-03-18 17:26 UTC  (3+ 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).