Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1512543

Re: [PATCH 12/15] vmbus: make sysfs names consistent with PCI

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 12/15] vmbus: make sysfs names consistent with PCI
Date 2016-10-31 13:50 +0100
Message-ID <sykch-2tR-9@gated-at.bofh.it> (permalink)
References <sydDQ-6BQ-5@gated-at.bofh.it> <sydDQ-6BQ-7@gated-at.bofh.it> <sydNw-6Fh-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Oct 31, 2016 at 12:41:47AM -0700, kys@exchange.microsoft.com wrote:
> From: Stephen Hemminger <sthemmin@microsoft.com>
> 
> In commit 9a56e5d6a0ba ("Drivers: hv: make VMBus bus ids persistent")
> the name of vmbus devices in sysfs changed to be (in 4.9-rc1):
>   /sys/bus/vmbus/vmbus-6aebe374-9ba0-11e6-933c-00259086b36b
> 
> The prefix ("vmbus-") is redundant and differs from how PCI is
> represented in sysfs. Therefore simplify to:
>   /sys/bus/vmbus/6aebe374-9ba0-11e6-933c-00259086b36b
> 
> Please merge this before 4.9 is released and the old format
> has to live forever.

Why have you included this in a patchset that will not get merged until
4.10-rc1???

You want this in 4.9, right?

confused,

greg k-h

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 01/15] Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2) kys@exchange.microsoft.com - 2016-10-31 06:50 +0100
  [PATCH 15/15] Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 03/15] Drivers: hv: utils: Fix the mapping between host version and protocol to use kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 10/15] tools: hv: fix a compile warning in snprintf kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 12/15] vmbus: make sysfs names consistent with PCI kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
    Re: [PATCH 12/15] vmbus: make sysfs names consistent with PCI Greg KH <gregkh@linuxfoundation.org> - 2016-10-31 13:50 +0100
      RE: [PATCH 12/15] vmbus: make sysfs names consistent with PCI KY Srinivasan <kys@microsoft.com> - 2016-10-31 16:30 +0100
  [PATCH 06/15] Drivers: hv: vss: Improve log messages. kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 04/15] Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 11/15] tools: hv: remove unnecessary header files and netlink related code kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 07/15] Drivers: hv: vss: Operation timeouts should match host expectation kys@exchange.microsoft.com - 2016-10-31 07:00 +0100
  [PATCH 08/15] Drivers: hv: balloon: Fix info request to show max page count kys@exchange.microsoft.com - 2016-10-31 07:10 +0100
  [PATCH 14/15] Drivers: hv: vmbus: On write cleanup the logic to interrupt the host kys@exchange.microsoft.com - 2016-10-31 07:10 +0100
  [PATCH 13/15] Drivers: hv: vmbus: Base host signaling strictly on the ring state kys@exchange.microsoft.com - 2016-10-31 07:10 +0100
  [PATCH 05/15] Drivers: hv: balloon: Add logging for dynamic memory operations kys@exchange.microsoft.com - 2016-10-31 07:10 +0100

csiph-web