# git rev-parse -q --verify 5878e067ecac4bd2320e933ec485c01190a5b881^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-2.6.34.y warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 5878e067ecac4bd2320e933ec485c01190a5b881^{commit} 5878e067ecac4bd2320e933ec485c01190a5b881 # git checkout -q -f -B kisskb 5878e067ecac4bd2320e933ec485c01190a5b881 # git clean -qxdf # < git log -1 # commit 5878e067ecac4bd2320e933ec485c01190a5b881 # Author: Paul Gortmaker # Date: Mon Feb 10 17:31:40 2014 -0500 # # Linux 2.6.34.15 # # Signed-off-by: Paul Gortmaker # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 5878e067ecac4bd2320e933ec485c01190a5b881 # < make -s -j 48 ARCH=x86 O=/kisskb/build/stable-34_x86_64_defconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- x86_64_defconfig /kisskb/src/scripts/kconfig/conf.c: In function 'conf_sym': /kisskb/src/scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 159 | int type; | ^~~~ /kisskb/src/scripts/kconfig/conf.c: In function 'conf_choice': /kisskb/src/scripts/kconfig/conf.c:231:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 231 | int type; | ^~~~ In file included from scripts/kconfig/zconf.tab.c:2451: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:434:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 128 [-Wformat-overflow=] 434 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:434:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:434:2: note: 'sprintf' output 1 or more bytes (assuming 135) into a destination of size 128 434 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:437:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 128 [-Wformat-overflow=] 437 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:437:3: note: 'sprintf' output between 13 and 150 bytes into a destination of size 128 437 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # < make -s -j 48 ARCH=x86 O=/kisskb/build/stable-34_x86_64_defconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- help # yes \n | make -s -j 48 ARCH=x86 O=/kisskb/build/stable-34_x86_64_defconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=x86 O=/kisskb/build/stable-34_x86_64_defconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- In function 'cpio_replace_env', inlined from 'cpio_mkfile_line' at /kisskb/src/usr/gen_init_cpio.c:448:26: /kisskb/src/usr/gen_init_cpio.c:393:4: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 393 | strncpy(new_location, expanded, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /kisskb/src/kernel/timeconst.pl line 373. make[2]: *** [/kisskb/src/kernel/Makefile:138: kernel/timeconst.h] Error 255 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/x86/kernel/apic/apic.c:30:0: /kisskb/src/arch/x86/kernel/apic/apic.c: In function 'lapic_suspend': /kisskb/src/include/linux/dmar.h:182:34: warning: statement with no effect [-Wunused-value] #define disable_intr_remapping() (0) ^ /kisskb/src/arch/x86/kernel/apic/apic.c:2022:3: note: in expansion of macro 'disable_intr_remapping' disable_intr_remapping(); ^ /kisskb/src/arch/x86/kernel/apic/apic.c: In function 'lapic_resume': /kisskb/src/include/linux/dmar.h:183:39: warning: statement with no effect [-Wunused-value] #define reenable_intr_remapping(mode) (0) ^ /kisskb/src/arch/x86/kernel/apic/apic.c:2099:3: note: in expansion of macro 'reenable_intr_remapping' reenable_intr_remapping(x2apic_mode); ^ /kisskb/src/mm/percpu.c: In function 'per_cpu_ptr_to_phys': /kisskb/src/mm/percpu.c:1377:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/arch/x86/kernel/head_64.S: Assembler messages: /kisskb/src/arch/x86/kernel/head_64.S:419: Warning: ignoring fill value in section `.bss' /kisskb/src/arch/x86/kernel/head_64.S:424: Warning: ignoring fill value in section `.bss.page_aligned' In file included from /kisskb/src/arch/x86/kernel/acpi/realmode/video-vga.c:1:0: /kisskb/src/arch/x86/kernel/acpi/realmode/../../../boot/video-vga.c: In function 'vga_set_basic_mode': /kisskb/src/arch/x86/kernel/acpi/realmode/../../../boot/video-vga.c:44:6: warning: variable 'ax' set but not used [-Wunused-but-set-variable] u16 ax; ^ make[1]: *** [/kisskb/src/Makefile:893: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/x86/include/asm/bug.h:38:0, from /kisskb/src/include/linux/kernel.h:20, from /kisskb/src/drivers/ata/ahci.c:35: /kisskb/src/drivers/ata/ahci.c: In function 'ahci_init_one': /kisskb/src/drivers/ata/ahci.c:3258:24: warning: comparison between 'enum ' and 'enum ' [-Wenum-compare] WARN_ON(ATA_MAX_QUEUE > AHCI_MAX_CMDS); ^ /kisskb/src/include/asm-generic/bug.h:74:25: note: in definition of macro 'WARN_ON' int __ret_warn_on = !!(condition); \ ^ /kisskb/src/fs/quota/dquot.c:135:14: warning: 'quotatypes' defined but not used [-Wunused-variable] static char *quotatypes[] = INITQFNAMES; ^ In file included from /kisskb/src/sound/pci/hda/patch_conexant.c:32:0: /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'patch_cxt5066': /kisskb/src/sound/pci/hda/hda_beep.h:53:42: warning: statement with no effect [-Wunused-value] #define snd_hda_attach_beep_device(...) 0 ^ /kisskb/src/sound/pci/hda/patch_conexant.c:2942:3: note: in expansion of macro 'snd_hda_attach_beep_device' snd_hda_attach_beep_device(codec, 0x13); ^ /kisskb/src/fs/nfs/inode.c: In function 'nfs_zap_caches_locked': /kisskb/src/fs/nfs/inode.c:140:41: warning: argument to 'sizeof' in 'memset' call is the same pointer type '__be32 *' as the destination; expected '__be32' or an explicit length [-Wsizeof-pointer-memaccess] memset(NFS_COOKIEVERF(inode), 0, sizeof(NFS_COOKIEVERF(inode))); ^ /kisskb/src/fs/quota/dquot.c: In function 'dquot_transfer': /kisskb/src/fs/quota/dquot.c:1701:23: warning: 'chid[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] transfer_to[cnt] = dqget(inode->i_sb, chid[cnt], cnt); ^ /kisskb/src/fs/quota/dquot.c:1783:8: note: 'chid[1]' was declared here qid_t chid[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c:1701:23: warning: 'chid[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] transfer_to[cnt] = dqget(inode->i_sb, chid[cnt], cnt); ^ /kisskb/src/fs/quota/dquot.c:1783:8: note: 'chid[0]' was declared here qid_t chid[MAXQUOTAS]; ^ /kisskb/src/fs/compat_ioctl.c: In function 'serial_struct_ioctl': /kisskb/src/fs/compat_ioctl.c:713:38: warning: typedef 'SS' locally defined but not used [-Wunused-local-typedefs] typedef struct serial_struct SS; ^ /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'alc_build_controls': /kisskb/src/sound/pci/hda/patch_realtek.c:2571:44: warning: 'kctl' may be used uninitialized in this function [-Wmaybe-uninitialized] const char *kname = kctl ? kctl->id.name : NULL; ^ In file included from /kisskb/src/fs/nfs/dns_resolve.c:18:0: /kisskb/src/fs/nfs/dns_resolve.c: In function 'nfs_dns_parse': /kisskb/src/include/linux/sunrpc/cache.h:227:2: warning: 'rv' may be used uninitialized in this function [-Wmaybe-uninitialized] return rv; ^ /kisskb/src/include/linux/sunrpc/cache.h:222:6: note: 'rv' was declared here int rv; ^ In file included from /kisskb/src/include/linux/device-mapper.h:11:0, from /kisskb/src/drivers/md/dm.h:14, from /kisskb/src/drivers/md/dm.c:8: /kisskb/src/drivers/md/dm.c: In function 'split_bvec': /kisskb/src/include/linux/bio.h:666:41: warning: statement with no effect [-Wunused-value] #define bio_integrity_clone(a, b, c, d) (0) ^ /kisskb/src/drivers/md/dm.c:1125:3: note: in expansion of macro 'bio_integrity_clone' bio_integrity_clone(clone, bio, GFP_NOIO, bs); ^ /kisskb/src/drivers/md/dm.c: In function 'clone_bio': /kisskb/src/include/linux/bio.h:666:41: warning: statement with no effect [-Wunused-value] #define bio_integrity_clone(a, b, c, d) (0) ^ /kisskb/src/drivers/md/dm.c:1153:3: note: in expansion of macro 'bio_integrity_clone' bio_integrity_clone(clone, bio, GFP_NOIO, bs); ^ In file included from /kisskb/src/include/linux/device-mapper.h:12:0, from /kisskb/src/drivers/md/dm.h:14, from /kisskb/src/drivers/md/dm-table.c:8: /kisskb/src/drivers/md/dm-table.c: In function 'dm_table_set_integrity': /kisskb/src/include/linux/blkdev.h:1278:39: warning: statement with no effect [-Wunused-value] #define blk_integrity_register(a, b) (0) ^ /kisskb/src/drivers/md/dm-table.c:1082:2: note: in expansion of macro 'blk_integrity_register' blk_integrity_register(dm_disk(t->md), ^ /kisskb/src/include/linux/blkdev.h:1278:39: warning: statement with no effect [-Wunused-value] #define blk_integrity_register(a, b) (0) ^ /kisskb/src/drivers/md/dm-table.c:1088:2: note: in expansion of macro 'blk_integrity_register' blk_integrity_register(dm_disk(t->md), NULL); ^ /kisskb/src/drivers/acpi/acpica/nsrepair.c: In function 'acpi_ns_repair_object': /kisskb/src/drivers/acpi/acpica/nsrepair.c:200:21: warning: 'new_object' may be used uninitialized in this function [-Wmaybe-uninitialized] *return_object_ptr = new_object; ^ /kisskb/src/drivers/gpu/drm/i915/i915_dma.c: In function 'i915_driver_load': /kisskb/src/drivers/gpu/drm/i915/i915_dma.c:1375:28: warning: 'compressed_llb' may be used uninitialized in this function [-Wmaybe-uninitialized] dev_priv->compressed_llb = compressed_llb; ^ /kisskb/src/drivers/gpu/drm/i915/i915_dma.c:1317:38: note: 'compressed_llb' was declared here struct drm_mm_node *compressed_fb, *compressed_llb; ^ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:108:0: /kisskb/src/drivers/usb/host/ohci-dbg.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:77:11: warning: the comparison will always evaluate as 'true' for the address of 'next' will never be NULL [-Waddress] if (next != NULL) { \ ^ /kisskb/src/drivers/usb/host/ohci-dbg.c:639:2: note: in expansion of macro 'ohci_dbg_sw' ohci_dbg_sw (ohci, &next, &size, ^ /kisskb/src/drivers/usb/host/ohci-dbg.c:77:11: warning: the comparison will always evaluate as 'true' for the address of 'next' will never be NULL [-Waddress] if (next != NULL) { \ ^ /kisskb/src/drivers/usb/host/ohci-dbg.c:658:3: note: in expansion of macro 'ohci_dbg_sw' ohci_dbg_sw (ohci, &next, &size, ^ make: *** [Makefile:130: sub-make] Error 2 Command 'make -s -j 48 ARCH=x86 O=/kisskb/build/stable-34_x86_64_defconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/stable-34_x86_64_defconfig_x86_64-gcc4.9 # Build took: 0:01:13.614037