Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1485041
| From | KY Srinivasan <kys@microsoft.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v2 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent |
| Date | 2016-09-16 16:30 +0200 |
| Message-ID | <si2jo-5SZ-29@gated-at.bofh.it> (permalink) |
| References | <s9rTI-1jl-43@gated-at.bofh.it> <shZvh-40T-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message----- > From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com] > Sent: Friday, September 16, 2016 4:53 PM > To: KY Srinivasan <kys@microsoft.com> > Cc: linux-kernel@vger.kernel.org; devel@linuxdriverproject.org; Haiyang > Zhang <haiyangz@microsoft.com> > Subject: Re: [PATCH v2 0/2] Drivers: hv: vmbus: make bus ids in sysfs > persistent > > Vitaly Kuznetsov <vkuznets@redhat.com> writes: > > > 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 if_instance from channel offer as the unique id > > instead of an auto incremented counter. > > > > Changes since v1: > > - Use if_instance instead of relid [K. Y. Srinivasan] > > > > Vitaly Kuznetsov (2): > > Drivers: hv: make VMBus bus ids persistent > > Drivers: hv: get rid of id in struct vmbus_channel > > > > K. Y., > > I don't see these patches in your submissions to Greg. Could you please > pick them up (in case there are no issues with them in your opinion, of > course). > > Thanks! Sorry about that; patches sent out. K. Y > > > drivers/hv/channel_mgmt.c | 2 -- > > drivers/hv/vmbus_drv.c | 4 ++-- > > include/linux/hyperv.h | 3 --- > > 3 files changed, 2 insertions(+), 7 deletions(-) > > -- > Vitaly
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v2 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-09-16 13:30 +0200 RE: [PATCH v2 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent KY Srinivasan <kys@microsoft.com> - 2016-09-16 16:30 +0200
csiph-web