From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756843AbbLHOgn (ORCPT ); Tue, 8 Dec 2015 09:36:43 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:36396 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756813AbbLHOgl (ORCPT ); Tue, 8 Dec 2015 09:36:41 -0500 Date: Tue, 8 Dec 2015 20:06:35 +0530 From: Sudip Mukherjee To: Chen Gang Cc: Ralf Baechle , Andrew Morton , linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Minchan Kim Subject: Re: [PATCH] mips: mm: fix build failure Message-ID: <20151208143635.GD4120@sudip-pc> References: <1449490164-21029-1-git-send-email-sudipm.mukherjee@gmail.com> <5666D493.1030604@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5666D493.1030604@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2015 at 09:01:07PM +0800, Chen Gang wrote: > On 12/7/15 20:09, Sudip Mukherjee wrote: > > We are having build failure with mips defconfig with the error: > > "MADV_FREE" redefined. > > > > commit d53d95838c7d introduced uniform values for all architecture but > > missed removing the old value. > > > > What you said is OK to me. For me, one fix patch for all related archs > is enough (need not send several patches for each arch). :-) Ok, I thought it will be different tree and different maintainer, so sent separate patch. Sending a combined patch now. regards sudip