Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-09-26 06:56:43 to 2023-09-28 17:52:15 UTC [more...]

[PATCH v2 0/3] userfaultfd remap option
 2023-09-28 17:51 UTC  (23+ messages)
` [PATCH v2 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
  ` potential new userfaultfd vs khugepaged conflict [was: Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI]

[PATCH v2 0/6] selftests/resctrl: Fixes to failing tests
 2023-09-28 17:09 UTC  (17+ messages)
` [PATCH v2 1/6] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
` [PATCH v2 2/6] selftests/resctrl: Remove duplicate feature check from CMT test
` [PATCH v2 3/6] selftests/resctrl: Move _GNU_SOURCE define into Makefile
` [PATCH v2 4/6] selftests/resctrl: Refactor feature check to use resource and feature name
` [PATCH v2 5/6] selftests/resctrl: Fix feature checks
` [PATCH v2 6/6] selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-09-28 16:59 UTC  (11+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH v1 00/20] Permission Overlay Extension
 2023-09-28 16:47 UTC  (22+ messages)
` [PATCH v1 01/20] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v1 02/20] arm64/sysreg: update CPACR_EL1 register
` [PATCH v1 03/20] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v1 04/20] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 06/20] KVM: arm64: Save/restore POE registers
` [PATCH v1 07/20] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v1 08/20] arm64: add POIndex defines
` [PATCH v1 09/20] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v1 10/20] arm64: mask out POIndex when modifying a PTE
` [PATCH v1 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v1 12/20] arm64: handle PKEY/POE faults
` [PATCH v1 13/20] arm64: stop using generic mm_hooks.h
` [PATCH v1 14/20] arm64: implement PKEYS support
` [PATCH v1 15/20] arm64: add POE signal support
` [PATCH v1 16/20] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v1 17/20] arm64: enable POE and PIE to coexist
` [PATCH v1 18/20] kselftest/arm64: move get_header()
` [PATCH v1 19/20] selftests: mm: move fpregs printing
` [PATCH v1 20/20] selftests: mm: make protection_keys test work on arm64

[PATCH RESEND 0/3] kunit: Init and run test suites in the right state
 2023-09-28 16:42 UTC  (5+ messages)
` [PATCH RESEND 1/3] kunit: Make the cases sequence more reasonable for kunit_module_notify()
` [PATCH RESEND 2/3] kunit: Return error from kunit_module_init()
` [PATCH RESEND 3/3] kunit: Init and run test suites in the right state

[PATCH 0/2] kselftest/exec: Convert execveat test to KTAP output
 2023-09-28 14:38 UTC  (3+ messages)
` [PATCH 1/2] kselftest: Add a ksft_perror() helper
` [PATCH 2/2] selftests/exec: Convert execveat test to generate KTAP output

[PATCH 0/5] KVM: x86: Fix breakage in KVM_SET_XSAVE's ABI
 2023-09-28 14:09 UTC  (7+ messages)
` [PATCH 1/5] x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer
` [PATCH 2/5] KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}
` [PATCH 3/5] KVM: selftests: Touch relevant XSAVE state in guest for state test
` [PATCH 4/5] KVM: selftests: Load XSAVE state into untouched vCPU during "
` [PATCH 5/5] KVM: selftests: Force load all supported XSAVE state in "

[PATCH 1/2] kunit: Improve format of the NOT_ERR_OR_NULL assertion
 2023-09-28 13:38 UTC  (2+ messages)
` [PATCH 2/2] kunit: Improve format of the PTR_EQ|NE|NULL assertion

[PATCH] bridge: MTU auto tuning ignores IFLA_MTU on NEWLINK
 2023-09-28 12:35 UTC  (4+ messages)

[PATCH] kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
 2023-09-28 11:37 UTC 

[PATCH 2/3] Revert "bpf: Fix issue in verifying allow_ptr_leaks"
 2023-09-28 11:09 UTC  (2+ messages)

[PATCH] kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
 2023-09-28 10:22 UTC 

[PATCH v2] kunit: debugfs: Handle errors from alloc_string_stream()
 2023-09-28 10:04 UTC 

[PATCH 0/3] selftests: timers: Convert some more of the timers tests to KTAP
 2023-09-28  9:49 UTC  (5+ messages)
` [PATCH 1/3] kselftest: Add a ksft_perror() helper
` [PATCH 2/3] selftests: timers: Convert posix_timers test to generate KTAP output
` [PATCH 3/3] selftests: timers: Convert nsleep-lat "

[PATCH] kunit: debugfs: Handle errors from alloc_string_stream()
 2023-09-28  9:32 UTC  (4+ messages)

[PATCH bpf-next 0/2] cleanups for sockmap_listen
 2023-09-28  9:20 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Enable CONFIG_VSOCKETS in config
` [PATCH bpf-next 2/2] selftests/bpf: Add pair_redir_to_connected helper

[PATCH v4 0/4] kunit: Fix some bugs in kunit
 2023-09-28  8:57 UTC  (6+ messages)
` [PATCH v4 1/4] kunit: Fix missed memory release in kunit_free_suite_set()
` [PATCH v4 2/4] kunit: Fix the wrong kfree of copy for kunit_filter_suites()
` [PATCH v4 3/4] kunit: Fix possible memory leak in kunit_filter_suites()
` [PATCH v4 4/4] kunit: test: Fix the possible memory leak in executor_test

[PATCH v2 0/6] iommufd support allocating nested parent domain
 2023-09-28  7:15 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 2/6] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 3/6] iommufd/hw_pagetable: Accepts user flags "
` [PATCH v2 4/6] iommufd/hw_pagetable: Support allocating nested parent domain
` [PATCH v2 5/6] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v2 6/6] iommu/vt-d: Add domain_alloc_user op

[PATCH v4 0/2] selftests/resctrl: Bug fix and optimization
 2023-09-28  6:46 UTC  (6+ messages)
` [PATCH v4 1/2] selftests/resctrl: Fix schemata write error check

[PATCH 0/5] pstore: add tty frontend and multi-backend
 2023-09-28  6:43 UTC  (7+ messages)
` [PATCH 1/5] pstore: add tty frontend
` [PATCH 2/5] pstore: add multi-backends support
` [PATCH 3/5] pstore: add subdirs for multi-backends
` [PATCH 4/5] pstore: remove the module parameter "backend"
` [PATCH 5/5] tools/pstore: update pstore selftests

[RFC 0/8] iommufd support pasid attach/replace
 2023-09-28  1:54 UTC  (20+ messages)
` [RFC 1/8] iommu: Introduce a replace API for device pasid
` [RFC 2/8] iommufd: replace attach_fn with a structure
` [RFC 3/8] iommufd: Support attach/replace hwpt per pasid
` [RFC 4/8] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [RFC 5/8] iommufd/selftest: Add a helper to get test device
` [RFC 6/8] iommufd/selftest: Add test ops to test pasid attach/detach
` [RFC 7/8] iommufd/selftest: Add coverage for iommufd "
` [RFC 8/8] iommu/vt-d: Add set_dev_pasid callback for nested domain

[RFC 0/3] vfio-pci support pasid attach/detach
 2023-09-28  1:46 UTC  (7+ messages)
` [RFC 1/3] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [RFC 2/3] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [RFC 3/3] vfio/pci: Expose PCIe PASID capability to userspace

[RFC PATCH] kunit: run test suites only after module initialization completes
 2023-09-27 15:48 UTC 

[PATCH v2 0/9] KVM RISC-V Conditional Operations
 2023-09-27 15:26 UTC  (12+ messages)
` [PATCH v2 2/9] RISC-V: Detect XVentanaCondOps from ISA string

[PATCH] drivers: base: test: Make property entry API test modular
 2023-09-27 13:20 UTC 

[PATCH] selftests/x86/lam: Zero out buffer for readlink()
 2023-09-27 11:02 UTC  (2+ messages)

[PATCH v5 00/11] Add Intel VT-d nested translation
 2023-09-27  7:04 UTC  (15+ messages)
` [PATCH v5 01/11] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v5 04/11] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v5 06/11] iommu/vt-d: Set the nested domain to a device
` [PATCH v5 07/11] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v5 09/11] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v5 10/11] iommu/vt-d: Add nested domain allocation
` [PATCH v5 11/11] iommu/vt-d: Disallow read-only mappings to nest parent domain

kselftest/next kselftest-lib: 3 runs, 3 regressions (v6.6-rc2-2-g078a2ead544c)
 2023-09-27  3:17 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.6-rc2-2-g078a2ead544c)
 2023-09-27  2:18 UTC 

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.6-rc2-2-g078a2ead544c)
 2023-09-27  3:17 UTC 

kselftest/fixes kselftest-cpufreq: 8 runs, 4 regressions (linux-kselftest-fixes-6.6-rc4-1-g6f874fa021df)
 2023-09-27  3:16 UTC 

kselftest/next kselftest-lkdtm: 3 runs, 2 regressions (v6.6-rc2-2-g078a2ead544c)
 2023-09-27  3:17 UTC 

kselftest/fixes kselftest-livepatch: 1 runs, 1 regressions (linux-kselftest-fixes-6.6-rc4-1-g6f874fa021df)
 2023-09-27  3:16 UTC 

kselftest/fixes kselftest-lib: 3 runs, 3 regressions (linux-kselftest-fixes-6.6-rc4-1-g6f874fa021df)
 2023-09-27  3:16 UTC 

kselftest/next kselftest-cpufreq: 7 runs, 4 regressions (v6.6-rc2-2-g078a2ead544c)
 2023-09-27  3:17 UTC 

kselftest/next kselftest-seccomp: 4 runs, 3 regressions (v6.6-rc2-2-g078a2ead544c)
 2023-09-27  3:17 UTC 

kselftest/fixes kselftest-lkdtm: 3 runs, 2 regressions (linux-kselftest-fixes-6.6-rc4-1-g6f874fa021df)
 2023-09-27  3:16 UTC 

[PATCH v3] list: test: potential dereference of null pointer
 2023-09-27  3:24 UTC  (2+ messages)

kselftest/fixes kselftest-seccomp: 3 runs, 3 regressions (linux-kselftest-fixes-6.6-rc4-1-g6f874fa021df)
 2023-09-27  3:16 UTC 

kselftest/fixes build: 6 builds: 0 failed, 6 passed, 1 warning (linux-kselftest-fixes-6.6-rc4-1-g6f874fa021df)
 2023-09-27  2:18 UTC 

[PATCH] selftests/rseq: fix kselftest Clang build warnings
 2023-09-27  1:26 UTC  (5+ messages)

[PATCH] selftests: Fix wrong TARGET in kselftest top level Makefile
 2023-09-27  1:18 UTC  (2+ messages)

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-09-27  1:08 UTC  (17+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [PATCH v4 07/17] iommufd: Add user-managed hw_pagetable support
` [PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains

[PATCH v5 0/8] selftests/resctrl: Rework benchmark command handling
 2023-09-26 21:03 UTC  (3+ messages)

[PATCH v3 4/4] kunit: test: Fix the possible memory leak in executor_test
 2023-09-26 21:14 UTC  (2+ messages)

[PATCH 1/2] kunit: Add param generator macro for zero terminated arrays
 2023-09-26 22:02 UTC  (2+ messages)
` [PATCH 2/2] kunit: Allow to filter entries from "

[PATCH] selftests/mm: Fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparenting_test.sh that may cause error
 2023-09-26 18:19 UTC 

[GIT PULL] Kselftest fixes update for Linux 6.6-rc4
 2023-09-26 16:14 UTC  (2+ messages)

[PATCH] iommufd/selftest: Iterate idev_ids in mock_domain's alloc_hwpt test
 2023-09-26 16:13 UTC  (2+ messages)

[PATCH] kunit: Check for kunit_parse_glob_filter() failure
 2023-09-26 14:34 UTC  (3+ messages)

[PATCH bpf-next v1] bpf/selftests: improve arg parsing in test_verifier
 2023-09-26 12:54 UTC  (3+ messages)

[PATCH] selftests/cgroup: Fix awk usage in test_cpuset_prs.sh that may cause error
 2023-09-26 12:18 UTC  (2+ messages)

[PATCH net-next v4 0/6] bridge: Add a limit on learned FDB entries
 2023-09-26 11:42 UTC  (8+ messages)
` [PATCH net-next v4 3/6] net: bridge: Track and limit dynamically "
` [PATCH net-next v4 5/6] net: bridge: Add a configurable default FDB learning limit

[PATCH] kunit: Fix a null-ptr-deref bug in kunit_run_case_catch_errors()
 2023-09-26  7:33 UTC  (2+ messages)

[PATCH v2 0/3] selftests/hid: fix building for older kernels
 2023-09-26  7:26 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