linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-08 11:41:48 to 2019-06-13 15:51:58 UTC [more...]

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-13 15:51 UTC  (54+ 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 09/15] drm/amdgpu, "
` [PATCH v17 10/15] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v17 11/15] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
` [PATCH v17 12/15] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v17 13/15] tee/shm, arm64: untag user pointers in tee_shm_register
` [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] 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

kselftest build broken?
 2019-06-13 14:58 UTC  (18+ messages)

[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  (63+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 07/16] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel

[bug report] pidfd: add polling selftests
 2019-06-12  9:52 UTC 

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-11 20:29 UTC  (8+ messages)
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[PATCH v2.5 0/3] firmware: Add support for loading compressed files
 2019-06-11 12:26 UTC  (4+ messages)
` [PATCH v2.5 1/3] firmware: Factor out the paged buffer handling code
` [PATCH v2.5 2/3] firmware: Add support for loading compressed files
` [PATCH v2.5 3/3] selftests: firmware: Add compressed firmware tests

[PATCH v2 0/2] firmware: Add support for loading compressed files
 2019-06-11 12:22 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: firmware: Add compressed firmware tests

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-10 17:47 UTC  (36+ messages)
` [PATCH v6 01/19] kernel: Standardize vdso_datapage
` [PATCH v6 02/19] kernel: Define gettimeofday vdso common code
` [PATCH v6 03/19] kernel: Unify update_vsyscall implementation

[PATCH v3 15/20] docs: move protection-keys.rst to the core-api book
 2019-06-09  9:19 UTC  (4+ messages)

[GIT PULL] Kselftest second fixes update for Linux 5.2-rc4
 2019-06-08 19:30 UTC  (4+ messages)

[PATCH for 5.2 08/12] rseq/selftests: arm: use udf instruction for RSEQ_SIG
 2019-06-08 15:52 UTC  (6+ messages)
` [PATCH v2 "

[PATCH AUTOSEL 5.1 14/70] selftests: netfilter: missing error check when setting up veth interface
 2019-06-08 11:38 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 05/31] selftests: netfilter: missing error check when setting up veth interface
 2019-06-08 11:46 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 02/20] selftests: netfilter: missing error check when setting up veth interface
 2019-06-08 11:47 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 07/49] selftests: netfilter: missing error check when setting up veth interface
 2019-06-08 11:41 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).