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]
Date:	Thu, 8 Mar 2007 23:27:40 -0500
From:	Quinn Storm <livinglatexkali@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: NVidia early quirk repair patch bug

In attempting to fix some issues with my system, I was pulling patches from 
the kernel git tree, and I discovered that this patch (
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=fe69933652562f093ccde600cecf234930c01932 )
is malformed on i386, specifically the line:

+               if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check) {

should read

+               if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check)) {

I know someone else would have caught this, but I figured since I was doing 
this I'd post about it.

btw, thanks for the wonderful work guys, wanted to mention bcm43xx finally 
works properly on 2.6.21-rc3 w/ my 4311
-
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