Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751484AbdINJHv (ORCPT ); Thu, 14 Sep 2017 05:07:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:39200 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751188AbdINJHu (ORCPT ); Thu, 14 Sep 2017 05:07:50 -0400 Date: Thu, 14 Sep 2017 11:07:47 +0200 From: Michal Hocko To: Michal Simek Cc: LKML Subject: microblaze fails to to compile with allmodconfig Message-ID: <20170914090747.p2jdrjjqoylvbrbb@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 697 Lines: 20 Hi, I've started seeing the following compilation failures with microblaze with the current linux-next (next-20170913). I have no idea when this has been introduced but microblaze clearly doesn't have arch specific kvm_para.h. In file included from ./include/linux/kvm_para.h:4:0, from kernel/watchdog.c:29: ./include/uapi/linux/kvm_para.h:32:26: fatal error: asm/kvm_para.h: No such file or directory #include ^ compilation terminated. make[1]: *** [kernel/watchdog.o] Error 1 make[1]: *** Waiting for unfinished jobs.... allyesconfig and allnoconfig compile just fine. Maybe allmodconfig needs an update? -- Michal Hocko SUSE Labs