Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2019-03-13 10:14:36 to 2019-03-20 12:53:35 UTC [more...]

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-20 12:53 UTC  (6+ 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 v4 0/8] selftests/kexec: add kexec tests
 2019-03-20 12:03 UTC  (24+ messages)
` [PATCH v4 1/8] selftests/kexec: move the IMA kexec_load selftest to selftests/kexec
` [PATCH v4 2/8] selftests/kexec: cleanup the kexec selftest
` [PATCH v4 3/8] selftests/kexec: define a set of common functions
` [PATCH v4 4/8] selftests/kexec: define common logging functions
` [PATCH v4 5/8] kselftest/kexec: define "require_root_privileges"
` [PATCH v4 6/8] selftests/kexec: kexec_file_load syscall test
` [PATCH v4 7/8] selftests/kexec: Add missing '=y' to config options
` [PATCH v4 8/8] selftests/kexec: check kexec_load and kexec_file_load are enabled

[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  (66+ messages)
` [PATCH v11 01/14] uaccess: add untagged_addr definition for other arches
` [PATCH v11 02/14] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v11 03/14] lib, arm64: untag user pointers in strn*_user
` [PATCH v11 04/14] mm, arm64: untag user pointers passed to memory syscalls
` [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)

[PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-15 13:14 UTC  (14+ messages)

[PATCH v2] selftests/x86: Support Atom for syscall_arg_fault test
 2019-03-14 19:55 UTC  (3+ messages)

[RFC PATCH 1/2] rseq/selftests: Add __rseq_exit_point_array section for debuggers
 2019-03-14 19:03 UTC  (4+ messages)
` [RFC PATCH 2/2] rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_cs

[PATCH v3 0/7] selftests/ima: add kexec and kernel module tests
 2019-03-14 18:38 UTC  (8+ messages)
` [PATCH v3 5/7] selftests/ima: kexec_file_load syscall test

[PATCH v2] selftests: kmod: worked on errors which breaks the overall execution of the test script. i have manually edited for v2 of the patch by changing the date and also commit log
 2019-03-14 14:20 UTC  (5+ messages)
  ` [PATCH v2] error message found related

[PATCH AUTOSEL 4.19 39/48] bpf, lpm: fix lookup bug in map_delete_elem
 2019-03-13 19:12 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 48/48] selftests: fib_tests: sleep after changing carrier. again

[PATCH AUTOSEL 4.20 51/60] bpf, lpm: fix lookup bug in map_delete_elem
 2019-03-13 19:10 UTC  (4+ messages)
` [PATCH AUTOSEL 4.20 60/60] selftests: fib_tests: sleep after changing carrier. again


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