From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756968AbbCMQhZ (ORCPT ); Fri, 13 Mar 2015 12:37:25 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:46497 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752379AbbCMQhX (ORCPT ); Fri, 13 Mar 2015 12:37:23 -0400 Date: Fri, 13 Mar 2015 16:37:07 +0000 From: Al Viro To: Stephen Rothwell Cc: David Miller , Linus Torvalds , netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, hch@lst.de, ying.xue@windriver.com, Felipe Balbi , Alan Stern , linux-usb@vger.kernel.org Subject: Re: linux-next: manual merge of the net-next tree with the vfs tree Message-ID: <20150313163707.GP29656@ZenIV.linux.org.uk> References: <20150313131543.7c050492@canb.auug.org.au> <20150312.232426.1464986797003264151.davem@davemloft.net> <20150313035609.GO29656@ZenIV.linux.org.uk> <20150313153817.34510752@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150313153817.34510752@canb.auug.org.au> 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 Fri, Mar 13, 2015 at 03:38:17PM +1100, Stephen Rothwell wrote: > There is also a conflict with e9eab93cc2dc ("fs: don't allow to > complete sync iocbs through aio_complete"), though it doesn't show up > in the resolution since I I just used the next-next tree bits. So a > common branch containing that as well could be merged into both trees. OK, for now I've done just that (vfs.git#iocb in never-rebase mode). I still think that vfs.git#gadget ought to go into mainline; arguments for the rest of #iocb are weaker and merging it into net-next would suffice; as the matter of fact, I have pending stuff for net-next touching the same area (further reduction of ->sendmsg()/->recvmsg() argument lists; total_len is redundant); might as well deal with that when feeding that to Dave...