[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1470732379-5013-1-git-send-email-vkuznets@redhat.com>
Date: Tue, 9 Aug 2016 10:46:17 +0200
From: Vitaly Kuznetsov <vkuznets@...hat.com>
To: devel@...uxdriverproject.org
Cc: linux-kernel@...r.kernel.org,
Haiyang Zhang <haiyangz@...rosoft.com>,
"K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent
Bus ids for VMBus devices in /sys/bus/vmbus/devices/ are not guaranteed
to be persistent across reboot or kernel restart and this causes problems
for some tools. E.g. kexec tools use these ids to identify NIC on kdump.
Fix the issue by using relid from channel offer as the unique id instead
of an auto incremented counter.
Vitaly Kuznetsov (2):
Drivers: hv: make VMBus bus ids persistent
Drivers: hv: get rid of id in struct vmbus_channel
drivers/hv/channel_mgmt.c | 2 --
drivers/hv/vmbus_drv.c | 2 +-
include/linux/hyperv.h | 3 ---
3 files changed, 1 insertion(+), 6 deletions(-)
--
2.7.4
Powered by blists - more mailing lists