# git rev-parse -q --verify 76bb8b05960c3d1668e6bee7624ed886cbd135ba^{commit} 76bb8b05960c3d1668e6bee7624ed886cbd135ba already have revision, skipping fetch # git checkout -q -f -B kisskb 76bb8b05960c3d1668e6bee7624ed886cbd135ba # git clean -qxdf # < git log -1 # commit 76bb8b05960c3d1668e6bee7624ed886cbd135ba # Merge: e30dbe50dc91 d21b7e6b985c # Author: Linus Torvalds # Date: Mon Dec 2 17:35:04 2019 -0800 # # Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild updates from Masahiro Yamada: # # - remove unneeded asm headers from hexagon, ia64 # # - add 'dir-pkg' target, which works like 'tar-pkg' but skips archiving # # - add 'helpnewconfig' target, which shows help for new CONFIG options # # - support 'make nsdeps' for external modules # # - make rebuilds faster by deleting $(wildcard $^) checks # # - remove compile tests for kernel-space headers # # - refactor modpost to simplify modversion handling # # - make single target builds faster # # - optimize and clean up scripts/kallsyms.c # # - refactor various Makefiles and scripts # # * tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (59 commits) # MAINTAINERS: update Kbuild/Kconfig maintainer's email address # scripts/kallsyms: remove redundant initializers # scripts/kallsyms: put check_symbol_range() calls close together # scripts/kallsyms: make check_symbol_range() void function # scripts/kallsyms: move ignored symbol types to is_ignored_symbol() # scripts/kallsyms: move more patterns to the ignored_prefixes array # scripts/kallsyms: skip ignored symbols very early # scripts/kallsyms: add const qualifiers where possible # scripts/kallsyms: make find_token() return (unsigned char *) # scripts/kallsyms: replace prefix_underscores_count() with strspn() # scripts/kallsyms: add sym_name() to mitigate cast ugliness # scripts/kallsyms: remove unneeded length check for prefix matching # scripts/kallsyms: remove redundant is_arm_mapping_symbol() # scripts/kallsyms: set relative_base more effectively # scripts/kallsyms: shrink table before sorting it # scripts/kallsyms: fix definitely-lost memory leak # scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE # kbuild: make single target builds even faster # modpost: respect the previous export when 'exported twice' is warned # modpost: do not set ->preloaded for symbols from Module.symvers # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 76bb8b05960c3d1668e6bee7624ed886cbd135ba # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5054:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1377:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc495d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:39 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5944087 Bytes = 5804.77 KiB = 5.67 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:39 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5975006 Bytes = 5834.97 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5978072 Bytes = 5837.96 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5974786 Bytes = 5834.75 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5975985 Bytes = 5835.92 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5975063 Bytes = 5835.02 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976276 Bytes = 5836.21 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5975062 Bytes = 5835.02 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc59d70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5974973 Bytes = 5834.93 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:41 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5977411 Bytes = 5837.32 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5974968 Bytes = 5834.93 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:43 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5974969 Bytes = 5834.93 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:43 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5974786 Bytes = 5834.75 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:44 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5975000 Bytes = 5834.96 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:44 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5974805 Bytes = 5834.77 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g76bb8b05960c Created: Wed Dec 4 11:12:44 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5975192 Bytes = 5835.15 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:02:35.819448