Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263295AbTE3GMf (ORCPT ); Fri, 30 May 2003 02:12:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263298AbTE3GMf (ORCPT ); Fri, 30 May 2003 02:12:35 -0400 Received: from pizda.ninka.net ([216.101.162.242]:15277 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id S263295AbTE3GMe (ORCPT ); Fri, 30 May 2003 02:12:34 -0400 Date: Thu, 29 May 2003 23:24:40 -0700 (PDT) Message-Id: <20030529.232440.122068039.davem@redhat.com> To: scrosby@cs.rice.edu Cc: linux-kernel@vger.kernel.org Subject: Re: Algoritmic Complexity Attacks and 2.4.20 the dcache code From: "David S. Miller" In-Reply-To: References: <1054267067.2713.3.camel@rth.ninka.net> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Scott A Crosby Date: 30 May 2003 00:04:24 -0500 Have you seen the current dcache function? /* Linux dcache */ #define HASH_3(hi,ho,c) ho=(hi + (c << 4) + (c >> 4)) * 11 Awesome, moving the Jenkins will actually save us some cycles :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/