linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 21:15:48 to 2021-12-23 19:50:02 UTC [more...]

[PATCH v6 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-23 19:49 UTC  (5+ messages)
` [PATCH v6 3/7] Documentation: KUnit: Added KUnit Architecture

[PATCH bpf-next v2] selftests/bpf: Fix cross compiling error when using userspace pt_regs
 2021-12-23 18:21 UTC  (2+ messages)

[PATCH v1 00/11] mm: COW fixes part 1: fix the COW security issue for THP and hugetlb
 2021-12-23 17:18 UTC  (115+ messages)
` [PATCH v1 01/11] seqlock: provide lockdep-free raw_seqcount_t variant
` [PATCH v1 02/11] mm: thp: consolidate mapcount logic on THP split
` [PATCH v1 03/11] mm: simplify hugetlb and file-THP handling in __page_mapcount()
` [PATCH v1 04/11] mm: thp: simlify total_mapcount()
` [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)

[PATCH v4 00/19] tcp: Initial support for RFC5925 auth option
 2021-12-23 15:40 UTC  (20+ messages)
` [PATCH v4 01/19] tcp: authopt: Initial support and key management
` [PATCH v4 02/19] docs: Add user documentation for tcp_authopt
` [PATCH v4 03/19] tcp: authopt: Add crypto initialization
` [PATCH v4 04/19] tcp: md5: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v4 05/19] tcp: authopt: Compute packet signatures
` [PATCH v4 06/19] tcp: authopt: Hook into tcp core
` [PATCH v4 07/19] tcp: authopt: Disable via sysctl by default
` [PATCH v4 08/19] tcp: authopt: Implement Sequence Number Extension
` [PATCH v4 09/19] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v4 10/19] tcp: authopt: Add support for signing skb-less replies
` [PATCH v4 11/19] tcp: ipv4: Add AO signing for "
` [PATCH v4 12/19] tcp: authopt: Add key selection controls
` [PATCH v4 13/19] tcp: authopt: Add initial l3index support
` [PATCH v4 14/19] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v4 15/19] tcp: authopt: Add prefixlen support
` [PATCH v4 16/19] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v4 17/19] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v4 18/19] selftests: nettest: Initial tcp_authopt support
` [PATCH v4 19/19] selftests: net/fcnal: "

[PATCH v1 0/2] selftest/kexec: minor update to the existing test
 2021-12-23  8:41 UTC  (5+ messages)
` [PATCH v1 1/2] selftest/kexec: fix "ignored null byte in input" warning
` [PATCH v1 2/2] selftests/kexec: update searching for the Kconfig

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-23  4:52 UTC  (10+ messages)

[PATCH v6 net-next 0/4] Add ethtool interface for RClocks
 2021-12-22 16:39 UTC  (4+ messages)
` [PATCH v6 net-next 1/4] ice: add support detecting features based on netlist
` [PATCH v6 net-next 3/4] ice: add support for monitoring SyncE DPLL state
` [PATCH v6 net-next 4/4] ice: add support for recovered clocks

[RFC PATCH 00/13] x86 User Interrupts support
 2021-12-22 16:17 UTC  (2+ messages)

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2021-12-22 14:56 UTC  (13+ messages)
` [PATCH v2 07/13] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH v2 08/13] KVM: selftests: add SEV boot tests
` [PATCH v2 09/13] KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests

[RFC PATCH 00/10] KVM: selftests: Add support for test-selectable ucall implementations
 2021-12-22 14:46 UTC  (2+ messages)

[PATCH v3 00/22] AMX Support in KVM
 2021-12-22 12:40 UTC  (23+ messages)
` [PATCH v3 01/22] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
` [PATCH v3 02/22] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
` [PATCH v3 03/22] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH v3 04/22] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
` [PATCH v3 05/22] kvm: x86: Check permitted dynamic xfeatures at KVM_SET_CPUID2
` [PATCH v3 06/22] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
` [PATCH v3 07/22] x86/fpu: Add guest support to xfd_enable_feature()
` [PATCH v3 08/22] x86/fpu: Provide fpu_update_guest_perm_features() for guest
` [PATCH v3 09/22] kvm: x86: Enable dynamic XSAVE features at KVM_SET_CPUID2
` [PATCH v3 10/22] x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
` [PATCH v3 11/22] kvm: x86: Add emulation for IA32_XFD
` [PATCH v3 12/22] x86/fpu: Prepare xfd_err in struct fpu_guest
` [PATCH v3 13/22] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
` [PATCH v3 14/22] kvm: x86: Emulate IA32_XFD_ERR for guest
` [PATCH v3 15/22] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
` [PATCH v3 16/22] kvm: x86: Add XCR0 support for Intel AMX
` [PATCH v3 17/22] kvm: x86: Add CPUID "
` [PATCH v3 18/22] x86/fpu: Add uabi_size to guest_fpu
` [PATCH v3 19/22] kvm: x86: Get/set expanded xstate buffer
` [PATCH v3 20/22] kvm: selftests: Add support for KVM_CAP_XSAVE2
` [PATCH v3 21/22] x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
` [PATCH v3 22/22] kvm: x86: Disable interception for IA32_XFD on demand

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-22  8:51 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v2 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

[RFC PATCH v6 0/2] Introduce XSAVE feature self-test
 2021-12-22  8:05 UTC  (7+ messages)
` [RFC PATCH v6 1/2] selftests/x86: add xsave test related to nested signal handling
` [RFC PATCH v6 2/2] selftests/x86: add xsave test related to process switching

[PATCH] KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn()
 2021-12-22  3:28 UTC  (4+ messages)

[PATCH] selftests/sgx: Fix corrupted cpuid macro invocation
 2021-12-22  0:40 UTC  (3+ messages)

[PATCH v5 net-next 0/4] Add ethtool interface for RClocks
 2021-12-21 22:12 UTC  (5+ messages)

[REGRESSION] lkft kselftest for next-20211216
 2021-12-21  1:05 UTC 

[PATCH 2/2] selftests: tpm: add async space test with noneexisting handle
 2021-12-20 21:17 UTC 

[PATCH bpf-next] selftests/bpf: Correct the INDEX address in vmtest.sh
 2021-12-20 21:10 UTC  (3+ messages)

[REGRESSION] lkft kselftest for v5.16-rc4-6579-gea922272cbe5
 2021-12-20 16:24 UTC 

[REGRESSION] lkft kselftest for next-20211203
 2021-12-20 16:23 UTC 

[REGRESSION] lkft kselftest for v5.16-rc5-6644-gbcd5ddb85fad
 2021-12-20 16:23 UTC 

[REGRESSION] lkft kselftest for next-20211207
 2021-12-20 16:23 UTC 

[REGRESSION] lkft kselftest for next-20211206
 2021-12-20 16:22 UTC 

./kselftest/prefix.pl read from pipe will block until the front command and its child processes all exit
 2021-12-20  7:48 UTC 

[RFC PATCH v2] Documentation: dev-tools: Add KTAP specification
 2021-12-18  6:15 UTC  (2+ messages)

[PATCH][next] bpf, selftests: Fix spelling mistake "tained" -> "tainted"
 2021-12-17 22:20 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).