[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453137519-20304-1-git-send-email-vkuznets@redhat.com>
Date: Mon, 18 Jan 2016 18:18:36 +0100
From: Vitaly Kuznetsov <vkuznets@...hat.com>
To: "K. Y. Srinivasan" <kys@...rosoft.com>
Cc: Haiyang Zhang <haiyangz@...rosoft.com>,
devel@...uxdriverproject.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Drivers: hv: fix kdump (again) and more
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
Powered by blists - more mailing lists