From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752045AbcESDjl (ORCPT ); Wed, 18 May 2016 23:39:41 -0400 Received: from mail-ig0-f195.google.com ([209.85.213.195]:36404 "EHLO mail-ig0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbcESDjk (ORCPT ); Wed, 18 May 2016 23:39:40 -0400 From: Boqun Feng To: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Cc: "Paul E. McKenney" , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Boqun Feng Subject: [PATCH 0/4] rcutorture: Several fixes to run selftest scripts on PPC Date: Thu, 19 May 2016 11:42:20 +0800 Message-Id: <1463629344-20471-1-git-send-email-boqun.feng@gmail.com> X-Mailer: git-send-email 2.8.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I spend some time to make tools/testing/selftest/rcutorture run on PPC, here are some documention and fixes made while I was trying. The scripts are able to run and get results on PPC, however please note there are some stalls even build errors that could be found by the tests currently. As I'm certainly not an expert of qemu or bash programming, there may be something I am missing in those patches. So tests and comments are welcome ;-) Regards, Boqun Boqun Feng (4): rcutorture/doc: Add a new way to create initrd using dracut rcutorture: Use vmlinux as the fallback kernel image rcutorture: Make -soundhw a x86 specific option rcutorture: Don't specify the cpu type of QEMU on PPC .../testing/selftests/rcutorture/bin/functions.sh | 13 ++++++------- .../selftests/rcutorture/bin/kvm-test-1-run.sh | 13 +++++++------ tools/testing/selftests/rcutorture/doc/initrd.txt | 22 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 13 deletions(-) -- 2.8.0