From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755329AbcH1ImW (ORCPT ); Sun, 28 Aug 2016 04:42:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33788 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751075AbcH1ImU (ORCPT ); Sun, 28 Aug 2016 04:42:20 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20160826152546.604384-4-arnd@arndb.de> References: <20160826152546.604384-4-arnd@arndb.de> <20160826152546.604384-1-arnd@arndb.de> To: Arnd Bergmann Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org, Linus Torvalds , "David S. Miller" , netdev@vger.kernel.org Subject: Re: [PATCH 3/5] rxrpc: fix last_call processing MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13157.1472373737.1@warthog.procyon.org.uk> Date: Sun, 28 Aug 2016 09:42:17 +0100 Message-ID: <13158.1472373737@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Sun, 28 Aug 2016 08:42:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is fixed by: commit 2266ffdef5737fdfa96005204fc5606dbd559956 subject: rxrpc: Fix conn-based retransmit which is in net-next. David