Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rcutorture: add support for s390

Add the required values to identify_qemu() and
identify_bootimage().

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

authored by

Sven Schnelle and committed by
Paul E. McKenney
16d4b2bd 0043e6f2

+6
+6
tools/testing/selftests/rcutorture/bin/functions.sh
··· 159 159 qemu-system-aarch64) 160 160 echo arch/arm64/boot/Image 161 161 ;; 162 + qemu-system-s390x) 163 + echo arch/s390/boot/bzImage 164 + ;; 162 165 *) 163 166 echo vmlinux 164 167 ;; ··· 187 184 elif echo $u | grep -q aarch64 188 185 then 189 186 echo qemu-system-aarch64 187 + elif echo $u | grep -q 'IBM S/390' 188 + then 189 + echo qemu-system-s390x 190 190 elif uname -a | grep -q ppc64 191 191 then 192 192 echo qemu-system-ppc64