All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] compile warnings due to change of pci resource element type
@ 2005-03-04 13:05 Stephen Biggs
  2005-03-04 15:49 ` Randy.Dunlap
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Stephen Biggs @ 2005-03-04 13:05 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 587 bytes --]

Trying to comple the latest version (2.6.11-rc5-mm1) gives a huge amount 
of warnings in a lot of files due to printf formats (and a couple of 
other minor issues) that have %lx instead of %llx for the "start" element 
in the pci_resource struct whose type was changed from u32 to u64.

These are relatively easy to fix and need to be fixed because of 
potential stack issues with var arg functions like printk and friends.

My question is: should I do this or is someone else working on this, 
perhaps a better fix than simply changing the majority of occurrences of 
"%lx" to "%llx"?


[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-03-05 17:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-04 13:05 [KJ] compile warnings due to change of pci resource element type Stephen Biggs
2005-03-04 15:49 ` Randy.Dunlap
2005-03-04 16:57 ` Greg KH
2005-03-05  9:33 ` Stephen Biggs
2005-03-05 10:07 ` Alexey Dobriyan
2005-03-05 16:04 ` Nish Aravamudan
2005-03-05 17:51 ` Stephen Biggs
2005-03-05 17:54 ` Randy.Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.