lp:~canonical-kernel-team/+git/stress-ng

Get this repository:
git clone https://git.launchpad.net/~canonical-kernel-team/+git/stress-ng
Members of Canonical Kernel Team can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
tip-testing 2024-06-27 08:54:58 UTC
stress-io-uring: reduce memory impact for smaller memory systems

Author: Colin Ian King
Author Date: 2024-06-27 08:54:58 UTC

stress-io-uring: reduce memory impact for smaller memory systems

Reduce iovec read/write number of blocks from 1024 to 4 at a time
to reduce mmap usage. Also open/close files on each round for more
file I/O meta date updates and improve buffer flushing on each round.
Remove direct I/O to use buffer cache. Remove D_SYNC to use buffer
cache more efficiently.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

master 2024-06-25 11:24:36 UTC
stress-cache: check RISCV_HWPROBE_EXT_ZICBOZ support for stress_cache_bzero

Author: Po-Hsu Lin
Author Date: 2024-06-21 17:05:32 UTC

stress-cache: check RISCV_HWPROBE_EXT_ZICBOZ support for stress_cache_bzero

RISCV_HWPROBE_EXT_ZICBOZ flag from kernel headers on RISC-V was only
added in 6.7, test build will fail with an older kernel with:
    error: ‘RISCV_HWPROBE_EXT_ZICBOZ’ undeclared

Check the flag first to fix this issue.

Fixes: f8654a05f4 ("stress-cache: add stress_cache_bzero() to support cache-based bzero")
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

12 of 2 results
This repository contains Public information 
Everyone can see this information.