Linking of urandom_read and liburandom_read.so prefers LLVM's 'ld.lld' but
falls back to using 'ld' if unsupported. However, this fallback discards
any existing makefile macro for LD and can break cross-compilation.
Fix by changing the fallback to use the target linker $(LD), passed via
'-fuse-ld=
On 2024/9/30 15:19, Tian, Kevin wrote:
From: Baolu Lu
Sent: Friday, September 13, 2024 10:17 AM
On 9/13/24 9:35 AM, Baolu Lu wrote:
On 9/12/24 9:04 PM, Yi Liu wrote:
+static void intel_iommu_remove_dev_pasid(struct device *dev, ioasid_t
pasid,
+ struct iommu_domain *domain
kselftest/fixes kselftest-cpufreq: 4 runs, 3 regressions
(linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
Regressions Summary
---
platform | arch | lab | compiler | defconfig
| regressions
-+---+-
kselftest/fixes kselftest-lib: 2 runs, 1 regressions
(linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
Regressions Summary
---
platform | arch | lab | compiler | defconfig
| regressions
-+---+-+---
kselftest/fixes kselftest-seccomp: 2 runs, 1 regressions
(linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
Regressions Summary
---
platform | arch | lab | compiler | defconfig
| regressions
-+---+-
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning
(linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b)
Full Build Summary:
https://kernelci.org/build/kselftest/branch/fixes/kernel/linux_kselftest-fixes-6.12-rc2-4-g34d5b600172b/
Tree: kselftest
Branch: fixes
Git Describe: linux_kselftes
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 7 Oct 2024 18:26:04 +0200 you wrote:
> Tweak the mlxsw-specific RED selftests to increase stability on
> Spectrum-3 and Spectrum-4 machines.
>
> Petr Machata (5):
> selftests: mlxsw: sch_red_ets: Increase
Existing code calls connect() with a 'struct sockaddr_in6 *' argument
where a 'struct sockaddr *' argument is declared, yielding compile errors
when building for mips64el/musl-libc:
In file included from cgroup_ancestor.c:3:
cgroup_ancestor.c: In function 'send_datagram':
cgroup_ancestor.c:38:38:
On 10/7/24 15:45, Jason A. Donenfeld wrote:
Rather than using symlinks to find the vgetrandom-chacha.S file for each
arch, store this in a file that uses the compiler to determine
architecture, and then make use of weak symbols to skip the test on
architectures that don't provide the code.
Signe
On Wed, Oct 02, 2024 at 11:47:15AM -0700, Joshua Hahn wrote:
> Changes in v4
> - Removed unnecessary forking from selftest.
> - Style changes in rstat.c (fallthrough & indents)
> - Fixed a selftest bug that raised false negatives, caused by
> cputime_adjust sometimes
On 10/8/24 2:56 PM, Janosch Frank wrote:
On 10/8/24 9:42 AM, Christoph Schlameuss wrote:
Add a test case verifying KVM_SET_USER_MEMORY_REGION and
KVM_SET_USER_MEMORY_REGION2 cannot be executed on ucontrol VMs.
Executing this test case on not patched kernels will cause a null
pointer dereference
On 10/8/24 9:42 AM, Christoph Schlameuss wrote:
Add a test case verifying KVM_SET_USER_MEMORY_REGION and
KVM_SET_USER_MEMORY_REGION2 cannot be executed on ucontrol VMs.
Executing this test case on not patched kernels will cause a null
pointer dereference in the host kernel.
This is fixed with co
On 10/8/24 9:42 AM, Christoph Schlameuss wrote:
Checkpatch thinks that we're doing a multiplication but we're obviously
not. Fix 4 instances where we adhered to wrong checkpatch advice.
Signed-off-by: Christoph Schlameuss
Reviewed-by: Janosch Frank
Add a test case verifying KVM_SET_USER_MEMORY_REGION and
KVM_SET_USER_MEMORY_REGION2 cannot be executed on ucontrol VMs.
Executing this test case on not patched kernels will cause a null
pointer dereference in the host kernel.
This is fixed with commit:
commit 7816e58967d0 ("kvm: s390: Reject memo
Add a test case verifying basic running and interaction of ucontrol VMs.
Fill the segment and page tables for allocated memory and map memory on
first access.
* uc_map_unmap
Store and load data to mapped and unmapped memory and use pic segment
translation handling to map memory on access.
Sig
Checkpatch thinks that we're doing a multiplication but we're obviously
not. Fix 4 instances where we adhered to wrong checkpatch advice.
Signed-off-by: Christoph Schlameuss
---
tools/testing/selftests/kvm/s390x/ucontrol_test.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff
This patch series adds a some not yet picked selftests to the kvm s390x
selftest suite.
The additional test cases are covering:
* Assert KVM_EXIT_S390_UCONTROL exit on not mapped memory access
* Assert functionality of storage keys in ucontrol VM
* Assert that memory region operations are rejected
Add a test case manipulating s390 storage keys from within the ucontrol
VM.
Signed-off-by: Christoph Schlameuss
Reviewed-by: Janosch Frank
---
.../selftests/kvm/s390x/ucontrol_test.c | 87 +++
1 file changed, 87 insertions(+)
diff --git a/tools/testing/selftests/kvm/s390x
18 matches
Mail list logo