From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755203AbcBIOvx (ORCPT ); Tue, 9 Feb 2016 09:51:53 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:6283 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754479AbcBIOvv (ORCPT ); Tue, 9 Feb 2016 09:51:51 -0500 Date: Tue, 9 Feb 2016 14:51:47 +0000 From: "Maciej W. Rozycki" To: Daniel Wagner CC: Ralf Baechle , , Subject: Re: [PATCH v3 1/3] mips: Use arch specific auxvec.h instead of generic-asm version In-Reply-To: <56B9DD98.7090809@bmw-carit.de> Message-ID: 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> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [10.100.200.149] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Maciej