# git rev-parse -q --verify b65f2f457c49b2cfd7967c34b7a0b04c25587f13^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.14.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 b65f2f457c49b2cfd7967c34b7a0b04c25587f13^{commit} b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # git checkout -q -f -B kisskb b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # git clean -qxdf # < git log -1 # commit b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # Author: Greg Kroah-Hartman # Date: Sun Sep 11 10:00:18 2016 +0200 # # Linux 3.14.79 # < /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 b65f2f457c49b2cfd7967c34b7a0b04c25587f13 # < make -s -j 48 ARCH=ia64 O=/kisskb/build/stable-3.14_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:2534: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:767:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 767 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:767:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:767:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 767 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:770:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 770 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:770:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 770 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arch/ia64/configs/generic_defconfig:33:warning: symbol value 'm' invalid for ACPI_CONTAINER arch/ia64/configs/generic_defconfig:35:warning: symbol value 'm' invalid for HOTPLUG_PCI_ACPI warning: (DRM_RADEON && DRM_NOUVEAU && DRM_I915 && DRM_GMA500 && DRM_SHMOBILE && DRM_TILCDC && FB_BACKLIGHT && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT) warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) warning: (DRM_RADEON && DRM_NOUVEAU && DRM_I915 && DRM_GMA500 && DRM_SHMOBILE && DRM_TILCDC && FB_BACKLIGHT && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT) warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) # make -s -j 48 ARCH=ia64 O=/kisskb/build/stable-3.14_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- warning: (DRM_RADEON && DRM_NOUVEAU && DRM_I915 && DRM_GMA500 && DRM_SHMOBILE && DRM_TILCDC && FB_BACKLIGHT && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT) warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) warning: (DRM_RADEON && DRM_NOUVEAU && DRM_I915 && DRM_GMA500 && DRM_SHMOBILE && DRM_TILCDC && FB_BACKLIGHT && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT) warning: (IA64) selects PM which has unmet direct dependencies (PM_SLEEP || PM_RUNTIME) :1181:2: warning: #warning syscall perf_event_open not implemented [-Wcpp] :1220:2: warning: #warning syscall kcmp not implemented [-Wcpp] /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/kernel/traps.c: In function 'ia64_fault': /kisskb/src/arch/ia64/kernel/traps.c:433: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/net/core/sysctl_net_core.c:26:12: warning: 'one' defined but not used [-Wunused-variable] static int one = 1; ^ /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:319:1: warning: the frame size of 2176 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/pci/pci-driver.c:440:12: warning: 'pci_restore_standard_config' defined but not used [-Wunused-function] static int pci_restore_standard_config(struct pci_dev *pci_dev) ^ /kisskb/src/drivers/net/ethernet/intel/igb/igb_main.c:7398:12: warning: 'igb_resume' defined but not used [-Wunused-function] static int igb_resume(struct device *dev) ^ /kisskb/src/drivers/net/ethernet/intel/igb/igb_main.c: In function 'igb_shutdown': /kisskb/src/drivers/net/ethernet/intel/igb/igb_main.c:7494:3: warning: 'wake' may be used uninitialized in this function [-Wmaybe-uninitialized] pci_wake_from_d3(pdev, wake); ^ /kisskb/src/drivers/usb/core/hcd-pci.c:158:13: warning: 'ehci_wait_for_companions' defined but not used [-Wunused-function] static void ehci_wait_for_companions(struct pci_dev *pdev, struct usb_hcd *hcd, ^ WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' WARNING: "alloc_pages_current" [sound/pci/emu10k1/snd-emu10k1.ko] has no CRC! WARNING: "alloc_pages_current" [net/sunrpc/xprtrdma/svcrdma.ko] has no CRC! WARNING: "alloc_pages_current" [net/sunrpc/sunrpc.ko] has no CRC! WARNING: "alloc_pages_current" [net/sunrpc/auth_gss/auth_rpcgss.ko] has no CRC! WARNING: "inode_add_bytes" [fs/udf/udf.ko] has no CRC! WARNING: "current_fs_time" [fs/udf/udf.ko] has no CRC! WARNING: "do_sync_read" [fs/udf/udf.ko] has no CRC! WARNING: "d_tmpfile" [fs/udf/udf.ko] has no CRC! WARNING: "vfs_fsync_range" [fs/udf/udf.ko] has no CRC! WARNING: "do_sync_read" [fs/ntfs/ntfs.ko] has no CRC! WARNING: "vfs_test_lock" [fs/nfsd/nfsd.ko] has no CRC! WARNING: "vfs_fsync_range" [fs/nfsd/nfsd.ko] has no CRC! WARNING: "alloc_pages_current" [fs/nfs/nfsv4.ko] has no CRC! WARNING: "generic_getxattr" [fs/nfs/nfsv4.ko] has no CRC! WARNING: "do_sync_read" [fs/nfs/nfsv4.ko] has no CRC! WARNING: "alloc_pages_current" [fs/nfs/nfs.ko] has no CRC! WARNING: "__page_file_mapping" [fs/nfs/nfs.ko] has no CRC! WARNING: "do_sync_read" [fs/nfs/nfs.ko] has no CRC! WARNING: "finish_open" [fs/nfs/nfs.ko] has no CRC! WARNING: "mnt_set_expiry" [fs/nfs/nfs.ko] has no CRC! WARNING: "vfs_test_lock" [fs/lockd/lockd.ko] has no CRC! WARNING: "alloc_pages_current" [fs/isofs/isofs.ko] has no CRC! WARNING: "alloc_pages_current" [fs/cifs/cifs.ko] has no CRC! WARNING: "current_fs_time" [fs/cifs/cifs.ko] has no CRC! WARNING: "do_sync_read" [fs/cifs/cifs.ko] has no CRC! WARNING: "in_group_p" [fs/cifs/cifs.ko] has no CRC! WARNING: "finish_open" [fs/cifs/cifs.ko] has no CRC! WARNING: "current_fs_time" [fs/binfmt_misc.ko] has no CRC! WARNING: "sys_close" [fs/binfmt_misc.ko] has no CRC! WARNING: "sys_close" [fs/autofs4/autofs4.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/scsi/st.ko] has no CRC! WARNING: "iov_shorten" [drivers/scsi/sg.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/scsi/sg.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/md/raid1.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/md/md-mod.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/md/dm-mod.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/infiniband/ulp/ipoib/ib_ipoib.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/infiniband/hw/mthca/ib_mthca.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/gpu/drm/ttm/ttm.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/gpu/drm/radeon/radeon.ko] has no CRC! WARNING: "do_sync_read" [drivers/char/raw.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/char/agp/agpgart.ko] has no CRC! WARNING: "alloc_pages_current" [drivers/block/loop.ko] has no CRC! No errors detected in 17648 functions. Kernel: vmlinux.gz is ready Completed OK # rm -rf /kisskb/build/stable-3.14_ia64-defconfig_ia64-gcc4.9 # Build took: 0:02:29.917533