Subject : (regression) kernel/timeconst.h bugs with HZ=128 Submitter : David Brownell <david-b@pacbell.net> Date : 2008-02-26 19:32 References : http://lkml.org/lkml/2008/2/26/294 Handled-By : "H. Peter Anvin" <hpa@zytor.com> This entry is being used for tracking a regression from 2.6.24. Please don't close it until the problem is fixed in the mainline.
There is no bug here. The original poster is complaining about gcc issuing a warning, but the code is correct.
I'm not sure I understand the rationale for this not being called a "bug" ... But even if it's "just" a warninng, that's still a regression. And so it should be fixed.
It's not a bug because the code is correct, both on the source and the binary level.
Created attachment 15114 [details] [PATCH] Add C99-style constructor macros for specific-sized integers
Created attachment 15115 [details] [PATCH] Use U64_C() instead of casts in kernel/time.c
Regressions list annotation: Patch : http://bugzilla.kernel.org/attachment.cgi?id=15114&action=view Patch : http://bugzilla.kernel.org/attachment.cgi?id=15115&action=view