Hi Randy, On Mon, 4 Feb 2019 20:26:43 -0800 Randy Dunlap wrote: > > on x86_64 UML: (although should be many places) > > ../fs/binfmt_elf.c: In function ‘write_note_info’: > ../fs/binfmt_elf.c:2122:19: error: ‘tmp’ undeclared (first use in this function) > for (i = 0; i < tmp->num_notes; i++) This only a problem for !defined(CORE_DUMP_USE_REGSET) architectures, but a problem none the less. -- Cheers, Stephen Rothwell