lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20070227.115942.34602032.davem@davemloft.net>
Date:	Tue, 27 Feb 2007 11:59:42 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	jgarzik@...ox.com
CC:	netdev@...r.kernel.org
Subject: another tulip typo (Fw: Unaligned accesses in ip_rcv and
 ip_fast_csum)


Another one of those __sparc_ --> __sparc__ typos in Tulip,
Jeff please apply.

Signed-off-by: David S. Miller <davem@...emloft.net>

Return-Path: <davem@...r.kernel.org>
X-Original-To: davem@...set.davemloft.net
Delivered-To: davem@...set.davemloft.net
Received: from vger.kernel.org (vger.kernel.org [209.132.176.167])
	by sunset.davemloft.net (Postfix) with ESMTP id 03BB7AE4212
	for <davem@...set.davemloft.net>; Tue, 27 Feb 2007 11:43:30 -0800 (PST)
Received: (from localhost user: 'davem' uid#2109 fake: STDIN
	(davem@...r.kernel.org)) by vger.kernel.org id S1752054AbXB0Tn1
	(ORCPT <rfc822;davem@...set.davemloft.net>);
	Tue, 27 Feb 2007 14:43:27 -0500
Received: (majordomo@...r.kernel.org) by vger.kernel.org via listexpand
	id S1752093AbXB0Tn0 (ORCPT <rfc822;davem@...emloft.net>);
	Tue, 27 Feb 2007 14:43:26 -0500
Received: (majordomo@...r.kernel.org) by vger.kernel.org id S1752505AbXB0Tn0
	(ORCPT <rfc822;sparclinux-outgoing>);
	Tue, 27 Feb 2007 14:43:26 -0500
Received: from slyph.dragoninc.ca ([216.208.25.187]:4795 "EHLO
	slyph.dragoninc.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
	with ESMTP id S1752093AbXB0TnZ (ORCPT
	<rfc822;sparclinux@...r.kernel.org>); Tue, 27 Feb 2007 14:43:25 -0500
Received: (qmail 16438 invoked by uid 210); 27 Feb 2007 14:43:24 -0500
Received: from 216.220.55.30 (nazard@....220.55.30) by slyph (envelope-from <nazard@...goninc.ca>, uid 201) with qmail-scanner-2.01st 
 (clamdscan: devel-20061027/2657. perlscan: 2.01st.  
 Clear:RC:1(216.220.55.30):. 
 Processed in 0.041453 secs); 27 Feb 2007 19:43:24 -0000
Received: from chrysler.nhlpa.com (HELO hastur) (nazard@....220.55.30)
  by slyph.dragoninc.ca with ESMTPA; 27 Feb 2007 14:43:23 -0500
From:	"Doug Nazar" <nazard@...goninc.ca>
To:	"'Jurij Smakov'" <jurij@...yd.org>
Cc:	<sparclinux@...r.kernel.org>
References: <20070225200702.GA4451@...opy.oc.cox.net>
In-Reply-To: <20070225200702.GA4451@...opy.oc.cox.net>
Subject: RE: Unaligned accesses in ip_rcv and ip_fast_csum
Date:	Tue, 27 Feb 2007 14:43:23 -0500
Message-ID: <00e801c75aa7$8af0e5b0$a0d2b110$@ca>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AcdZGLCVxqFDWUaiSB+0yhz0gVeyzgBjrI0w
Content-Language: en-us
Sender:	"David S. Miller" <davem@...r.kernel.org>
Fake-Sender:	sparclinux-owner@...r.kernel.org
Precedence: bulk
X-Mailing-List:	sparclinux@...r.kernel.org

> We have a report (Debian bug #409313 [0]) of the following unaligned
> accesses, occuring every 5-6 seconds on Netra X1 and SunFire v100 with
> kernel 2.6.18 and newer:

A quick grep shows this issue is also in de2104x module in case somebody is
using that.

diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c
index 9d67f11..dacea4f 100644
--- a/drivers/net/tulip/de2104x.c
+++ b/drivers/net/tulip/de2104x.c
@@ -63,7 +63,7 @@ MODULE_PARM_DESC (debug, "de2104x bitmapped message enable
number");
 
 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */
 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \
-        || defined(__sparc_) || defined(__ia64__) \
+        || defined(__sparc__) || defined(__ia64__) \
         || defined(__sh__) || defined(__mips__)
 static int rx_copybreak = 1518;
 #else

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ