From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wtarreau.pck.nerim.net ([62.212.114.60]:48946 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbcHSFua (ORCPT ); Fri, 19 Aug 2016 01:50:30 -0400 Date: Fri, 19 Aug 2016 07:50:23 +0200 From: Willy Tarreau To: mancha security Cc: stable@vger.kernel.org, jslaby@suse.cz, edumazet@google.com Subject: Re: [PATCH 3.10.x/3.12.x] net: challenge ACK side-channel attack mitigation (CVE-2016-5696) Message-ID: <20160819055023.GI17944@1wt.eu> References: <20160818223339.GA7217@zoho.com> <20160819051922.GF17944@1wt.eu> <20160819054825.GB7317@zoho.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160819054825.GB7317@zoho.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Aug 19, 2016 at 05:48:25AM +0000, mancha security wrote: > On Fri, Aug 19, 2016 at 07:19:22AM +0200, Willy Tarreau wrote: > > > > That's very kind of you, but Chas Williams already provided us with this > > backport. I hope to be able to work on 3.10.103 this week-end. > > > > Thanks! > > Willy > > Ah, thanks for the update. > > Cheers! > > --mancha > > PS My patch is probably better :) They're the same except that you added a macro to define the random function while Chas used the already provided reciprocal_divide(). Willy