From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932457AbcF3OWv (ORCPT ); Thu, 30 Jun 2016 10:22:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55837 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752556AbcF3OWt (ORCPT ); Thu, 30 Jun 2016 10:22:49 -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: <146729584148.26306.13038965408565743258.stgit@warthog.procyon.org.uk> References: <146729584148.26306.13038965408565743258.stgit@warthog.procyon.org.uk> To: davem@davemloft.net Cc: dhowells@redhat.com, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 00/19] rxrpc: Improve conn/call lookup and fix call number generation MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27524.1467296567.1@warthog.procyon.org.uk> Date: Thu, 30 Jun 2016 15:22:47 +0100 Message-ID: <27525.1467296567@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 30 Jun 2016 14:22:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sigh. It seems I misunderstood the comment on read_seqbegin_or_lock() and failed to initialise seq in rxrpc_find_service_conn_rcu(). For some reason my compiler didn't notice, though Fengguang's magic compile farm did. So, please ignore this version of the patchset and I'll post a new set. David