linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 07:46:50 to 2021-09-24 12:02:35 UTC [more...]

[REGRESSION] lkft kselftest for next-20210920
 2021-09-24 12:02 UTC 

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-24 11:04 UTC  (30+ messages)
` [RFC PATCH 03/13] x86/cpu: Enumerate "
` [RFC PATCH 04/13] x86/fpu/xstate: Enumerate User Interrupts supervisor state
` [RFC PATCH 05/13] x86/irq: Reserve a user IPI notification vector
` [RFC PATCH 06/13] x86/uintr: Introduce uintr receiver syscalls
` [RFC PATCH 07/13] x86/process/64: Add uintr task context switch support
` [RFC PATCH 08/13] x86/process/64: Clean up uintr task fork and exit paths
` [RFC PATCH 10/13] x86/uintr: Introduce user IPI sender syscalls
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[RFC PATCH 09/13] x86/uintr: Introduce vector registration and uintr_fd syscall
 2021-09-24 10:33 UTC  (2+ messages)

[PATCH 00/14] nSVM fixes and optional features
 2021-09-23 16:54 UTC  (14+ messages)
` [PATCH 01/14] KVM: x86: nSVM: restore int_vector in svm_clear_vintr
` [PATCH 02/14] KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0
` [PATCH 03/14] KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
` [PATCH 05/14] KVM: x86: nSVM: don't copy virt_ext from vmcb12
` [PATCH 06/14] KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
` [PATCH 07/14] KVM: x86: SVM: add warning for CVE-2021-3656

[PATCH] kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
 2021-09-23 16:25 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
 2021-09-23 16:25 UTC  (2+ messages)

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-23 16:21 UTC  (2+ messages)

[PATCH 00/19] tcp: Initial support for RFC5925 auth option
 2021-09-23 13:58 UTC  (25+ messages)
` [PATCH 01/19] tcp: authopt: Initial support and key management
` [PATCH 02/19] docs: Add user documentation for tcp_authopt
` [PATCH 03/19] selftests: Initial tcp_authopt test module
` [PATCH 04/19] selftests: tcp_authopt: Initial sockopt manipulation
` [PATCH 05/19] tcp: authopt: Add crypto initialization
` [PATCH 06/19] tcp: authopt: Compute packet signatures
` [PATCH 07/19] tcp: authopt: Hook into tcp core
` [PATCH 08/19] tcp: authopt: Disable via sysctl by default
` [PATCH 09/19] selftests: tcp_authopt: Test key address binding
` [PATCH 10/19] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH 11/19] tcp: authopt: Add support for signing skb-less replies
` [PATCH 12/19] tcp: ipv4: Add AO signing for "
` [PATCH 13/19] selftests: tcp_authopt: Add scapy-based packet signing code
` [PATCH 14/19] selftests: tcp_authopt: Add packet-level tests
` [PATCH 15/19] selftests: Initial tcp_authopt support for nettest
` [PATCH 16/19] selftests: Initial tcp_authopt support for fcnal-test
` [PATCH 17/19] selftests: Add -t tcp_authopt option for fcnal-test.sh
` [PATCH 18/19] tcp: authopt: Add key selection controls
` [PATCH 19/19] selftests: tcp_authopt: Add tests for rollover

[REGRESSION] lkft kselftest for next-20210917
 2021-09-23  9:32 UTC 

[REGRESSION] lkft kselftest for next-20210916
 2021-09-23  5:47 UTC 

[PATCH 1/3] userfaultfd/selftests: fix feature support detection
 2021-09-23  5:43 UTC  (17+ messages)
` [PATCH 2/3] userfaultfd/selftests: fix calculation of expected ioctls
` [PATCH 3/3] userfaultfd/selftests: don't rely on GNU extensions for random numbers

[PATCH v2] kunit: tool: better handling of quasi-bool args (--json, --raw_output)
 2021-09-22 16:39 UTC 

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-22 14:12 UTC  (2+ messages)

[RFC v4 net-next 0/2] Add RTNL interface for SyncE
 2021-09-22  6:22 UTC  (9+ messages)
` [PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
` [PATCH net-next 2/2] ice: add support for reading SyncE DPLL state

[PATCH] kselftest/arm64: signal: Skip tests if required features are missing
 2021-09-21 17:12 UTC  (5+ messages)

[PATCH] kunit: tool: make --raw_output only support showing kunit output
 2021-09-21 16:19 UTC  (2+ messages)

[PATCH] kunit: tool: better handling of quasi-bool args (--json, --raw_output)
 2021-09-21 16:19 UTC  (2+ messages)

[PATCH v5 1/2] kunit: drop assumption in kunit-log-test about current suite
 2021-09-21 16:04 UTC  (2+ messages)

[PATCH v7 09/12] sysfs: fix deadlock race with module removal
 2021-09-21 15:48 UTC 

[PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
 2021-09-21 13:36 UTC  (11+ messages)

[PATCH v7 01/12] LICENSES: Add the copyleft-next-0.3.1 license
 2021-09-21  0:03 UTC  (24+ messages)
` [PATCH v7 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v7 03/12] selftests: add tests_sysfs module
` [PATCH v7 04/12] kernfs: add initial failure injection support
` [PATCH v7 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v7 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v7 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v7 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v7 09/12] sysfs: fix deadlock race with module removal
` [PATCH v7 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v7 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v7 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal
` [PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with "

[RESEND PATCH net-next v7 0/3] Add RFC-7597 Section 5.1 PSID support
 2021-09-20  2:38 UTC  (4+ messages)
` [RESEND PATCH net-next v7 1/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support xtables API
` [RESEND PATCH net-next v7 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
` [RESEND PATCH net-next v7 3/3] selftests: netfilter: Add RFC-7597 Section 5.1 PSID selftests

[PATCH] selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGS
 2021-09-19 12:30 UTC  (2+ messages)

[PATCH] selftests: net: af_unix: Fix incorrect args in test result msg
 2021-09-19 12:20 UTC  (2+ messages)

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-18 15:58 UTC  (18+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 3/6] device property: "
` [PATCH v1 4/6] thunderbolt: "
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

selftests/vm madv_populate.c test
 2021-09-18  7:41 UTC  (2+ messages)

[REGRESSION] lkft kselftest for next-20210915
 2021-09-18  1:47 UTC 

[PATCH] selftests: drivers/dma-buf: Fix implicit declaration warns
 2021-09-17 23:58 UTC 

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-17 17:19 UTC  (7+ messages)
` [PATCH v2 08/23] tools: bpftool: update bpftool-prog.rst reference
` [PATCH v2 09/23] tools: bpftool: update bpftool-map.rst reference
` [PATCH v2 10/23] bpftool: update bpftool-cgroup.rst reference

[PATCH v2 0/4] selftests: arm64: vec-syscfg updates
 2021-09-17 12:26 UTC  (6+ messages)
` [PATCH v2 1/4] selftests: arm64: Fix printf() format mismatch in vec-syscfg
` [PATCH v2 2/4] selftests: arm64: Remove bogus error check on writing to files
` [PATCH v2 3/4] selftests: arm64: Fix and enable test for setting current VL in vec-syscfg
` [PATCH v2 4/4] selftests: arm64: Verify that all possible vector lengths are handled

[PATCH v1 0/4] selftests: arm64: vec-syscfg updates
 2021-09-17 12:01 UTC  (4+ messages)
` [PATCH v1 4/4] selftests: arm64: Verify that all possible vector lengths are handled

[PATCH 0/4] selftests: kvm: fscanf warn fixes and cleanups
 2021-09-16 18:31 UTC  (5+ messages)

[PATCH 00/14] selftests/sgx: Oversubscription, page permission, thread entry
 2021-09-16 17:31 UTC  (23+ messages)
` [PATCH 01/14] selftests/x86/sgx: Fix a benign linker warning
` [PATCH 02/14] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
` [PATCH 11/14] selftests/sgx: Rename test properties in preparation for more enclave tests
` [PATCH 12/14] selftests/sgx: Add page permission and exception test
` [PATCH 13/14] selftests/sgx: Enable multiple thread support
` [PATCH 14/14] selftests/sgx: Add test for multiple TCS entry

[PATCH 5.14 025/432] selftests/ftrace: Fix requirement check of README file
 2021-09-16 15:56 UTC 

[PATCH 5.13 018/380] selftests/ftrace: Fix requirement check of README file
 2021-09-16 15:56 UTC 

[PATCH 5.10 016/306] selftests/ftrace: Fix requirement check of README file
 2021-09-16 15:56 UTC 

[PATCH v3 5/5] selftests/pfru: add test for Platform Firmware Runtime Update and Telemetry
 2021-09-16 16:04 UTC 

[PATCH v3] selftests: nci: replace unsigned int with int
 2021-09-16 13:00 UTC  (2+ messages)

[PATCH 00/24] Fix some issues at documentation
 2021-09-16 12:12 UTC  (9+ messages)
` [PATCH 08/24] tools: bpftool: update bpftool-prog.rst reference
` [PATCH 09/24] tools: bpftool: update bpftool-map.rst reference
` [PATCH 10/24] bpftool: update bpftool-cgroup.rst reference

[PATCH v2] selftests: nci: replace unsigned int with int
 2021-09-16 12:07 UTC  (2+ messages)

[PATCH] selftests: nci: fix grammatical errors
 2021-09-16 11:21 UTC  (2+ messages)

[RFC PATCH v4 0/2] Introduce XSAVE/XRSTOR self-test
 2021-09-16  7:45 UTC  (2+ messages)
` [RFC PATCH v4 2/2] selftests/xsave: add xsave test during and after signal handling


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).