Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311694
| From | Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Drivers: hv: fix kdump (again) and more |
| Date | 2016-01-18 18:20 +0100 |
| Message-ID | <qSlDc-3Oc-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Kdump on crash is reportedly broken for Hyper-V guests and I was able to
find two reasons:
1) Inability to boot with nr_cpus=1 (PATCH 1)
2) Sleeping in interrupt context on crash (PATCH 2 and 3)
Vitaly Kuznetsov (3):
Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
Drivers: hv: vmbus: avoid scheduling in interrupt context in
vmbus_initiate_unload()
Drivers: hv: vmbus: don't manipulate with clocksources on crash
drivers/hv/channel_mgmt.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++-
drivers/hv/hv.c | 10 +++++++--
2 files changed, 62 insertions(+), 3 deletions(-)
--
2.5.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] Drivers: hv: fix kdump (again) and more Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-01-18 18:20 +0100
csiph-web