Hi all, Today's linux-next build (powerpc ppc64_defconfig) produced this warning: kernel/sched.c: In function 'sched_show_task': kernel/sched.c:6677: warning: format '%08x' expects type 'unsigned int', but argument 5 has type 'long unsigned int' Introduced by commit 12b5c43486202dd4ff3cfd59a190984a0dd7f6fd ("sched: emit thread info flags with stack trace") from the sched tree. thread_info::flags is "unsigned long" on all architectures except alpha (where it is "unsigned int"), ia64 and x86 (where it is "__u32"). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/