# git rev-parse -q --verify 391b01b08db659e3a4e873f95f63b848f945d257^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.0.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 391b01b08db659e3a4e873f95f63b848f945d257^{commit} 391b01b08db659e3a4e873f95f63b848f945d257 # git checkout -q -f -B kisskb 391b01b08db659e3a4e873f95f63b848f945d257 # git clean -qxdf # < git log -1 # commit 391b01b08db659e3a4e873f95f63b848f945d257 # Author: Greg Kroah-Hartman # Date: Tue Jul 21 10:10:57 2015 -0700 # # Linux 4.0.9 # < /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 391b01b08db659e3a4e873f95f63b848f945d257 # < make -s -j 48 ARCH=x86 O=/kisskb/build/stable-4.0_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig 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:768:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 768 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:768:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:768:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 768 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:771:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 771 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:771:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 771 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 48 ARCH=x86 O=/kisskb/build/stable-4.0_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 48 ARCH=x86 O=/kisskb/build/stable-4.0_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # # configuration written to .config # # make -s -j 48 ARCH=x86 O=/kisskb/build/stable-4.0_x86-allmodconfig_x86_64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/scripts/Makefile.kasan:20: CONFIG_KASAN: compiler does not support all options. Trying minimal configuration /kisskb/src/kernel/Makefile:133: *** No X.509 certificates found *** In file included from /kisskb/src/arch/x86/tools/relocs_64.c:17: In function 'sort_relocs', inlined from 'emit_relocs' at /kisskb/src/arch/x86/tools/relocs.c:995:2, inlined from 'process_64' at /kisskb/src/arch/x86/tools/relocs.c:1099:2: /kisskb/src/arch/x86/tools/relocs.c:953:2: warning: argument 1 null where non-null expected [-Wnonnull] 953 | qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/x86/tools/relocs.h:6, from /kisskb/src/arch/x86/tools/relocs_64.c:1: /kisskb/src/arch/x86/tools/relocs.c: In function 'process_64': /usr/include/stdlib.h:827:13: note: in a call to function 'qsort' declared here 827 | extern void qsort (void *__base, size_t __nmemb, size_t __size, | ^~~~~ /kisskb/src/kernel/Makefile:133: *** No X.509 certificates found *** Creating an empty policy/profile.conf Creating a default policy/exception_policy.conf Creating an empty policy/domain_policy.conf Creating an empty policy/manager.conf Creating an empty policy/stat.conf Generating built-in policy for TOMOYO 2.5.x. WARNING: arch/x86/kernel/built-in.o(.text.unlikely+0x171a): Section mismatch in reference from the function cpumask_empty.constprop.3() to the variable .init.data:nmi_ipi_mask The function cpumask_empty.constprop.3() references the variable __initdata nmi_ipi_mask. This is often because cpumask_empty.constprop.3 lacks a __initdata annotation or the annotation of nmi_ipi_mask is wrong. WARNING: arch/x86/built-in.o(.text.unlikely+0x19d4): Section mismatch in reference from the function cpumask_empty.constprop.3() to the variable .init.data:nmi_ipi_mask The function cpumask_empty.constprop.3() references the variable __initdata nmi_ipi_mask. This is often because cpumask_empty.constprop.3 lacks a __initdata annotation or the annotation of nmi_ipi_mask is wrong. /kisskb/src/drivers/gpu/drm/gma500/cdv_intel_dp.c: In function 'cdv_intel_dp_i2c_init': /kisskb/src/drivers/gpu/drm/gma500/cdv_intel_dp.c:869:2: warning: 'i2c_dp_aux_add_bus' is deprecated (declared at /kisskb/src/drivers/gpu/drm/gma500/cdv_intel_dp.c:224) [-Wdeprecated-declarations] ret = i2c_dp_aux_add_bus(&intel_dp->adapter); ^ /kisskb/src/drivers/media/v4l2-core/videobuf2-core.c: In function 'vb2_thread_stop': /kisskb/src/drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable] struct vb2_fileio_data *fileio = q->fileio; ^ /kisskb/src/drivers/scsi/advansys.c:71:2: warning: #warning this driver is still not properly converted to the DMA API [-Wcpp] #warning this driver is still not properly converted to the DMA API ^ /kisskb/src/drivers/staging/fbtft/fbtft-core.c: In function 'fbtft_register_framebuffer': /kisskb/src/drivers/staging/fbtft/fbtft-core.c:1004:4: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] par->txbuf.len >> 10, par->txbuf.dma ? "DMA " : ""); ^ /kisskb/src/drivers/staging/fbtft/fbtft-io.c: In function 'fbtft_write_spi_emulate_9': /kisskb/src/drivers/staging/fbtft/fbtft-io.c:63:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=] __func__, len); ^ /kisskb/src/drivers/staging/fbtft/fbtft-io.c: In function 'fbtft_read_spi': /kisskb/src/drivers/staging/fbtft/fbtft-io.c:110:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=] __func__, len); ^ /kisskb/src/drivers/usb/renesas_usbhs/common.c: In function 'usbhs_parse_dt': /kisskb/src/drivers/usb/renesas_usbhs/common.c:482:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] dparam->type = of_id ? (u32)of_id->data : 0; ^ In file included from /kisskb/src/drivers/staging/i2o/config-osm.c:39:0: /kisskb/src/drivers/staging/i2o/i2o_config.c: In function 'i2o_cfg_passthru': /kisskb/src/drivers/staging/i2o/i2o_config.c:893:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (p->virt, (void __user *)sg[i].addr_bus, ^ /kisskb/src/drivers/staging/i2o/i2o_config.c:953:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ((void __user *)sg[j].addr_bus, sg_list[j].virt, ^ /kisskb/src/drivers/staging/sm7xxfb/sm7xxfb.c:117:19: warning: 'sm7xx_vga_setup' defined but not used [-Wunused-function] static int __init sm7xx_vga_setup(char *options) ^ /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 453 | static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING: vmlinux.o(.text.unlikely+0x1aef): Section mismatch in reference from the function cpumask_empty.constprop.3() to the variable .init.data:nmi_ipi_mask The function cpumask_empty.constprop.3() references the variable __initdata nmi_ipi_mask. This is often because cpumask_empty.constprop.3 lacks a __initdata annotation or the annotation of nmi_ipi_mask is wrong. Setup is 16988 bytes (padded to 17408 bytes). System is 9379 kB CRC 25de5464 Kernel: arch/x86/boot/bzImage is ready (#1) Completed OK # rm -rf /kisskb/build/stable-4.0_x86-allmodconfig_x86_64-gcc4.9 # Build took: 0:10:31.717019