Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753350AbcKRAPp (ORCPT ); Thu, 17 Nov 2016 19:15:45 -0500 Received: from ozlabs.org ([103.22.144.67]:55927 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753080AbcKRAPi (ORCPT ); Thu, 17 Nov 2016 19:15:38 -0500 From: Michael Ellerman To: Shuah Khan , bamvor.zhangjian@huawei.com, Shuah Khan , Shuah Khan Cc: linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, khilman@linaro.org, broonie@kernel.org Subject: Re: [PATCH RFC 0/6] enable O and KBUILD_OUTPUT for kselftest In-Reply-To: <56f64f51-f1f6-80a3-1aa2-11801e798555@osg.samsung.com> References: <1477047694-24122-1-git-send-email-bamvor.zhangjian@huawei.com> <56f64f51-f1f6-80a3-1aa2-11801e798555@osg.samsung.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Fri, 18 Nov 2016 11:15:36 +1100 Message-ID: <8760nliqxj.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: 998 Lines: 31 Shuah Khan writes: > On 10/21/2016 05:01 AM, bamvor.zhangjian@huawei.com wrote: >> From: Bamvor Jian Zhang >> >> Here is my first version for enabling the KBUILD_OUTPUT for kselftest. >> I fix and test all the TARGET in tools/testing/selftest/Makefile. For >> ppc, I test through fake target. ... >> >> The last patch introduces the KBUILD_OUTPUT and O for kselftest instead >> using the existing kbuild system because user may compile kselftest >> directly (make -C tools/testing/selftests). > > I am planning to get this into 4.10. > > Michael! > > Are okay with me taking powerpc tests through kselftest tree? > If so could you please give me Ack. I already have quite a lot of selftests queued for 4.10, so this will conflict badly with those I suspect. If you put this series in a topic branch that we can both merge then that will probably be OK. I'd like to review the series first too, will try and get that done today. cheers