Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2019-03-15 19:51:29 to 2019-03-20 17:13:32 UTC [more...]

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-20 17:13 UTC  (12+ 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()

[PATCH v5 1/3] Provide in-kernel headers to make extending kernel easier
 2019-03-20 16:31 UTC  (6+ 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 v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-20 14:51 UTC  (42+ 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

[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  (36+ messages)
` [PATCH v12 01/13] uaccess: add untagged_addr definition for other arches
` [PATCH v12 02/13] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v12 03/13] lib, arm64: untag user pointers in strn*_user
` [PATCH v12 04/13] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v12 05/13] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v12 06/13] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v12 07/13] fs, arm64: untag user pointers in fs/userfaultfd.c
` [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  (6+ messages)

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-03-18 16:59 UTC  (58+ messages)
` [PATCH v11 03/14] lib, arm64: untag user pointers in strn*_user
` [PATCH v11 05/14] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v11 06/14] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v11 07/14] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v11 08/14] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v11 09/14] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v11 10/14] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v11 11/14] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v11 12/14] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v11 13/14] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v11 14/14] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v2 0/4] arm64 relaxed ABI
  ` [PATCH v2 1/4] elf: Make AT_FLAGS arch configurable
  ` [PATCH v2 2/4] arm64: Define Documentation/arm64/elf_at_flags.txt
  ` [PATCH v2 3/4] arm64: Relax Documentation/arm64/tagged-pointers.txt
  ` [PATCH v2 4/4] arm64: elf: Advertise relaxed ABI

[PATCH v9 5/9] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
 2019-03-16 17:58 UTC  (4+ messages)
` [PATCH v9 6/9] kselftests: cgroup: add freezer controller self-tests

[PATCH net-next] selftests: bpf: modify urandom_read and link it non-statically
 2019-03-15 22:05 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox