# git rev-parse -q --verify 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17^{commit} 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 already have revision, skipping fetch # git checkout -q -f -B kisskb 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # git clean -qxdf # < git log -1 # commit 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # Merge: 8fa91bfa9ba4 7a1323b5dfe4 # Author: Linus Torvalds # Date: Sat Nov 30 14:50:51 2019 -0800 # # Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux # # Pull Hyper-V updates from Sasha Levin: # # - support for new VMBus protocols (Andrea Parri) # # - hibernation support (Dexuan Cui) # # - latency testing framework (Branden Bonaby) # # - decoupling Hyper-V page size from guest page size (Himadri Pandya) # # * tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: (22 commits) # Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic # drivers/hv: Replace binary semaphore with mutex # drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86 # HID: hyperv: Add the support of hibernation # hv_balloon: Add the support of hibernation # x86/hyperv: Implement hv_is_hibernation_supported() # Drivers: hv: balloon: Remove dependencies on guest page size # Drivers: hv: vmbus: Remove dependencies on guest page size # x86: hv: Add function to allocate zeroed page for Hyper-V # Drivers: hv: util: Specify ring buffer size using Hyper-V page size # Drivers: hv: Specify receive buffer size using Hyper-V page size # tools: hv: add vmbus testing tool # drivers: hv: vmbus: Introduce latency testing # video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver # video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host # hv_netvsc: Add the support of hibernation # hv_sock: Add the support of hibernation # video: hyperv_fb: Add the support of hibernation # scsi: storvsc: Add the support of hibernation # Drivers: hv: vmbus: Add module parameter to cap the VMBus version # ... # < /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 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # < make -s -j 80 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 80 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/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/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1496:5: warning: 'page' 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/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) /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) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc5bd70) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc4b5d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5945959 Bytes = 5806.60 KiB = 5.67 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5977126 Bytes = 5837.04 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976974 Bytes = 5836.89 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976507 Bytes = 5836.43 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5978309 Bytes = 5838.19 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5977112 Bytes = 5837.02 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5979149 Bytes = 5839.01 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976512 Bytes = 5836.44 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976705 Bytes = 5836.63 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5979246 Bytes = 5839.11 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5978250 Bytes = 5838.13 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976723 Bytes = 5836.64 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5977126 Bytes = 5837.04 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5977291 Bytes = 5837.20 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976703 Bytes = 5836.62 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.4.0-g0dd0c8f7db03 Created: Sun Dec 1 11:26:10 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5976945 Bytes = 5836.86 KiB = 5.70 MiB Load Address: 00d00000 Entry Point: 00d002e8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:56.007897