]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2020 18:58:04 +0000 (11:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2020 18:58:04 +0000 (11:58 -0700)
commit6cb579ec8e8bc15d3aadef0cc0b8e9d5d8a285af
treedf3fbdae9311a15b7c36da9db915e6b0a5f53ddc
parent792a1c3f65b7c7c8e34ca255b169e6f3f5a3fa02
parentaba5e553de809b86f1b71e31850c104b9dd2af7d
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux

Pull hyperv fixes from Wei Liu:

 - a series from Tianyu Lan to fix crash reporting on Hyper-V

 - three miscellaneous cleanup patches

* tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux:
  x86/Hyper-V: Report crash data in die() when panic_on_oops is set
  x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
  x86/Hyper-V: Report crash register data or kmsg before running crash kernel
  x86/Hyper-V: Trigger crash enlightenment only once during system crash.
  x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
  x86/Hyper-V: Unload vmbus channel in hv panic callback
  x86: hyperv: report value of misc_features
  hv_debugfs: Make hv_debug_root static
  hv: hyperv_vmbus.h: Replace zero-length array with flexible-array member