From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/3] asm-generic: Add renameat2 syscall Date: Wed, 23 Apr 2014 14:13:52 +0200 Message-ID: <201404231413.53113.arnd@arndb.de> References: <1398247687-13453-1-git-send-email-james.hogan@imgtec.com> <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-bounces@lists.openrisc.net Errors-To: linux-bounces@lists.openrisc.net To: James Hogan Cc: linux-arch@vger.kernel.org, linux-c6x-dev@linux-c6x.org, Aurelien Jacquiot , Vineet Gupta , Mark Salter , Will Deacon , linux-kernel@vger.kernel.org, Chris Metcalf , Richard Kuo , linux@lists.openrisc.net, Lennox Wu , Catalin Marinas , linux-hexagon@vger.kernel.org, Guan Xuetao , Chen Liqin , linux-metag@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arch.vger.kernel.org On Wednesday 23 April 2014, James Hogan wrote: > Add the renameat2 syscall to the generic syscall list, which is used by > the following architectures: arc, arm64, c6x, hexagon, metag, openrisc, > score, tile, unicore32. > > Signed-off-by: James Hogan > Cc: Arnd Bergmann > Cc: linux-arch@vger.kernel.org > Cc: Vineet Gupta > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Cc: Mark Salter > Cc: Aurelien Jacquiot > Cc: linux-c6x-dev@linux-c6x.org > Cc: Richard Kuo > Cc: linux-hexagon@vger.kernel.org > Cc: linux-metag@vger.kernel.org > Cc: Jonas Bonn > Cc: linux@lists.openrisc.net > Cc: Chen Liqin > Cc: Lennox Wu > Cc: Chris Metcalf > Cc: Guan Xuetao Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.131]:52022 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753704AbaDWMPu (ORCPT ); Wed, 23 Apr 2014 08:15:50 -0400 From: Arnd Bergmann Subject: Re: [PATCH 1/3] asm-generic: Add renameat2 syscall Date: Wed, 23 Apr 2014 14:13:52 +0200 References: <1398247687-13453-1-git-send-email-james.hogan@imgtec.com> <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-ID: <201404231413.53113.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: James Hogan Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Vineet Gupta , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, Mark Salter , Aurelien Jacquiot , linux-c6x-dev@linux-c6x.org, Richard Kuo , linux-hexagon@vger.kernel.org, linux-metag@vger.kernel.org, Jonas Bonn , linux@lists.openrisc.net, Chen Liqin , Lennox Wu , Chris Metcalf , Guan Xuetao Message-ID: <20140423121352.ETzaaNPetmaBgxYqrW33nQc04z1MHhFXcwGXVVW5ef0@z> On Wednesday 23 April 2014, James Hogan wrote: > Add the renameat2 syscall to the generic syscall list, which is used by > the following architectures: arc, arm64, c6x, hexagon, metag, openrisc, > score, tile, unicore32. > > Signed-off-by: James Hogan > Cc: Arnd Bergmann > Cc: linux-arch@vger.kernel.org > Cc: Vineet Gupta > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Cc: Mark Salter > Cc: Aurelien Jacquiot > Cc: linux-c6x-dev@linux-c6x.org > Cc: Richard Kuo > Cc: linux-hexagon@vger.kernel.org > Cc: linux-metag@vger.kernel.org > Cc: Jonas Bonn > Cc: linux@lists.openrisc.net > Cc: Chen Liqin > Cc: Lennox Wu > Cc: Chris Metcalf > Cc: Guan Xuetao Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 23 Apr 2014 14:13:52 +0200 Subject: [PATCH 1/3] asm-generic: Add renameat2 syscall In-Reply-To: <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> References: <1398247687-13453-1-git-send-email-james.hogan@imgtec.com> <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> Message-ID: <201404231413.53113.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 23 April 2014, James Hogan wrote: > Add the renameat2 syscall to the generic syscall list, which is used by > the following architectures: arc, arm64, c6x, hexagon, metag, openrisc, > score, tile, unicore32. > > Signed-off-by: James Hogan > Cc: Arnd Bergmann > Cc: linux-arch at vger.kernel.org > Cc: Vineet Gupta > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel at lists.infradead.org > Cc: Mark Salter > Cc: Aurelien Jacquiot > Cc: linux-c6x-dev at linux-c6x.org > Cc: Richard Kuo > Cc: linux-hexagon at vger.kernel.org > Cc: linux-metag at vger.kernel.org > Cc: Jonas Bonn > Cc: linux at lists.openrisc.net > Cc: Chen Liqin > Cc: Lennox Wu > Cc: Chris Metcalf > Cc: Guan Xuetao Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753888AbaDWMQB (ORCPT ); Wed, 23 Apr 2014 08:16:01 -0400 Received: from moutng.kundenserver.de ([212.227.126.131]:52022 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753704AbaDWMPu (ORCPT ); Wed, 23 Apr 2014 08:15:50 -0400 From: Arnd Bergmann To: James Hogan Subject: Re: [PATCH 1/3] asm-generic: Add renameat2 syscall Date: Wed, 23 Apr 2014 14:13:52 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Vineet Gupta , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, Mark Salter , Aurelien Jacquiot , linux-c6x-dev@linux-c6x.org, Richard Kuo , linux-hexagon@vger.kernel.org, linux-metag@vger.kernel.org, Jonas Bonn , linux@openrisc.net, Chen Liqin , Lennox Wu , Chris Metcalf , Guan Xuetao References: <1398247687-13453-1-git-send-email-james.hogan@imgtec.com> <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1398247687-13453-2-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201404231413.53113.arnd@arndb.de> X-Provags-ID: V02:K0:Ct/RzVCLGbF/W8H5i090IagGKPkUSE6dMsGgyYKBhTL ywi05K9A6bXf9t9WgdPwyfXgZHV3e4onc2ZoTKQU6uulCDD3QS TJSkW3DK9jhPVUrO0JcjEfmbGmLKmBkIYxm72UUMNhq/BWt+Fz g1l0GDuBGDM2a0auThY9VSRTUiS4zRy8ozGvzlioWjRlhQg3zX iolZkKe6KcjnZ0yRm7+bDGeqU4ND09lm6Tr0RVzo9vYBMK0SxS bLmKLdVHlW7qzLaG+saakLm6YnVELYXqHfWbekhqOEwuTCQAmj GdUKTYnsq7XzzFpAX6I0sFyVUZyshuSG2cwdCGV/7XDeboAWnC ZN9iwyGnB+IUcZNLCdhw= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 23 April 2014, James Hogan wrote: > Add the renameat2 syscall to the generic syscall list, which is used by > the following architectures: arc, arm64, c6x, hexagon, metag, openrisc, > score, tile, unicore32. > > Signed-off-by: James Hogan > Cc: Arnd Bergmann > Cc: linux-arch@vger.kernel.org > Cc: Vineet Gupta > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Cc: Mark Salter > Cc: Aurelien Jacquiot > Cc: linux-c6x-dev@linux-c6x.org > Cc: Richard Kuo > Cc: linux-hexagon@vger.kernel.org > Cc: linux-metag@vger.kernel.org > Cc: Jonas Bonn > Cc: linux@lists.openrisc.net > Cc: Chen Liqin > Cc: Lennox Wu > Cc: Chris Metcalf > Cc: Guan Xuetao Acked-by: Arnd Bergmann