From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753520AbdK0Uv5 (ORCPT ); Mon, 27 Nov 2017 15:51:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49686 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752470AbdK0Uvw (ORCPT ); Mon, 27 Nov 2017 15:51:52 -0500 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: <20171127143605.Horde.e1mO3GN28r_3LfsfiZdmeqJ@gator4166.hostgator.com> References: <20171127143605.Horde.e1mO3GN28r_3LfsfiZdmeqJ@gator4166.hostgator.com> <20171127180207.GA25428@embeddedor.com> <17004.1511808959@warthog.procyon.org.uk> To: "Gustavo A. R. Silva" Cc: dhowells@redhat.com, "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rxrpc: sendmsg: Fix variable overwrite in rxrpc_queue_packet MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18827.1511815911.1@warthog.procyon.org.uk> Date: Mon, 27 Nov 2017 20:51:51 +0000 Message-ID: <18828.1511815911@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 27 Nov 2017 20:51:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gustavo A. R. Silva wrote: > - resend_at = now + rxrpc_resend_timeout; > + resend_at += now; Yep. :-) David