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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 11 Aug 2009 08:54:14 -0600
From:	dougthompson@...ssion.com
To:	tombowfly@...il.com, juhlenko@...mai.com,
	bluesmoke-devel@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: [PATCH 1/1] edac: fix offset of reg in i3200_edac module

From: Jason Uhlenkott <juhlenko@...mai.com>

Fix an obviously wrong hardware register offset, which was inheirited
from x38_edac (which was previously fixed).

Thanks to Lu Zhihe for spotting this.

Signed-off-by: Jason Uhlenkott <juhlenko@...mai.com>
Signed-off-by: Doug Thompson <dougthompson@...ssion.com>
---
 i3200_edac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.31-rc5/drivers/edac/i3200_edac.c
===================================================================
--- linux-2.6.31-rc5.orig/drivers/edac/i3200_edac.c	2009-08-10 09:56:10.000000000 -0600
+++ linux-2.6.31-rc5/drivers/edac/i3200_edac.c	2009-08-11 08:47:22.000000000 -0600
@@ -29,7 +29,7 @@
 /* Intel 3200 register addresses - device 0 function 0 - DRAM Controller */
 
 #define I3200_MCHBAR_LOW	0x48	/* MCH Memory Mapped Register BAR */
-#define I3200_MCHBAR_HIGH	0x4b
+#define I3200_MCHBAR_HIGH	0x4c
 #define I3200_MCHBAR_MASK	0xfffffc000ULL	/* bits 35:14 */
 #define I3200_MMR_WINDOW_SIZE	16384
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ