From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756200AbaENQeb (ORCPT ); Wed, 14 May 2014 12:34:31 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:58465 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753279AbaENQe2 (ORCPT ); Wed, 14 May 2014 12:34:28 -0400 Message-ID: <537396F9.3090704@imgtec.com> Date: Wed, 14 May 2014 17:16:57 +0100 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Szeredi Miklos CC: Arnd Bergmann , Miklos Szeredi , , LKML , "Vineet Gupta" , Catalin Marinas , "Will Deacon" , ARM Kernel List , Mark Salter , Aurelien Jacquiot , , "Richard Kuo" , , metag , Jonas Bonn , , Chen Liqin , Lennox Wu , Chris Metcalf , Guan Xuetao Subject: Re: [RFC 3/3] asm-generic: Drop renameat syscall from default list References: <1398247687-13453-1-git-send-email-james.hogan@imgtec.com> <1398247687-13453-4-git-send-email-james.hogan@imgtec.com> <201404231418.05174.arnd@arndb.de> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.101] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Miklos, On 29/04/14 12:24, Szeredi Miklos wrote: > On Wed, Apr 23, 2014 at 2:41 PM, James Hogan wrote: > >> It appears Miklos Szeredi beat me to it with patch 1 (adding renameat2 >> syscall to asm-generic unistd.h), and will be submitting it to Linus >> at some point as part of his renameat2 series. >> Miklos: Do you think it makes sense for you to include my second patch >> in your series too since it's renameat2 related? >> http://marc.info/?l=linux-kernel&m=139824773305016&w=2 > > I've queued up the first two patches with acks from Arnd. Were you planning to send a pull request for your renameat2 patches for v3.15? Cheers James