From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932111AbdK1QGJ (ORCPT ); Tue, 28 Nov 2017 11:06:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38608 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754080AbdK1QGG (ORCPT ); Tue, 28 Nov 2017 11:06:06 -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: <20171127180808.GA26558@embeddedor.com> References: <20171127180808.GA26558@embeddedor.com> 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: call_event: Fix variable overwrite in __rxrpc_propose_ACK MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <11190.1511885162.1@warthog.procyon.org.uk> Date: Tue, 28 Nov 2017 16:06:02 +0000 Message-ID: <11191.1511885162@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 28 Nov 2017 16:06:05 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gustavo A. R. Silva wrote: > - ack_at = jiffies + expiry; Same issue as with the other patch. Can you just combine the two please? David