Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-05-06 12:02:03 to 2022-05-12 18:52:36 UTC [more...]

[PATCH] lib/atomic64_test.c: convert to use KUnit
 2022-05-12 18:52 UTC  (2+ messages)

[PATCH] kunit: tool: misc cleanups
 2022-05-12 18:37 UTC  (4+ messages)

[PATCH v2 1/3] kunit: tool: remove dead parse_crash_in_log() logic
 2022-05-12 18:35 UTC  (3+ messages)
` [PATCH v2 2/3] kunit: tool: make parser stop overwriting status of suites w/ no_tests
` [PATCH v2 3/3] kunit: tool: minor cosmetic cleanups in kunit_parser.py

[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-05-12 18:18 UTC  (20+ messages)
` [RFC V2 PATCH 1/8] selftests: kvm: Fix inline assembly for hypercall
` [RFC V2 PATCH 2/8] selftests: kvm: Add a basic selftest to test private memory
` [RFC V2 PATCH 3/8] selftests: kvm: priv_memfd_test: Add support for memory conversion
` [RFC V2 PATCH 4/8] selftests: kvm: priv_memfd_test: Add shared access test
` [RFC V2 PATCH 5/8] selftests: kvm: Add implicit memory conversion tests
` [RFC V2 PATCH 6/8] selftests: kvm: Add KVM_HC_MAP_GPA_RANGE hypercall test
` [RFC V2 PATCH 7/8] selftests: kvm: Add hugepage support to priv_memfd_test suite
` [RFC V2 PATCH 8/8] selftests: kvm: priv_memfd: Add test avoiding double allocation
` [RFC V2 PATCH 8/8] selftests: kvm: priv_memfd: Add test without "

[PATCH V5 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-05-12 18:11 UTC  (35+ messages)
` [PATCH V5 01/31] x86/sgx: Add short descriptions to ENCLS wrappers
` [PATCH V5 02/31] x86/sgx: Add wrapper for SGX2 EMODPR function
` [PATCH V5 03/31] x86/sgx: Add wrapper for SGX2 EMODT function
` [PATCH V5 04/31] x86/sgx: Add wrapper for SGX2 EAUG function
` [PATCH V5 05/31] x86/sgx: Support loading enclave page without VMA permissions check
` [PATCH V5 06/31] x86/sgx: Export sgx_encl_ewb_cpumask()
` [PATCH V5 07/31] x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
` [PATCH V5 08/31] x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()
` [PATCH V5 09/31] x86/sgx: Make sgx_ipi_cb() available internally
` [PATCH V5 10/31] x86/sgx: Create utility to validate user provided offset and length
` [PATCH V5 11/31] x86/sgx: Keep record of SGX page type
` [PATCH V5 12/31] x86/sgx: Export sgx_encl_{grow,shrink}()
` [PATCH V5 13/31] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH V5 14/31] x86/sgx: Support VA page allocation without reclaiming
` [PATCH V5 15/31] x86/sgx: Support restricting of enclave page permissions
` [PATCH V5 16/31] x86/sgx: Support adding of pages to an initialized enclave
` [PATCH V5 17/31] x86/sgx: Tighten accessible memory range after enclave initialization
` [PATCH V5 18/31] x86/sgx: Support modifying SGX page type
` [PATCH V5 19/31] x86/sgx: Support complete page removal
` [PATCH V5 20/31] x86/sgx: Free up EPC pages directly to support large page ranges
` [PATCH V5 21/31] Documentation/x86: Introduce enclave runtime management section
` [PATCH V5 22/31] selftests/sgx: Add test for EPCM permission changes
` [PATCH V5 23/31] selftests/sgx: Add test for TCS page "
` [PATCH V5 24/31] selftests/sgx: Test two different SGX2 EAUG flows
` [PATCH V5 25/31] selftests/sgx: Introduce dynamic entry point
` [PATCH V5 26/31] selftests/sgx: Introduce TCS initialization enclave operation
` [PATCH V5 27/31] selftests/sgx: Test complete changing of page type flow
` [PATCH V5 28/31] selftests/sgx: Test faulty enclave behavior
` [PATCH V5 29/31] selftests/sgx: Test invalid access to removed enclave page
` [PATCH V5 30/31] selftests/sgx: Test reclaiming of untouched page
` [PATCH V5 31/31] selftests/sgx: Page removal stress test

[PATCH 1/3] kunit: tool: remove dead parse_crash_in_log() logic
 2022-05-12 17:56 UTC  (6+ messages)
` [PATCH 2/3] kunit: tool: make parser stop overwriting status of suites w/ no_tests
` [PATCH 3/3] kunit: tool: minor cosmetic cleanups in kunit_parser.py

[RFC] KTAP spec v2: prefix to KTAP data
 2022-05-12 17:26 UTC  (6+ messages)

[PATCH v3 0/2] Modify some code about kprobe
 2022-05-12 16:10 UTC  (4+ messages)
` [PATCH v3 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-12 14:33 UTC  (4+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device
` [PATCH v4 2/2] selftests: drivers/s390x: Add uvdevice tests

[PATCH] kunit: tool: stop using a shell to run kernel under QEMU
 2022-05-12 14:28 UTC  (3+ messages)

[PATCH v2] kunit: tool: stop using a shell to run kernel under QEMU
 2022-05-12 14:25 UTC 

[PATCH] selftests: kvm: replace ternary operator with min()
 2022-05-12 14:04 UTC  (4+ messages)

[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-12 14:02 UTC  (4+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh
` [PATCH net 2/2] selftests/bpf: add missed ima_setup.sh in Makefile

[PATCH v1] kunit: tool: update riscv QEMU config with new serial dependency
 2022-05-12 13:24 UTC  (2+ messages)

[PATCH v3 0/2] Dirtying, failing memop: don't indicate suppression
 2022-05-12 13:10 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: s390: selftest: Test suppression indication on key prot exception

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-05-12 13:09 UTC  (5+ messages)
` [PATCH v7 6/6] selftests: Add binder cgroup gpu memory transfer tests

[PATCH bpf-next v3 0/7] bpf trampoline for arm64
 2022-05-12 10:54 UTC  (8+ messages)
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() "
` [PATCH bpf-next v3 5/7] bpf, arm64: Support to poke bpf prog

[PATCH v2] kunit: bail out of test filtering logic quicker if OOM
 2022-05-11 21:16 UTC 

[PATCH v2] kunit: tool: update test counts summary line format
 2022-05-11 21:16 UTC  (2+ messages)

[PATCH] kunit: bail out of test filtering logic quicker if OOM
 2022-05-11 21:15 UTC  (3+ messages)

[PATCH] lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
 2022-05-11 21:07 UTC  (5+ messages)

[PATCH] kunit: tool: print clearer error message when there's no TAP output
 2022-05-11 21:01 UTC  (2+ messages)

[PATCH] kselftest/arm64: bti: force static linking
 2022-05-11 17:26 UTC  (2+ messages)

[PATCH] kselftest/arm64: Explicitly build no BTI tests with BTI disabled
 2022-05-11 16:10 UTC 

[ARM64] status of MTE selftests?
 2022-05-11 13:15 UTC  (8+ messages)

[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
 2022-05-11 11:48 UTC  (18+ messages)
` [PATCH bpf-next v9 2/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v9 3/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v9 4/5] bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v9 5/5] bpf: Allow the new syncookie helpers to work with SKBs

[PATCH 1/3] selftests: vm: add process_mrelease tests
 2022-05-10 20:59 UTC  (16+ messages)
` [PATCH 2/3] mm: drop oom code from exit_mmap
` [PATCH 3/3] mm: delete unused MMF_OOM_VICTIM flag

[PATCH v1 0/5] selftests/arm64: MTE check_tags_inclusion cleanups
 2022-05-10 17:23 UTC  (10+ messages)
` [PATCH v1 1/5] selftests/arm64: Log errors in verify_mte_pointer_validity()
` [PATCH v1 2/5] selftests/arm64: Allow zero tags in mte_switch_mode()
` [PATCH v1 3/5] selftests/arm64: Check failures to set tags in check_tags_inclusion
` [PATCH v1 4/5] selftests/arm64: Remove casts to/from void "
` [PATCH v1 5/5] selftests/arm64: Use switch statements in mte_common_util.c

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-05-10 15:34 UTC  (9+ messages)
` [PATCH v11 1/8] cgroup/cpuset: Add top_cpuset check in update_tasks_cpumask()
` [PATCH v11 2/8] cgroup/cpuset: Miscellaneous cleanups & add helper functions
` [PATCH v11 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v11 4/8] cgroup/cpuset: Relax constraints to partition & cpus changes
` [PATCH v11 5/8] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v11 6/8] cgroup/cpuset: Show invalid partition reason string
` [PATCH v11 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v11 8/8] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v6 00/23] Rust support
 2022-05-10 11:36 UTC  (9+ messages)
` [PATCH v6 04/23] kunit: take `kunit_assert` as `const`

[PATCH v2] kunit: Taint kernel if any tests run
 2022-05-09 20:43 UTC  (11+ messages)

using mbuto to run kselftests
 2022-05-09 19:23 UTC  (2+ messages)

[PATCH] Improve the readability of test results messages in cgroup
 2022-05-09 18:01 UTC  (2+ messages)

[PATCH v2 0/5] binder: extended error and logging enhancements
 2022-05-09 10:13 UTC  (12+ messages)
` [PATCH v2 1/5] binder: add failed transaction logging info
` [PATCH v2 2/5] binder: add BINDER_GET_EXTENDED_ERROR ioctl
` [PATCH v2 3/5] binderfs: add extended_error feature entry
` [PATCH v2 4/5] binder: convert logging macros into functions
` [PATCH v2 5/5] binder: additional transaction error logs

[PATCH v6 1/2] net: fix wrong network header length
 2022-05-09 10:00 UTC  (2+ messages)

[PATCH] KVM: selftests: riscv: Remove unneeded semicolon
 2022-05-09  5:47 UTC  (4+ messages)

[next] gpio: gpio-sim.sh: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008
 2022-05-09  5:40 UTC 

[REGRESSION] lkft kselftest for next-20220317
 2022-05-08 14:14 UTC 

lkft kselftest for next-20220315
 2022-05-08  5:41 UTC 

[PATCH] selftests: clarify common error when running gup_test
 2022-05-07 21:26 UTC  (2+ messages)

[PATCH] kunit: take `kunit_assert` as `const`
 2022-05-07  8:16 UTC  (2+ messages)

[PATCH v2 net-next] selftests: forwarding: add Per-Stream Filtering and Policing test for Ocelot
 2022-05-06 12:24 UTC  (4+ messages)


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