messages from 2023-01-10 19:04:41 to 2023-01-17 23:49:57 UTC [more...]
[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
2023-01-17 22:58 UTC (13+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
[PATCH v2] lib/hashtable_test.c: add test for the hashtable structure
2023-01-17 21:50 UTC
[PATCH] tools/testing/kunit/kunit.py: remove redundant double check
2023-01-17 21:55 UTC (4+ messages)
[tip:sched/core 7/28] rseq.c:139:37: error: 'AT_RSEQ_ALIGN' undeclared; did you mean 'R_SH_ALIGN'?
2023-01-17 20:14 UTC (6+ messages)
[RFC PATCH] selftests: Fix: search kernel headers in $(KHDR_INCLUDES)
2023-01-17 20:17 UTC
[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
2023-01-17 19:59 UTC (2+ messages)
[PATCH] kunit: Export kunit_running()
2023-01-17 16:50 UTC
[RFC PATCH] kunit: Add "hooks" to call into KUnit when it's built as a module
2023-01-17 14:27 UTC
[PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
2023-01-17 13:01 UTC (2+ messages)
[PATCH 5.10] Revert "selftests/ftrace: Update synthetic event syntax errors"
2023-01-17 12:47 UTC
[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
2023-01-17 8:12 UTC (7+ messages)
[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
2023-01-16 16:04 UTC (22+ messages)
` [PATCH v4 01/21] arm64/sme: Rename za_state to sme_state
` [PATCH v4 02/21] arm64: Document boot requirements for SME 2
` [PATCH v4 03/21] arm64/sysreg: Update system registers for SME 2 and 2.1
` [PATCH v4 04/21] arm64/sme: Document SME 2 and SME 2.1 ABI
` [PATCH v4 05/21] arm64/esr: Document ISS for ZT0 being disabled
` [PATCH v4 06/21] arm64/sme: Manually encode ZT0 load and store instructions
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0
` [PATCH v4 08/21] arm64/sme: Add basic enumeration for SME2
` [PATCH v4 09/21] arm64/sme: Provide storage for ZT0
` [PATCH v4 10/21] arm64/sme: Implement context switching "
` [PATCH v4 11/21] arm64/sme: Implement signal handling for ZT
` [PATCH v4 12/21] arm64/sme: Implement ZT0 ptrace support
` [PATCH v4 13/21] arm64/sme: Add hwcaps for SME 2 and 2.1 features
` [PATCH v4 14/21] kselftest/arm64: Add a stress test program for ZT0
` [PATCH v4 15/21] kselftest/arm64: Cover ZT in the FP stress test
` [PATCH v4 16/21] kselftest/arm64: Enumerate SME2 in the signal test utility code
` [PATCH v4 17/21] kselftest/arm64: Teach the generic signal context validation about ZT
` [PATCH v4 18/21] kselftest/arm64: Add test coverage for ZT register signal frames
` [PATCH v4 19/21] kselftest/arm64: Add SME2 coverage to syscall-abi
` [PATCH v4 20/21] kselftest/arm64: Add coverage of the ZT ptrace regset
` [PATCH v4 21/21] kselftest/arm64: Add coverage of SME 2 and 2.1 hwcaps
[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
2023-01-16 8:32 UTC (5+ messages)
[PATCH HID for-next v2 0/9] HID-BPF LLVM fixes, no more hacks
2023-01-15 18:00 UTC (13+ messages)
` [PATCH HID for-next v2 1/9] selftests: hid: add vmtest.sh
` [PATCH HID for-next v2 2/9] selftests: hid: allow to compile hid_bpf with LLVM
` [PATCH HID for-next v2 3/9] selftests: hid: attach/detach 2 bpf programs, not just one
` [PATCH HID for-next v2 4/9] selftests: hid: ensure the program is correctly pinned
` [PATCH HID for-next v2 5/9] selftests: hid: prepare tests for HID_BPF API change
` [PATCH HID for-next v2 6/9] HID: bpf: rework how programs are attached and stored in the kernel
` [PATCH HID for-next v2 7/9] selftests: hid: enforce new attach API
` [PATCH HID for-next v2 8/9] HID: bpf: clean up entrypoint
` [PATCH HID for-next v2 9/9] HID: bpf: reorder BPF registration
[PATCH v2 00/41] RPCSEC GSS krb5 enhancements
2023-01-15 17:24 UTC (42+ messages)
` [PATCH v2 01/41] SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
` [PATCH v2 02/41] SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
` [PATCH v2 03/41] SUNRPC: Remove .conflen "
` [PATCH v2 04/41] SUNRPC: Improve Kerberos confounder generation
` [PATCH v2 05/41] SUNRPC: Obscure Kerberos session key
` [PATCH v2 06/41] SUNRPC: Refactor set-up for aux_cipher
` [PATCH v2 07/41] SUNRPC: Obscure Kerberos encryption keys
` [PATCH v2 08/41] SUNRPC: Obscure Kerberos signing keys
` [PATCH v2 09/41] SUNRPC: Obscure Kerberos integrity keys
` [PATCH v2 10/41] SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
` [PATCH v2 11/41] SUNRPC: Remove another switch on ctx->enctype
` [PATCH v2 12/41] SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
` [PATCH v2 13/41] NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink
` [PATCH v2 14/41] SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
` [PATCH v2 15/41] SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES
` [PATCH v2 16/41] SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
` [PATCH v2 17/41] SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
` [PATCH v2 18/41] SUNRPC: Hoist KDF into struct gss_krb5_enctype
` [PATCH v2 19/41] SUNRPC: Clean up cipher set up for v1 encryption types
` [PATCH v2 20/41] SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()
` [PATCH v2 21/41] SUNRPC: Add new subkey length fields
` [PATCH v2 22/41] SUNRPC: Refactor CBC with CTS into helpers
` [PATCH v2 23/41] SUNRPC: Add gk5e definitions for RFC 8009 encryption types
` [PATCH v2 24/41] SUNRPC: Add KDF-HMAC-SHA2
` [PATCH v2 25/41] SUNRPC: Add RFC 8009 encryption and decryption functions
` [PATCH v2 26/41] SUNRPC: Advertise support for RFC 8009 encryption types
` [PATCH v2 27/41] SUNRPC: Support the Camellia enctypes
` [PATCH v2 28/41] SUNRPC: Add KDF_FEEDBACK_CMAC
` [PATCH v2 29/41] SUNRPC: Advertise support for the Camellia encryption types
` [PATCH v2 30/41] SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
` [PATCH v2 31/41] SUNRPC: Add KUnit tests for rpcsec_krb5.ko
` [PATCH v2 32/41] SUNRPC: Export get_gss_krb5_enctype()
` [PATCH v2 33/41] SUNRPC: Add KUnit tests RFC 3961 Key Derivation
` [PATCH v2 34/41] SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption
` [PATCH v2 35/41] SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types
` [PATCH v2 36/41] SUNRPC: Add checksum "
` [PATCH v2 37/41] SUNRPC: Add encryption "
` [PATCH v2 38/41] SUNRPC: Add KDF-HMAC-SHA2 Kunit tests
` [PATCH v2 39/41] SUNRPC: Add RFC 8009 checksum KUnit tests
` [PATCH v2 40/41] SUNRPC: Add RFC 8009 encryption "
` [PATCH v2 41/41] SUNRPC: Add encryption self-tests
[PATCH v3 0/5] nolibc signal handling support
2023-01-15 17:06 UTC (6+ messages)
[PATCH 0/2] Fix kvm_setup_gdt and reuse in vcpu_init_descriptor_tables
2023-01-14 16:15 UTC (3+ messages)
` [PATCH 1/2] KVM: selftests: Fix initialization of GDT limit
` [PATCH 2/2] KVM: selftests: Reuse kvm_setup_gdt in vcpu_init_descriptor_tables
[PATCH v5] selftest/vm: add mremap expand merge offset test
2023-01-14 13:16 UTC
[PATCH net 0/3] mptcp: userspace pm: create sockets for the right family
2023-01-14 6:00 UTC (5+ messages)
` [PATCH net 1/3] mptcp: explicitly specify sock family at subflow creation time
` [PATCH net 2/3] mptcp: netlink: respect v4/v6-only sockets
` [PATCH net 3/3] selftests: mptcp: userspace: validate v4-v6 subflows mix
[PATCH] kunit: kunit_skip() should not overwrite KUNIT_FAIL()
2023-01-14 5:51 UTC (2+ messages)
[PATCH v1] lib/hashtable_test.c: add test for the hashtable structure
2023-01-13 22:45 UTC (4+ messages)
[PATCH] selftests:dma: Fix compile error in user-space tool
2023-01-13 18:15 UTC (4+ messages)
[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-13 8:28 UTC (5+ messages)
` [PATCH 3/3] prctl,syscall_user_dispatch: add a getter for configuration info
kselftest/fixes kselftest-lkdtm: 4 runs, 4 regressions (v6.2-rc1-1-g9fdaca2c1e15)
2023-01-12 23:57 UTC
kselftest/fixes kselftest-livepatch: 2 runs, 2 regressions (v6.2-rc1-1-g9fdaca2c1e15)
2023-01-12 23:57 UTC
kselftest/fixes kselftest-seccomp: 4 runs, 4 regressions (v6.2-rc1-1-g9fdaca2c1e15)
2023-01-12 23:57 UTC
kselftest/fixes kselftest-cpufreq: 4 runs, 2 regressions (v6.2-rc1-1-g9fdaca2c1e15)
2023-01-12 23:57 UTC
kselftest/fixes kselftest-lib: 3 runs, 3 regressions (v6.2-rc1-1-g9fdaca2c1e15)
2023-01-12 23:57 UTC
kselftest/fixes build: 6 builds: 0 failed, 6 passed, 3 warnings (v6.2-rc1-1-g9fdaca2c1e15)
2023-01-12 22:58 UTC
[PATCH 0/6] kselftest/arm64: Build fixes for clang
2023-01-12 20:20 UTC (8+ messages)
` [PATCH 1/6] kselftest/arm64: Fix .pushsection for strings in FP tests
` [PATCH 2/6] kselftest/arm64: Remove redundant _start labels from "
` [PATCH 3/6] kselftest/arm64: Don't pass headers to the compiler as source
` [PATCH 4/6] kselftest/arm64: Initialise current at build time in signal tests
` [PATCH 5/6] kselftest/arm64: Support build of MTE tests with clang
` [PATCH 6/6] kselftest/arm64: Remove spurious comment from MTE test Makefile
[PATCH] kselftest/arm64: Skip non-power of 2 SVE vector lengths in fp-stress
2023-01-12 17:49 UTC (2+ messages)
[PATCH 0/4] kselftest/arm64: syscall-abi fix and enhancements
2023-01-12 17:48 UTC (2+ messages)
[PATCH 0/2] kselftest/arm64: Improvements to BTI tests on non-BTI systems
2023-01-12 17:48 UTC (4+ messages)
` [PATCH 1/2] kselftest/arm64: Fix test numbering when skipping tests
` [PATCH 2/2] kselftest/arm64: Run BTI selftests on systems without BTI
[PATCH v5 00/10] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2023-01-12 12:48 UTC (21+ messages)
` [PATCH v5 01/10] "
` [PATCH v5 02/10] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v5 03/10] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v5 04/10] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v5 05/10] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v5 06/10] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v5 07/10] KVM: s390: selftest: memop: Add bad address test
` [PATCH v5 08/10] KVM: s390: selftest: memop: Fix typo
` [PATCH v5 09/10] KVM: s390: selftest: memop: Fix wrong address being used in test
` [PATCH v5 10/10] KVM: s390: selftest: memop: Fix integer literal
[PATCH bpf-next v3 00/16] bpfilter
2023-01-12 3:17 UTC (7+ messages)
[PATCH v1 1/1] selftests/filesystems: Grant executable permission to run_fat_tests.sh
2023-01-12 2:10 UTC (3+ messages)
[PATCH] kselftest: Fix error message for unconfigured LLVM builds
2023-01-11 23:20 UTC (2+ messages)
BUG: tools/testing/selftests/net/l2_tos_ttl_inherit.sh hangs when selftest restarted
2023-01-11 15:22 UTC (5+ messages)
[PATCH] selftests/arm64: bump timeout to 15 minutes
2023-01-11 15:29 UTC (2+ messages)
[PATCH] kselftest/arm64: Limit the maximum VL we try to set via ptrace
2023-01-11 15:02 UTC
[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
2023-01-11 9:47 UTC (4+ messages)
` [PATCH HID for-next v1 6/9] HID: bpf: rework how programs are attached and stored in the kernel
Słowa kluczowe do wypozycjonowania
2023-01-11 8:40 UTC
[PATCH v5 0/5] Some improvements of resctrl selftest
2023-01-11 7:58 UTC (6+ messages)
` [PATCH v5 1/5] selftests/resctrl: Fix set up schemata with 100% allocation on first run in MBM test
` [PATCH v5 2/5] selftests/resctrl: Return MBA check result and make it to output message
` [PATCH v5 3/5] selftests/resctrl: Flush stdout file buffer before executing fork()
` [PATCH v5 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test
` [PATCH v5 5/5] selftests/resctrl: Remove duplicate codes that clear each test result file
[V5 PATCH 0/3] Execute hypercalls according to host cpu
2023-01-11 0:44 UTC (4+ messages)
` [V5 PATCH 1/3] KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queries
` [V5 PATCH 2/3] KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)
` [V5 PATCH 3/3] KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()
[V4 PATCH 0/4] Execute hypercalls according to host cpu
2023-01-11 0:18 UTC (10+ messages)
` [V4 PATCH 1/4] KVM: selftests: x86: use this_cpu_* helpers
` [V4 PATCH 2/4] KVM: selftests: x86: Add variables to store cpu type
` [V4 PATCH 4/4] KVM: selftests: x86: Invoke kvm hypercall as per host cpu
[PATCH] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST
2023-01-10 20:38 UTC (2+ messages)
[RFC PATCH 0/2] xapic: make sure x2APIC -> xapic transition correctly
2023-01-10 19:07 UTC (7+ messages)
` [RFC PATCH 1/2] KVM: x86: update APIC_ID also when disabling x2APIC in kvm_lapic_set_base
` [RFC PATCH 1/2] KVM: x86: update APIC_ID also when disabling x2APIC in kvm_lapic_set_baseg
[PATCH 0/8] mm/damon: trivial fixups
2023-01-10 19:04 UTC (3+ messages)
` [PATCH 7/8] selftests/damon/sysfs: hide expected write failures
` [PATCH 8/8] selftests/damon/debugfs_rm_non_contexts: hide expected write error messages
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox