linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-16 09:43:52 to 2019-07-28 01:10:18 UTC [more...]

[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
 2019-07-28  1:02 UTC  (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests

[PATCH v3 1/2] tests: move common definitions and functions into pidfd.h
 2019-07-27 18:24 UTC  (6+ messages)
` [PATCH v3 2/2] tests: add pidfd poll tests

[PATCH v7 19/25] mips: Add support for generic vDSO
 2019-07-26 16:29 UTC  (5+ messages)
  ` [PATCH 0/2] mips: vdso: Fix Makefile
    ` [PATCH 1/2] mips: vdso: Fix source path
    ` [PATCH 2/2] mips: vdso: Fix flip/flop vdso building bug

[PATCH AUTOSEL 5.2 39/85] selftests/bpf: do not ignore clang failures
 2019-07-26 13:38 UTC 

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-26  8:31 UTC  (28+ messages)
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

[PATCH v7 20/25] mips: Add clock_getres entry point
 2019-07-26  5:15 UTC  (2+ messages)

[PATCH v7 21/25] mips: Add clock_gettime64 entry point
 2019-07-26  5:15 UTC  (2+ messages)

[PATCH v2 1/2] tests: move common definitions and functions into pidfd.h
 2019-07-25 21:14 UTC  (11+ messages)
` [PATCH v2 2/2] tests: add pidfd poll tests

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-07-25 13:50 UTC  (26+ messages)
` [PATCH v19 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v19 03/15] lib: untag user pointers in strn*_user
` [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v19 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v19 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v19 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v19 08/15] userfaultfd: untag user pointers
` [PATCH v19 09/15] drm/amdgpu: "
` [PATCH v19 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v19 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v19 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v19 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v19 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v19 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v6 0/2] arm64 relaxed ABI
  ` [PATCH v6 1/2] arm64: Define Documentation/arm64/tagged-address-abi.rst
  ` [PATCH v6 2/2] arm64: Relax Documentation/arm64/tagged-pointers.rst

[PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
 2019-07-24 22:27 UTC  (5+ messages)

[PATCH v3] selftests/livepatch: add test skip handling
 2019-07-24 20:19 UTC  (8+ messages)
  ` [PATCH v4] "

[PATCH 1/1] tests: add pidfd poll tests
 2019-07-24 17:03 UTC  (3+ messages)

[PATCH] selftests: mlxsw: Fix typo in qos_mc_aware.sh
 2019-07-24 15:00 UTC  (3+ messages)

[PATCH 5/5] pidfd: add pidfd_wait tests
 2019-07-24 14:46 UTC 

[PATCH] selftests: kmod: Fix typo in kmod.sh
 2019-07-23 15:44 UTC  (2+ messages)

"make" vs "$(MAKE)" in tools/testing/selftests/Makefile
 2019-07-22 17:23 UTC  (3+ messages)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-07-22 16:46 UTC  (19+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr

[PATCH] selftests/livepatch: add test skip handling
 2019-07-20 11:26 UTC  (6+ messages)

[PATCH v10 0/9] namei: openat2(2) path resolution restrictions
 2019-07-20  0:09 UTC  (13+ messages)
` [PATCH v10 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v10 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v10 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v10 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v10 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v10 6/9] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v10 7/9] open: openat2(2) syscall
` [PATCH v10 8/9] kselftest: save-and-restore errno to allow for %m formatting
    ` [PATCH] "
` [PATCH v10 9/9] selftests: add openat2(2) selftests

[PATCH] selftests/livepatch: push and pop dynamic debug config
 2019-07-19 10:46 UTC  (3+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-19 10:29 UTC  (11+ messages)
` [PATCH v9 08/10] open: openat2(2) syscall

[PATCH AUTOSEL 5.2 226/249] selftests: bpf: fix inlines in test_lwt_seg6local
 2019-07-19  7:54 UTC  (7+ messages)

[PATCH AUTOSEL 5.2 124/171] rseq/selftests: Fix Thumb mode build failure on arm32
 2019-07-19  3:55 UTC 

[PATCH v10 6/9] kselftests: cgroup: add freezer controller self-tests
 2019-07-18 18:19 UTC  (5+ messages)

[PATCH] KVM: selftests: Remove superfluous define from vmx.c
 2019-07-18 11:55 UTC 

[RFC PATCH] KVM: PPC: Enable the kvm_create_max_vcpus selftest on ppc64
 2019-07-18 10:17 UTC 

[PATCH v9 05/10] namei: O_BENEATH-style path resolution flags
 2019-07-18  3:17 UTC  (11+ messages)

[PATCH v2] selftests/livepatch: add test skip handling
 2019-07-17 14:45 UTC  (5+ messages)

[PATCH RFC 0/4] Add support to directly attach BPF program to ftrace
 2019-07-17 13:01 UTC  (12+ messages)

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

general protection fault in tls_setsockopt
 2019-07-16 23:58 UTC 

[PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-16  9:43 UTC  (12+ messages)
` [PATCH v10 06/18] kbuild: enable building KUnit
` [PATCH v10 07/18] kunit: test: add initial tests
` [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v10 11/18] kunit: test: add the concept of assertions
` [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v10 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section


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