From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 2/2] Wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_sack skips fastpath Date: Tue, 30 Aug 2011 15:46:53 +0200 Message-ID: <4E5CE9CD.1040907@trash.net> References: <1314711341-28392-1-git-send-email-kadlec@blackhole.kfki.hu> <1314711341-28392-2-git-send-email-kadlec@blackhole.kfki.hu> <1314711341-28392-3-git-send-email-kadlec@blackhole.kfki.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, Pablo Neira Ayuso To: Jozsef Kadlecsik Return-path: Received: from stinky.trash.net ([213.144.137.162]:55914 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754012Ab1H3Nqy (ORCPT ); Tue, 30 Aug 2011 09:46:54 -0400 In-Reply-To: <1314711341-28392-3-git-send-email-kadlec@blackhole.kfki.hu> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 30.08.2011 15:35, Jozsef Kadlecsik wrote: > The wrong multiplication of TCPOLEN_TSTAMP_ALIGNED by 4 skips the fast path > for the timestamp-only option. Bug reported by Michael M. Builov (netfilter > bugzilla #738). > > Signed-off-by: Jozsef Kadlecsik Also applied, thanks.