# < git ls-remote /scratch/git/sfr/linux-next refs/heads/master # < git rev-parse tmp/linux-next remote == local, skipping fetch # < git rev-parse tmp/linux-next Upstream revision is 4d8426f9ac601db2a64fa7be64051d02b9c9fe01 Head not built, building # < git reset --mixed # git branch -D linux-next Deleted branch linux-next (was 4d8426f). # git checkout -q -f -b linux-next tmp/linux-next # < git ls-files --others --modified # git ls-files --others --modified cmd.log # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=arm O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_ebsa110_defconfig_arm CROSS_COMPILE=/opt/cross/gcc-4.6-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- -f kisskb-version.mk makewrap: Using -j factor 128 # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=arm O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_ebsa110_defconfig_arm CROSS_COMPILE=/opt/cross/gcc-4.6-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- ebsa110_defconfig makewrap: Using -j factor 128 In file included from scripts/kconfig/zconf.tab.c:2537:0: /scratch/kisskb/src/scripts/kconfig/menu.c: In function 'get_symbol_str': /scratch/kisskb/src/scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized] jump->offset = strlen(r->s); ^ /scratch/kisskb/src/scripts/kconfig/menu.c:551:19: note: 'jump' was declared here struct jump_key *jump; ^ # /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=arm O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_ebsa110_defconfig_arm CROSS_COMPILE=/opt/cross/gcc-4.6-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- makewrap: Using -j factor 128 make[1]: Entering directory `/scratch/kisskb/build/linux-next_ebsa110_defconfig_arm' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release GEN ./Makefile WRAP arch/arm/include/generated/asm/auxvec.h WRAP arch/arm/include/generated/asm/bitsperlong.h WRAP arch/arm/include/generated/asm/cputime.h WRAP arch/arm/include/generated/asm/current.h CHK include/generated/uapi/linux/version.h WRAP arch/arm/include/generated/asm/emergency-restart.h WRAP arch/arm/include/generated/asm/errno.h WRAP arch/arm/include/generated/asm/exec.h WRAP arch/arm/include/generated/asm/hash.h UPD include/generated/uapi/linux/version.h WRAP arch/arm/include/generated/asm/ioctl.h WRAP arch/arm/include/generated/asm/ipcbuf.h WRAP arch/arm/include/generated/asm/irq_regs.h WRAP arch/arm/include/generated/asm/kdebug.h WRAP arch/arm/include/generated/asm/local.h WRAP arch/arm/include/generated/asm/local64.h WRAP arch/arm/include/generated/asm/mcs_spinlock.h WRAP arch/arm/include/generated/asm/msgbuf.h WRAP arch/arm/include/generated/asm/param.h WRAP arch/arm/include/generated/asm/parport.h WRAP arch/arm/include/generated/asm/poll.h WRAP arch/arm/include/generated/asm/preempt.h WRAP arch/arm/include/generated/asm/resource.h WRAP arch/arm/include/generated/asm/rwsem.h WRAP arch/arm/include/generated/asm/scatterlist.h WRAP arch/arm/include/generated/asm/sections.h WRAP arch/arm/include/generated/asm/segment.h WRAP arch/arm/include/generated/asm/sembuf.h WRAP arch/arm/include/generated/asm/serial.h WRAP arch/arm/include/generated/asm/shmbuf.h WRAP arch/arm/include/generated/asm/siginfo.h WRAP arch/arm/include/generated/asm/simd.h WRAP arch/arm/include/generated/asm/sizes.h WRAP arch/arm/include/generated/asm/socket.h WRAP arch/arm/include/generated/asm/sockios.h WRAP arch/arm/include/generated/asm/termbits.h WRAP arch/arm/include/generated/asm/termios.h WRAP arch/arm/include/generated/asm/timex.h WRAP arch/arm/include/generated/asm/trace_clock.h WRAP arch/arm/include/generated/asm/unaligned.h HOSTCC scripts/kallsyms HOSTCC scripts/sortextable CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s GEN scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost UPD include/config/kernel.release Using /scratch/kisskb/src as source for kernel CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h Generating include/generated/mach-types.h CC kernel/bounds.s GEN include/generated/bounds.h CC arch/arm/kernel/asm-offsets.s In file included from /scratch/kisskb/src/arch/arm/include/asm/io.h:371:0, from /scratch/kisskb/src/include/linux/scatterlist.h:10, from /scratch/kisskb/src/include/linux/dma-mapping.h:9, from /scratch/kisskb/src/arch/arm/kernel/asm-offsets.c:15: /scratch/kisskb/src/include/asm-generic/io.h:235:20: error: conflicting types for 'readsw' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:78:13: note: previous declaration of 'readsw' was here /scratch/kisskb/src/include/asm-generic/io.h:251:20: error: conflicting types for 'readsl' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:79:13: note: previous declaration of 'readsl' was here /scratch/kisskb/src/include/asm-generic/io.h:300:20: error: conflicting types for 'writesw' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:74:13: note: previous declaration of 'writesw' was here /scratch/kisskb/src/include/asm-generic/io.h:315:20: error: conflicting types for 'writesl' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:75:13: note: previous declaration of 'writesl' was here /scratch/kisskb/src/include/asm-generic/io.h:462:20: error: conflicting types for 'insb' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:65:13: note: previous declaration of 'insb' was here /scratch/kisskb/src/include/asm-generic/io.h: In function 'insb': /scratch/kisskb/src/include/asm-generic/io.h:464:2: warning: passing argument 1 of 'readsb' makes pointer from integer without a cast [enabled by default] /scratch/kisskb/src/include/asm-generic/io.h:219:20: note: expected 'const void *' but argument is of type 'long unsigned int' /scratch/kisskb/src/include/asm-generic/io.h: At top level: /scratch/kisskb/src/include/asm-generic/io.h:470:20: error: conflicting types for 'insw' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:66:13: note: previous declaration of 'insw' was here /scratch/kisskb/src/include/asm-generic/io.h: In function 'insw': /scratch/kisskb/src/include/asm-generic/io.h:472:2: warning: passing argument 1 of 'readsw' makes pointer from integer without a cast [enabled by default] /scratch/kisskb/src/include/asm-generic/io.h:235:20: note: expected 'const void *' but argument is of type 'long unsigned int' /scratch/kisskb/src/include/asm-generic/io.h: At top level: /scratch/kisskb/src/include/asm-generic/io.h:478:20: error: conflicting types for 'insl' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:67:13: note: previous declaration of 'insl' was here /scratch/kisskb/src/include/asm-generic/io.h: In function 'insl': /scratch/kisskb/src/include/asm-generic/io.h:480:2: warning: passing argument 1 of 'readsl' makes pointer from integer without a cast [enabled by default] /scratch/kisskb/src/include/asm-generic/io.h:251:20: note: expected 'const void *' but argument is of type 'long unsigned int' /scratch/kisskb/src/include/asm-generic/io.h: At top level: /scratch/kisskb/src/include/asm-generic/io.h:486:20: error: conflicting types for 'outsb' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:69:13: note: previous declaration of 'outsb' was here /scratch/kisskb/src/include/asm-generic/io.h: In function 'outsb': /scratch/kisskb/src/include/asm-generic/io.h:489:2: warning: passing argument 1 of 'writesb' makes pointer from integer without a cast [enabled by default] /scratch/kisskb/src/include/asm-generic/io.h:285:20: note: expected 'void *' but argument is of type 'long unsigned int' /scratch/kisskb/src/include/asm-generic/io.h: At top level: /scratch/kisskb/src/include/asm-generic/io.h:495:20: error: conflicting types for 'outsw' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:70:13: note: previous declaration of 'outsw' was here /scratch/kisskb/src/include/asm-generic/io.h: In function 'outsw': /scratch/kisskb/src/include/asm-generic/io.h:498:2: warning: passing argument 1 of 'writesw' makes pointer from integer without a cast [enabled by default] /scratch/kisskb/src/include/asm-generic/io.h:300:20: note: expected 'void *' but argument is of type 'long unsigned int' /scratch/kisskb/src/include/asm-generic/io.h: At top level: /scratch/kisskb/src/include/asm-generic/io.h:504:20: error: conflicting types for 'outsl' /scratch/kisskb/src/arch/arm/mach-ebsa110/include/mach/io.h:71:13: note: previous declaration of 'outsl' was here /scratch/kisskb/src/include/asm-generic/io.h: In function 'outsl': /scratch/kisskb/src/include/asm-generic/io.h:507:2: warning: passing argument 1 of 'writesl' makes pointer from integer without a cast [enabled by default] /scratch/kisskb/src/include/asm-generic/io.h:315:20: note: expected 'void *' but argument is of type 'long unsigned int' make[2]: *** [arch/arm/kernel/asm-offsets.s] Error 1 make[2]: Target `__build' not remade because of errors. make[1]: *** [prepare0] Error 2 make[1]: Target `_all' not remade because of errors. make: *** [sub-make] Error 2 make: Target `_all' not remade because of errors. ## bisect disabled, NOT bisecting