From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755812AbcBJIvd (ORCPT ); Wed, 10 Feb 2016 03:51:33 -0500 Received: from mail.bmw-carit.de ([62.245.222.98]:38824 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751522AbcBJIvc (ORCPT ); Wed, 10 Feb 2016 03:51:32 -0500 X-CTCH-RefID: str=0001.0A0C0202.56BAFA11.000C,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Subject: Re: [PATCH v3 1/3] mips: Use arch specific auxvec.h instead of generic-asm version To: "Maciej W. Rozycki" References: <1454946278-13859-1-git-send-email-daniel.wagner@bmw-carit.de> <1454946278-13859-2-git-send-email-daniel.wagner@bmw-carit.de> <56B98EAE.9080505@bmw-carit.de> <56B9DD98.7090809@bmw-carit.de> CC: Ralf Baechle , , From: Daniel Wagner Message-ID: <56BAFA10.3090808@bmw-carit.de> Date: Wed, 10 Feb 2016 09:51:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/09/2016 03:51 PM, Maciej W. Rozycki wrote: > On Tue, 9 Feb 2016, Daniel Wagner wrote: > >>> Can you try `make mrproper' (stash away your .config) and see if the >>> problem goes away? >> >> Indeed, 'make mrproper' did the trick. I am sorry for the noise. Until >> now I never had to use mrproper before and therefore didn't think of it. > > People have been being hit by stale generated files recently and I reckon > effort has been taken to address the issue by removing them automagically > somehow on rebuilds. Until that has been complete you're advised to clean > your build tree after an update, or maybe rebuild speculatively and then > clean only if something actually breaks. FWIW, I just found out that running mrproper before building fuloong2e_defconfig is fixing the problem reported kbuild robot too.