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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 8 Jun 2008 14:41:12 +0200
From:	Mirco Tischler <mt-ml@....de>
To:	Adrian Bunk <bunk@...nel.org>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...e.de>
Subject: Re: [BUG: 2.6.26-rc3] ERROR: "____ilog2_NaN" undefined

Here's an update:
I've contacted the gcc folks. Here is the bugzilla entry:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36359
We were able to trace the error down to usb_submit_urb() in
drivers/usb/core/urb.c which calls ilog2() and the gcc falsely assumes its
argument (urb->interval) to be zero. But as I understood they say it's the
kernel's fault because the code depends on correct optimization what seems a
little weird for me as incorrect optimization is a gcc bug IMHO. But I am not
an expert and maybe I've just understood something wrong because I'm not a
native speaker.

Thanks
Mirco

Download attachment "signature.asc" of type "application/pgp-signature" (190 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ