Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934283AbdCVLfU (ORCPT ); Wed, 22 Mar 2017 07:35:20 -0400 Received: from ozlabs.org ([103.22.144.67]:58323 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758843AbdCVLfM (ORCPT ); Wed, 22 Mar 2017 07:35:12 -0400 From: Michael Ellerman To: Bamvor Zhang Jian , Shuah Khan Cc: Andy Lutomirski , "Zhangjian \(Bamvor\)" , Linux API , "linux-kernel\@vger.kernel.org" , Kevin Hilman , Mark Brown Subject: Re: [PATCH v2 6/6] selftests: enable O and KBUILD_OUTPUT In-Reply-To: References: <20161129115552.8148-1-bamvor.zhangjian@huawei.com> <20161129115552.8148-7-bamvor.zhangjian@huawei.com> <87fui7owls.fsf@concordia.ellerman.id.au> <5daf0b79-a000-2adb-0b1e-f528d66ff6df@osg.samsung.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 22 Mar 2017 22:35:03 +1100 Message-ID: <87fui5czo8.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 20 Bamvor Zhang Jian writes: > Here is a fix. I could build individual test case in x86 and build the whole > x86 test cases successful respectively. And I do a quick test for all the > subsets. Please review the patch if it is make sense to you and Michael. > At the same time, I am buildind and testing all the testcases. > > Michael: could you please do me a favor to test the powerpc part? Thanks. I would but the patch is white spaced damaged, can you resend it? You can also test powerpc yourself, if you just install a cross compiler: Fedora $ sudo dnf install gcc-c++-powerpc64-linux-gnu binutils-powerpc64-linux-gnu gcc-powerpc64-linux-gnu Ubuntu $ sudo apt-get install gcc-powerpc64le-linux-gnu gcc-powerpc-linux-gnu libc-dev-powerpc-cross libc-dev-ppc64el-cross $ make ARCH=powerpc headers_install $ make ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- -C tools/testing/selftests cheers