Hi, On Thu, 2013-12-12 at 15:48 +0100, Geert Uytterhoeven wrote: > On Thu, Dec 12, 2013 at 1:18 AM, Geoff Levand <geoff at infradead.org> wrote: > > - image->segment[i].memsz, > > + (unsigned int)image->segment[i].memsz,e->start); > > Wouldn't it be better to remove all casts and correct the printf-style > format specifiers instead? That would be better, I'll make a new patch. Thanks Geert!