Hi Linus, Please pull from the tag hyperv-fixes-signed for the first batch of Hyper-V fixes for 5.7-rc. The following changes since commit fb33c6510d5595144d585aa194d377cf74d31911: Linux 5.6-rc6 (2020-03-15 15:01:23 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed for you to fetch changes up to f3a99e761efa616028b255b4de58e9b5b87c5545: x86/Hyper-V: Report crash data in die() when panic_on_oops is set (2020-04-11 17:19:07 +0100) ---------------------------------------------------------------- hyperv-fixes for 5.7-rc1 - Patch series from Tianyu Lan to fix crash reporting on Hyper-V - Three miscellaneous cleanup patches ---------------------------------------------------------------- Gustavo A. R. Silva (1): hv: hyperv_vmbus.h: Replace zero-length array with flexible-array member Olaf Hering (1): x86: hyperv: report value of misc_features Tianyu Lan (6): x86/Hyper-V: Unload vmbus channel in hv panic callback x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump x86/Hyper-V: Trigger crash enlightenment only once during system crash. x86/Hyper-V: Report crash register data or kmsg before running crash kernel x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set x86/Hyper-V: Report crash data in die() when panic_on_oops is set YueHaibing (1): hv_debugfs: Make hv_debug_root static arch/x86/hyperv/hv_init.c | 6 +++- arch/x86/kernel/cpu/mshyperv.c | 14 ++++++++-- drivers/hv/channel_mgmt.c | 3 ++ drivers/hv/hv_debugfs.c | 2 +- drivers/hv/hyperv_vmbus.h | 2 +- drivers/hv/vmbus_drv.c | 62 ++++++++++++++++++++++++++++++------------ include/asm-generic/mshyperv.h | 2 +- 7 files changed, 67 insertions(+), 24 deletions(-)