From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ley Foon Tan Subject: Re: [PATCH v3 01/29] asm-generic: add generic futex for !CONFIG_SMP Date: Wed, 24 Sep 2014 18:18:50 +0800 Message-ID: References: <1410168160-3624-1-git-send-email-lftan@altera.com> <1410168160-3624-2-git-send-email-lftan@altera.com> <13000968.l0laEvMsix@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <13000968.l0laEvMsix@wuerfel> Sender: linux-doc-owner@vger.kernel.org To: Arnd Bergmann Cc: Linux-Arch , "linux-kernel@vger.kernel.org" , "linux-doc@vger.kernel.org" , Chung-Lin Tang List-Id: linux-arch.vger.kernel.org On Tue, Sep 23, 2014 at 6:40 PM, Arnd Bergmann wrote: > On Tuesday 23 September 2014 18:20:08 LF.Tan wrote: >> Hi Arnd >> >> Are you okay with this generic futex in asm-generic? >> > > Yes, this looks good. Remind me again who need this, would it make > sense to merge this through an architecture-specific tree for > whichever architecture can benefit from it? What is the common practice for this? Do you mean merge with nios2 or other arch, eg m68k? Ley Foon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f41.google.com ([209.85.215.41]:33195 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753854AbaIXKSw (ORCPT ); Wed, 24 Sep 2014 06:18:52 -0400 MIME-Version: 1.0 In-Reply-To: <13000968.l0laEvMsix@wuerfel> References: <1410168160-3624-1-git-send-email-lftan@altera.com> <1410168160-3624-2-git-send-email-lftan@altera.com> <13000968.l0laEvMsix@wuerfel> Date: Wed, 24 Sep 2014 18:18:50 +0800 Message-ID: Subject: Re: [PATCH v3 01/29] asm-generic: add generic futex for !CONFIG_SMP From: Ley Foon Tan Content-Type: text/plain; charset=UTF-8 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Linux-Arch , "linux-kernel@vger.kernel.org" , "linux-doc@vger.kernel.org" , Chung-Lin Tang Message-ID: <20140924101850.ejEBvQL-iDmWT7TBH95u92fQm7yfHEfy6WYM5RtDR7g@z> On Tue, Sep 23, 2014 at 6:40 PM, Arnd Bergmann wrote: > On Tuesday 23 September 2014 18:20:08 LF.Tan wrote: >> Hi Arnd >> >> Are you okay with this generic futex in asm-generic? >> > > Yes, this looks good. Remind me again who need this, would it make > sense to merge this through an architecture-specific tree for > whichever architecture can benefit from it? What is the common practice for this? Do you mean merge with nios2 or other arch, eg m68k? Ley Foon