Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638641
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] vhost/vsock: use static minor number |
| Date | 2017-05-10 10:10 +0200 |
| Message-ID | <tFuR4-6F7-27@gated-at.bofh.it> (permalink) |
| References | <tFj9f-69K-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, May 9, 2017 at 9:28 PM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> Note that the "reserved for local use" range in
> Documentation/admin-guide/devices.txt is incorrect. The userio driver
> already occupies part of that range. I've updated the documentation
> accordingly.
...
> diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
> index c9cea2e..5fe3480 100644
> --- a/Documentation/admin-guide/devices.txt
> +++ b/Documentation/admin-guide/devices.txt
> @@ -369,8 +369,9 @@
> 237 = /dev/loop-control Loopback control device
> 238 = /dev/vhost-net Host kernel accelerator for virtio net
> 239 = /dev/uhid User-space I/O driver support for HID subsystem
> + 241 = /dev/vhost-vsock Host kernel driver for virtio vsock
It seems like you intended to add the 240 documentation here as well but
then sent the patch without it.
Arnd
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] vhost/vsock: use static minor number Stefan Hajnoczi <stefanha@redhat.com> - 2017-05-09 21:40 +0200
Re: [PATCH] vhost/vsock: use static minor number Arnd Bergmann <arnd@arndb.de> - 2017-05-10 10:10 +0200
Re: [PATCH] vhost/vsock: use static minor number Stefan Hajnoczi <stefanha@gmail.com> - 2017-05-10 16:30 +0200
csiph-web