# git rev-parse -q --verify f56dbdda4322d33d485f3d30f3aabba71de9098c^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify f56dbdda4322d33d485f3d30f3aabba71de9098c^{commit} f56dbdda4322d33d485f3d30f3aabba71de9098c # git checkout -q -f -B kisskb f56dbdda4322d33d485f3d30f3aabba71de9098c # git clean -qxdf # < git log -1 # commit f56dbdda4322d33d485f3d30f3aabba71de9098c # Merge: 6112bd00e84e d27423bf048d # Author: Linus Torvalds # Date: Sat May 28 11:39:01 2022 -0700 # # Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux # # Pull hyperv updates from Wei Liu: # # - Harden hv_sock driver (Andrea Parri) # # - Harden Hyper-V PCI driver (Andrea Parri) # # - Fix multi-MSI for Hyper-V PCI driver (Jeffrey Hugo) # # - Fix Hyper-V PCI to reduce boot time (Dexuan Cui) # # - Remove code for long EOL'ed Hyper-V versions (Michael Kelley, Saurabh # Sengar) # # - Fix balloon driver error handling (Shradha Gupta) # # - Fix a typo in vmbus driver (Julia Lawall) # # - Ignore vmbus IMC device (Michael Kelley) # # - Add a new error message to Hyper-V DRM driver (Saurabh Sengar) # # * tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: (28 commits) # hv_balloon: Fix balloon_probe() and balloon_remove() error handling # scsi: storvsc: Removing Pre Win8 related logic # Drivers: hv: vmbus: fix typo in comment # PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit() # PCI: hv: Add validation for untrusted Hyper-V values # PCI: hv: Fix interrupt mapping for multi-MSI # PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() # drm/hyperv: Remove support for Hyper-V 2008 and 2008R2/Win7 # video: hyperv_fb: Remove support for Hyper-V 2008 and 2008R2/Win7 # scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7 # Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7 # x86/hyperv: Disable hardlockup detector by default in Hyper-V guests # drm/hyperv: Add error message for fb size greater than allocated # PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time # PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI # Drivers: hv: vmbus: Refactor the ring-buffer iterator functions # Drivers: hv: vmbus: Accept hv_sock offers in isolated guests # hv_sock: Add validation for untrusted Hyper-V values # hv_sock: Copy packets sent by Hyper-V out of the ring buffer # hv_sock: Check hv_pkt_iter_first_raw()'s return value # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 f56dbdda4322d33d485f3d30f3aabba71de9098c # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/infiniband/core/user_mad.c: In function 'ib_umad_write': /kisskb/src/drivers/infiniband/core/user_mad.c:564:50: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 564 | hdr_len = ib_get_mad_data_offset(rmpp_mad->mad_hdr.mgmt_class); | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c:566:42: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 566 | if (ib_is_mad_class_rmpp(rmpp_mad->mad_hdr.mgmt_class) | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c:618:25: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 618 | rmpp_mad->mad_hdr.tid = *tid; | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c:622:44: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 622 | && ib_is_mad_class_rmpp(rmpp_mad->mad_hdr.mgmt_class) | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 # Build took: 0:16:10.351734