From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753790AbcIJCZW (ORCPT ); Fri, 9 Sep 2016 22:25:22 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:35608 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751788AbcIJCZV (ORCPT ); Fri, 9 Sep 2016 22:25:21 -0400 Date: Fri, 09 Sep 2016 19:25:19 -0700 (PDT) Message-Id: <20160909.192519.837318854325070157.davem@davemloft.net> To: dhowells@redhat.com Cc: netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/7] rxrpc: Rewrite data and ack handling From: David Miller In-Reply-To: <147333500815.5646.1897433750795776938.stgit@warthog.procyon.org.uk> References: <147333500815.5646.1897433750795776938.stgit@warthog.procyon.org.uk> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 09 Sep 2016 19:25:20 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Howells Date: Thu, 08 Sep 2016 12:43:28 +0100 > This patch set constitutes the main portion of the AF_RXRPC rewrite. It > consists of five fix/helper patches: ... > And then there are two patches that form the main part: ... > With this, the majority of the AF_RXRPC rewrite is complete. ... > Tagged thusly: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160908 Pulled, however I personally would have tried to split patch #7 up a bit, it was really huge and hard to audit/review in any meaningful way.