linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-19 14:45:19 to 2019-06-27 15:34:11 UTC [more...]

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-06-27 15:34 UTC  (68+ messages)
` [PATCH v7 01/25] kernel: Standardize vdso_datapage
` [PATCH v7 02/25] kernel: Define gettimeofday vdso common code
` [PATCH v7 03/25] kernel: Unify update_vsyscall implementation
` [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
    ` [PATCH 1/3] lib/vdso: Delay mask application in do_hres()
      ` [PATCH 2/3] arm64: Fix __arch_get_hw_counter() implementation
      ` [PATCH 3/3] arm64: compat: "
            ` lib/vdso: Make delta calculation work correctly
  ` [PATCH] arm64: vdso: Fix compilation with clang < 8
  ` [PATCH v2] arm64: vdso: Fix compilation with clang older then 8
` [PATCH v7 05/25] arm64: Build vDSO with -ffixed-x18
` [PATCH v7 06/25] arm64: compat: Add missing syscall numbers
` [PATCH v7 07/25] arm64: compat: Expose signal related structures
` [PATCH v7 08/25] arm64: compat: Generate asm offsets for signals
` [PATCH v7 09/25] lib: vdso: Add compat support
` [PATCH v7 10/25] arm64: compat: Add vDSO
` [PATCH v7 11/25] arm64: Refactor vDSO code
` [PATCH v7 12/25] arm64: compat: vDSO setup for compat layer
` [PATCH v7 13/25] arm64: elf: vDSO code page discovery
` [PATCH v7 14/25] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v7 15/25] arm64: Add vDSO compat support
` [PATCH v7 16/25] arm: Add support for generic vDSO
` [PATCH v7 17/25] arm: Add clock_getres entry point
` [PATCH v7 18/25] arm: Add clock_gettime64 "
` [PATCH v7 19/25] mips: Add support for generic vDSO
` [PATCH v7 20/25] mips: Add clock_getres entry point
` [PATCH v7 21/25] mips: Add clock_gettime64 "
` [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 v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 UTC  (2+ messages)

[RFC] arm64: Detecting tagged addresses
 2019-06-27 13:18 UTC  (3+ messages)

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-27  6:10 UTC  (41+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 06/18] kbuild: enable building KUnit
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [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 AUTOSEL 5.1 48/95] bpf: lpm_trie: check left child of last leftmost node for NULL
 2019-06-27  0:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 58/95] bpf: fix div64 overflow tests to properly detect errors

[PATCH AUTOSEL 4.19 31/60] bpf: lpm_trie: check left child of last leftmost node for NULL
 2019-06-27  0:35 UTC 

[RFC PATCH 1/1] Revert "rseq/selftests: arm: use udf instruction for RSEQ_SIG"
 2019-06-26 18:00 UTC  (6+ messages)

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

selftests: bpf: test_libbpf.sh failed at file test_l4lb.o
 2019-06-25 20:27 UTC  (8+ messages)

Fwd: BUG: KASAN: global-out-of-bounds in ata_exec_internal_sg+0x50f/0xc70
 2019-06-24 18:39 UTC 

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 14:22 UTC  (20+ messages)
` [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 12/15] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v5 0/2] arm64 relaxed ABI
  ` [PATCH v5 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt

[PATCH 5.1 057/121] kselftest/cgroup: fix unexpected testing failure on test_memcontrol
 2019-06-24  9:56 UTC  (3+ messages)
` [PATCH 5.1 058/121] kselftest/cgroup: fix unexpected testing failure on test_core
` [PATCH 5.1 059/121] kselftest/cgroup: fix incorrect test_core skip

[PATCH 4.19 45/90] kselftest/cgroup: fix unexpected testing failure on test_memcontrol
 2019-06-24  9:56 UTC  (3+ messages)
` [PATCH 4.19 46/90] kselftest/cgroup: fix unexpected testing failure on test_core
` [PATCH 4.19 47/90] kselftest/cgroup: fix incorrect test_core skip

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-24  1:20 UTC  (17+ messages)
` [PATCH v6 18/19] x86: Add support for generic vDSO

[PATCH] selftests/powerpc: ppc_asm.h: typo in the header guard
 2019-06-23 15:52 UTC 

[PATCH 00/13] Add arm64/signal initial kselftest support
 2019-06-21 10:36 UTC  (28+ 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] 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  (6+ messages)
` [PATCH v2.5 2/3] "

[PATCH net-next] selftests/net: make udpgso_bench skip unsupported testcases
 2019-06-19 21:34 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).