4.14.rc-2 fails to build with arm64 defconfig

From: Abhishek Sahu
Date: Tue Sep 26 2017 - 04:56:14 EST


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