Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1484902 > unrolled thread
| Started by | Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|---|
| First post | 2016-09-16 13:30 +0200 |
| Last post | 2016-09-16 16:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|---|
| Date | 2016-09-16 13:30 +0200 |
| Subject | Re: [PATCH v2 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent |
| Message-ID | <shZvh-40T-25@gated-at.bofh.it> |
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! > 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
[toc] | [next] | [standalone]
| From | KY Srinivasan <kys@microsoft.com> |
|---|---|
| Date | 2016-09-16 16:30 +0200 |
| Subject | RE: [PATCH v2 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent |
| Message-ID | <si2jo-5SZ-29@gated-at.bofh.it> |
| In reply to | #1484902 |
> -----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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web