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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 12 Mar 2009 10:14:02 +0800
From:	Harry Ciao <qingtao.cao@...driver.com>
To:	linux-kernel@...r.kernel.org, bluesmoke-devel@...ts.sourceforge.net
Cc:	akpm@...ux-foundation.org, norsk5@...oo.com
Subject: [v3 PATCH 0/2] Correct AMD8111 EDAC drivers


Hi Doug and Andrew,

This the latest v3 patches for EDAC AMD8111 driver. I have integrated two minor changes in amd8111_edac.[ch] respectively, and all the rest 5 patches in v2 series just remain the same.

In amd8111_edac.h, I have removed the const qualifier from amd8111_dev_info.ctl_name, to eliminate a gcc warning about discarding qualifier; in amd8111_edac.c, I have replaced the including of <linux/io.h> with <asm/io.h>, because on powerpc, __do_inb() and __do_outb() are actually defined nowhere but "arch/powerpc/include/asm", despite this would incur a warning from checkpatch.pl.

Best regards,

Harry
--
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