[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201125160326-mutt-send-email-mst@kernel.org>
Date: Wed, 25 Nov 2020 16:08:23 -0500
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Tomas Winkler <tomas.winkler@...el.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Alexander Usyskin <alexander.usyskin@...el.com>,
linux-kernel@...r.kernel.org, Wang Yu <yu1.wang@...el.com>,
Liu Shuo <shuo.a.liu@...el.com>,
virtio-dev@...ts.oasis-open.org
Subject: Re: [char-misc-next 13/13] mei: virtio: virtualization frontend
driver
On Tue, Aug 18, 2020 at 02:51:47PM +0300, Tomas Winkler wrote:
> +#ifndef VIRTIO_ID_MEI
> +#define VIRTIO_ID_MEI 0xFFFE /* virtio mei */
> +#endif
Just noticed now that this driver landed upstream. Can I ask that you
guys please register IDs with the virtio TC and not just pick a number
at random? In particular this is way outside allowed range.
IDs should also be listed in include/uapi/linux/virtio_ids.h
If people just pick random numbers like this collistions are unavoidable.
List of IDs is part of virtio spec, chapter "Device Types".
Please do this change now before this goes out to production!
Thanks!
--
MST
Powered by blists - more mailing lists