Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-05-04 16:02:27 to 2022-05-11 18:47:44 UTC [more...]

[PATCH V5 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-05-11 18:47 UTC  (34+ 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] 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 

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

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

[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 bpf-next v3 0/7] bpf trampoline for arm64
 2022-05-11  3:18 UTC  (7+ 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

[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-05-11  0:08 UTC  (10+ 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 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] kunit: tool: misc cleanups
 2022-05-10 17:27 UTC  (3+ messages)

[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 v4 0/2] s390: Ultravisor device
 2022-05-10 14:47 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device
` [PATCH v4 2/2] selftests: drivers/s390x: Add uvdevice tests

[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] kunit: Taint kernel if any tests run
 2022-05-09 20:43 UTC  (13+ messages)
` [PATCH v2] "

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  (3+ messages)
` [PATCH v6 2/2] selftests net: add UDP GRO fraglist + bpf self-tests

[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  (7+ messages)

[PATCH v3 0/2] Modify some code about kprobe
 2022-05-07  3:47 UTC  (4+ messages)
` [PATCH v3 1/2] selftests/ftrace: Save kprobe_events to test log
` [PATCH v3 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

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

[PATCH v2 0/2] Modify some code about kprobe
 2022-05-06 10:20 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/ftrace: Save kprobe_events to test log
` [PATCH v2 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

Napływ Klientów ze strony
 2022-05-06  7:43 UTC 

[PATCH 0/2] Modify some code about kprobe
 2022-05-06  3:24 UTC  (6+ messages)
` [PATCH 1/2] selftests/ftrace: Save kprobe_events to test log
` [PATCH 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

opportunity
 2022-05-05 23:46 UTC 

[PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
 2022-05-05 13:32 UTC  (4+ messages)

[PATCH] selftests: vm: Makefile: rename TARGETS to VMTARGETS
 2022-05-05  0:25 UTC  (3+ messages)

[PATCH v2 0/2] begin KTAP spec v2 process
 2022-05-04 23:04 UTC  (4+ messages)
` [PATCH v2 1/2] ktap_v2: change version to 2-rc in KTAP specification
` [PATCH v2 2/2] ktap_v2: change "version 1" to "version 2" in examples

[PATCH v2 1/2] selftests/damon: suppress compiler warnings for huge_count_read_write
 2022-05-04 22:12 UTC  (5+ messages)
` [PATCH v3] "

[RFC PATCH 0/2] kunit: Support redirecting function calls
 2022-05-04 21:16 UTC  (5+ messages)
` [RFC PATCH 1/2] kunit: Expose 'static stub' API to redirect functions

[PATCH] kselftest/arm64: Fix ABI header directory location
 2022-05-04 19:57 UTC  (2+ messages)

[PATCH][next] selftests/seccomp: Fix spelling mistake "Coud" -> "Could"
 2022-05-04 18:45 UTC  (2+ messages)

[PATCH] selftests: mqueue: fix all errors
 2022-05-04 18:44 UTC  (2+ messages)

[PATCH v10 0/8] cgroup/cpuset: Major cpu partition code restructuring
 2022-05-04 18:33 UTC  (6+ messages)
` [PATCH v10 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst


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