# git rev-parse -q --verify f63b2b3204ea962e9cc34a223771ec973694f8bf^{commit} f63b2b3204ea962e9cc34a223771ec973694f8bf already have revision, skipping fetch # git checkout -q -f -B kisskb f63b2b3204ea962e9cc34a223771ec973694f8bf # git clean -qxdf # < git log -1 # commit f63b2b3204ea962e9cc34a223771ec973694f8bf # Author: Ben Hutchings # Date: Fri Jun 1 00:30:27 2018 +0100 # # Linux 3.2.102 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-ld --version # < git log --format=%s --max-count=1 f63b2b3204ea962e9cc34a223771ec973694f8bf # < make -s -j 48 ARCH=ia64 O=/kisskb/build/stable-3.2_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- defconfig In file included from scripts/kconfig/zconf.tab.c:2500: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:748:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 748 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:748:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:748:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 748 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:751:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 751 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:751:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 751 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) # make -s -j 48 ARCH=ia64 O=/kisskb/build/stable-3.2_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) :1518:2: warning: #warning syscall perf_event_open not implemented [-Wcpp] In function 'cpio_replace_env', inlined from 'cpio_mkfile_line' at /kisskb/src/usr/gen_init_cpio.c:454:26: /kisskb/src/usr/gen_init_cpio.c:399:4: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 399 | strncpy(new_location, expanded, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched.c:1889:13: warning: 'update_idle_cpu_load' declared 'static' but never defined [-Wunused-function] static void update_idle_cpu_load(struct rq *this_rq); ^ /kisskb/src/arch/ia64/kernel/traps.c: In function 'ia64_fault': /kisskb/src/arch/ia64/kernel/traps.c:432:17: warning: 'siginfo.si_code' may be used uninitialized in this function [-Wmaybe-uninitialized] struct siginfo siginfo; ^ /kisskb/src/arch/ia64/kernel/unaligned.c: In function 'ia64_handle_unaligned': /kisskb/src/arch/ia64/kernel/unaligned.c:1382:16: warning: 'u.l' may be used uninitialized in this function [-Wmaybe-uninitialized] opcode = (u.l >> IA64_OPCODE_SHIFT) & IA64_OPCODE_MASK; ^ /kisskb/src/ipc/msg.c: In function 'msgctl_down.constprop': /kisskb/src/ipc/msg.c:427:37: warning: 'msqid64.msg_qbytes' may be used uninitialized in this function [-Wmaybe-uninitialized] &msqid64.msg_perm, msqid64.msg_qbytes); ^ /kisskb/src/arch/ia64/sn/kernel/setup.c: In function 'sn_cpu_init': /kisskb/src/arch/ia64/sn/kernel/setup.c:582:23: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'struct pda_s *' as the destination; expected 'struct pda_s' or an explicit length [-Wsizeof-pointer-memaccess] memset(pda, 0, sizeof(pda)); ^ /kisskb/src/arch/ia64/sn/kernel/bte.c: In function 'bte_copy': /kisskb/src/arch/ia64/sn/kernel/bte.c:117:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] nasid_to_try[1] = (int)NULL; ^ /kisskb/src/arch/ia64/sn/kernel/bte.c:125:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] nasid_to_try[1] = (int)NULL; ^ /kisskb/src/arch/ia64/sn/kernel/io_common.c:48:1: warning: data definition has no type or storage class EXPORT_SYMBOL_GPL(sn_acpi_rev); ^ /kisskb/src/arch/ia64/sn/kernel/io_common.c:48:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' [-Wimplicit-int] /kisskb/src/arch/ia64/sn/kernel/io_common.c:48:1: warning: parameter names (without types) in function declaration /kisskb/src/arch/ia64/sn/kernel/io_common.c:562:1: warning: data definition has no type or storage class EXPORT_SYMBOL(sn_pci_unfixup_slot); ^ /kisskb/src/arch/ia64/sn/kernel/io_common.c:562:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] /kisskb/src/arch/ia64/sn/kernel/io_common.c:562:1: warning: parameter names (without types) in function declaration /kisskb/src/arch/ia64/sn/kernel/io_common.c:563:1: warning: data definition has no type or storage class EXPORT_SYMBOL(sn_bus_store_sysdata); ^ /kisskb/src/arch/ia64/sn/kernel/io_common.c:563:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] /kisskb/src/arch/ia64/sn/kernel/io_common.c:563:1: warning: parameter names (without types) in function declaration /kisskb/src/arch/ia64/sn/kernel/io_common.c:564:1: warning: data definition has no type or storage class EXPORT_SYMBOL(sn_bus_free_sysdata); ^ /kisskb/src/arch/ia64/sn/kernel/io_common.c:564:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] /kisskb/src/arch/ia64/sn/kernel/io_common.c:564:1: warning: parameter names (without types) in function declaration /kisskb/src/arch/ia64/sn/kernel/io_common.c:565:1: warning: data definition has no type or storage class EXPORT_SYMBOL(sn_generate_path); ^ /kisskb/src/arch/ia64/sn/kernel/io_common.c:565:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] /kisskb/src/arch/ia64/sn/kernel/io_common.c:565:1: warning: parameter names (without types) in function declaration /kisskb/src/arch/ia64/sn/kernel/tiocx.c: In function 'cx_device_register': /kisskb/src/arch/ia64/sn/kernel/tiocx.c:210:2: warning: ignoring return value of 'device_register', declared with attribute warn_unused_result [-Wunused-result] device_register(&cx_dev->dev); ^ /kisskb/src/arch/ia64/sn/kernel/tiocx.c:213:2: warning: ignoring return value of 'device_create_file', declared with attribute warn_unused_result [-Wunused-result] device_create_file(&cx_dev->dev, &dev_attr_cxdev_control); ^ /kisskb/src/arch/ia64/sn/kernel/tiocx.c: In function 'tiocx_init': /kisskb/src/arch/ia64/sn/kernel/tiocx.c:493:2: warning: ignoring return value of 'bus_register', declared with attribute warn_unused_result [-Wunused-result] bus_register(&tiocx_bus_type); ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn2_smp.c: In function 'sn2_global_tlb_purge': /kisskb/src/arch/ia64/sn/kernel/sn2/sn2_smp.c:320:1: warning: the frame size of 2176 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/mm/slub.c: In function 'show_slab_objects': /kisskb/src/mm/slub.c:4476:11: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] total += x; ^ /kisskb/src/drivers/char/mbcs.c: In function 'mbcs_probe': /kisskb/src/drivers/char/mbcs.c:786:2: warning: ignoring return value of 'device_create_file', declared with attribute warn_unused_result [-Wunused-result] device_create_file(&dev->dev, &dev_attr_algo); ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:1002:1: warning: data definition has no type or storage class EXPORT_SYMBOL(sn_hwperf_get_nearest_node); ^ /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:1002:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] /kisskb/src/arch/ia64/sn/kernel/sn2/sn_hwperf.c:1002:1: warning: parameter names (without types) in function declaration /kisskb/src/drivers/pci/pci-driver.c:457:13: warning: 'pci_pm_default_resume_early' defined but not used [-Wunused-function] static void pci_pm_default_resume_early(struct pci_dev *pci_dev) ^ /kisskb/src/drivers/scsi/scsi_pm.c:19:12: warning: 'scsi_dev_type_suspend' defined but not used [-Wunused-function] static int scsi_dev_type_suspend(struct device *dev, pm_message_t msg) ^ /kisskb/src/drivers/scsi/scsi_pm.c:34:12: warning: 'scsi_dev_type_resume' defined but not used [-Wunused-function] static int scsi_dev_type_resume(struct device *dev) ^ 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:1292:39: warning: statement with no effect [-Wunused-value] #define blk_integrity_register(a, b) (0) ^ /kisskb/src/drivers/md/dm-table.c:1313:3: note: in expansion of macro 'blk_integrity_register' blk_integrity_register(dm_disk(t->md), ^ /kisskb/src/drivers/usb/core/hcd-pci.c:396:12: warning: 'suspend_common' defined but not used [-Wunused-function] static int suspend_common(struct device *dev, bool do_wakeup) ^ /kisskb/src/drivers/usb/core/hcd-pci.c:451:12: warning: 'resume_common' defined but not used [-Wunused-function] static int resume_common(struct device *dev, int event) ^ WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' No errors detected in 15638 functions. Kernel: vmlinux.gz is ready Completed OK # rm -rf /kisskb/build/stable-3.2_ia64-defconfig_ia64-gcc4.9 # Build took: 0:01:13.737465