From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25EDBC43331 for ; Fri, 6 Sep 2019 14:22:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F1B9D205ED for ; Fri, 6 Sep 2019 14:22:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LGujsVX/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F1B9D205ED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=dllami8yvBbwH1nWfX8Ue+uHdwga8reVS+zvAdSdzxs=; b=LGujsVX/yZC5da bpnLHwTdr6CXNTGjC4iaZsAo8N9B5dq1IBbUYjE2uPa8oyqlROoMksUDzRhFijWOWLuYliLl2UaVW iJc1Ao66Hd09kx0+xtGpXG3TojNUiR734J4TTRrERcOGlkZL0u/rdkwiz8ttnGaPjdCVJDuDvpt8E avxD8yNSg/YaIhn/hJWLM9YErjpx/Hlv2WuO6+jC71ZpllXmwAcdSmrdq7icbzgnFUSs3bayBZTeP Cs+QPpXpYJaXtiijWtR3BGsbiTvwlW14UY4bAbMt3NsJfZuUCXZWLol7N8zI/0/+BVMKvIGaU21Dc z15uvYfrwPcbS8bolFrQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i6F7c-0002fX-U1; Fri, 06 Sep 2019 14:21:57 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i6F7a-0002f4-25 for linux-arm-kernel@lists.infradead.org; Fri, 06 Sep 2019 14:21:55 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2E10228; Fri, 6 Sep 2019 07:21:53 -0700 (PDT) Received: from [10.1.197.50] (e120937-lin.cambridge.arm.com [10.1.197.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8AA123F718; Fri, 6 Sep 2019 07:21:51 -0700 (PDT) Subject: Re: [PATCH ARM64] selftests, arm64: add kernel headers path for tags_test To: Andrey Konovalov , Will Deacon References: <20190906135151.d74nq3qzjmhe4mb5@willie-the-truck> From: Cristian Marussi Message-ID: Date: Fri, 6 Sep 2019 15:21:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190906_072154_149627_CF8228C2 X-CRM114-Status: GOOD ( 16.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Catalin Marinas , Will Deacon , LKML , Kostya Serebryany , Dmitry Vyukov , Evgeniy Stepanov , "open list:KERNEL SELFTEST FRAMEWORK" , Amit Kachhap , Vincenzo Frascino , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 06/09/2019 14:55, Andrey Konovalov wrote: > On Fri, Sep 6, 2019 at 3:51 PM Will Deacon wrote: >> >> On Wed, Sep 04, 2019 at 06:41:00PM +0200, Andrey Konovalov wrote: >>> tags_test.c relies on PR_SET_TAGGED_ADDR_CTRL/PR_TAGGED_ADDR_ENABLE being >>> present in system headers. When this is not the case the build of this >>> test fails with undeclared identifier errors. >>> >>> Fix by providing the path to the KSFT installed kernel headers in CFLAGS. >>> >>> Reported-by: Cristian Marussi >>> Suggested-by: Cristian Marussi >>> Signed-off-by: Andrey Konovalov >>> --- >>> tools/testing/selftests/arm64/Makefile | 1 + >>> 1 file changed, 1 insertion(+) >> >> Damn, I just tagged the arm64 queue for 5.4 and didn't spot this patch. >> >> I'll queue it at -rc1 instead, if that's ok? It doesn't look urgent. > > Sorry, I guess I should have pinged you directly. > > I think it should be fine to leave it for rc1. It might cause a build > error in some kernel CI systems if they run kselftests though. > It won't be a big issue probably. Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel