]> Git Repo - linux.git/blob - tools/testing/selftests/damon/debugfs_huge_count_read_write.sh
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / tools / testing / selftests / damon / debugfs_huge_count_read_write.sh
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3
4 source _debugfs_common.sh
5
6 # Test huge count read write
7 # ==========================
8
9 dmesg -C
10
11 for file in "$DBGFS/"*
12 do
13         ./huge_count_read_write "$file"
14 done
15
16 if dmesg | grep -q WARNING
17 then
18         dmesg
19         exit 1
20 else
21         exit 0
22 fi
This page took 0.036551 seconds and 4 git commands to generate.