From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00544C4361B for ; Sun, 6 Dec 2020 09:36:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B07A322D06 for ; Sun, 6 Dec 2020 09:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725973AbgLFJgd (ORCPT ); Sun, 6 Dec 2020 04:36:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:35228 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725794AbgLFJgd (ORCPT ); Sun, 6 Dec 2020 04:36:33 -0500 Date: Sun, 6 Dec 2020 10:36:59 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607247346; bh=dnR5dwJKbsSPtTsm2TDWHrwzN1RLBDzrpTl/WUpJhfQ=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=ijvKcuTqh/E0XKwrajrMzPh1pAYyHvet56O0QWxW38lxT4y99XLIk3oU4GW3ZVi9i S2r3qkWCLO4kfeOo0Zr0nXgWZnqs7m/hj5G0Dqm3EWV1jZEJgmVaV6SM4gtq/Na6Bx CR1RpfHY56Ihew6OPmd07SmJkq0N1WyrPrI8Vq4s= From: Greg Kroah-Hartman To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Tomas Winkler , Arnd Bergmann , Alexander Usyskin , Wang Yu , Liu Shuo Subject: Re: [PATCH] Revert "mei: virtio: virtualization frontend driver" Message-ID: References: <20201205193625.469773-1-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201205193625.469773-1-mst@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 05, 2020 at 02:38:46PM -0500, Michael S. Tsirkin wrote: > This reverts commit d162219c655c8cf8003128a13840d6c1e183fb80. > The device uses a VIRTIO device ID out of a not-for-production > range. Releasing Linux using an ID out of this range will make > it conflict with development setups. An official request to > reserve an ID for an MEI device is yet to be submitted > to the virtio TC, thus there's no chance it will be reserved > and fixed in time before the next release. > > Once requested it usually takes 2-3 weeks to land in the spec, which > means the device can be supported with the official ID in the next Linux > version if contributors act quickly. > > Signed-off-by: Michael S. Tsirkin Now applied, thanks. greg k-h