# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- kfr2r09_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /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/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/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here /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/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_kfr2r09_defconfig_sh4 # Build took: 0:00:18.745339