Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967201AbdIZI4J (ORCPT ); Tue, 26 Sep 2017 04:56:09 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40214 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966490AbdIZI4H (ORCPT ); Tue, 26 Sep 2017 04:56:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 26 Sep 2017 14:26:06 +0530 From: Abhishek Sahu To: treding@nvidia.com Cc: linux-kernel@vger.kernel.org Subject: 4.14.rc-2 fails to build with arm64 defconfig Message-ID: <59ab19fb4a4e16ff97154ea9bed97e0f@codeaurora.org> User-Agent: Roundcube Webmail/1.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 23 Hi Thierry, The 4.14 arm64 defconfig is broken with following error In file included from drivers/gpu/drm/tegra/trace.h:68:0, from drivers/gpu/drm/tegra/trace.c:2: ./include/trace/define_trace.h:88:43: fatal error: ./trace.h: No such file or directory #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) ^ compilation terminated. It seems already you did the fix for this error which is available in next tree. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20170926&id=c79dc3b7fd093fb3b312281f93b405a60543eeaa https://lkml.org/lkml/2017/8/24/206 Could we get this fix merged in next available RC for 4.14 since arm64 defconfig is not building with default configs. Regards, Abhishek