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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CC53FC636CC for ; Wed, 8 Feb 2023 17:32:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 31FCB10E12F; Wed, 8 Feb 2023 17:32:33 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gabe.freedesktop.org (Postfix) with ESMTPS id 37B3710E12F for ; Wed, 8 Feb 2023 17:32:31 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 96D38B81F0A; Wed, 8 Feb 2023 17:32:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3B93C433D2; Wed, 8 Feb 2023 17:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675877548; bh=pqfBKmMIe9Jov3y/NBY+FkieCEppKLBCyvo3Y8Fcthg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Spt+LJHWJbQhL/XlxxO6e1yLLNMngPvMHZqUwQlCe/7D1tG4dQm7zUlTyTz2QRRkO SLY9RA3e2xIFoodSWawuZhYOZFbWpex1Sbf5+/MVo0g+GaUhVZTIPE7umxEM0VsTni 6KlHfiOVmMYlQEXn9OL4ZgPTWcJ6O6vUw/8cyfsw= Date: Wed, 8 Feb 2023 18:32:25 +0100 From: Greg Kroah-Hartman To: Rodrigo Vivi Message-ID: References: <20230208142358.1401618-1-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Intel-gfx] [char-misc-next v3 0/2] mei: gsc proxy component X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alan Previn , intel-gfx@lists.freedesktop.org, Alexander Usyskin , linux-kernel@vger.kernel.org, Tomas Winkler , Vitaly Lubart Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Feb 08, 2023 at 12:17:23PM -0500, Rodrigo Vivi wrote: > On Wed, Feb 08, 2023 at 04:23:56PM +0200, Tomas Winkler wrote: > > GSC Proxy component is used for communication between the > > Intel graphics driver and MEI driver. > > > > Daniele, please ack so that drm part can be merged via Greg's tree. > > Cc: Daniele, since he was missing on this submission. > > He raise concerns on getting this through another tree since he > has a pending series that uses this interface here. The propagation > at this point will take so long. > > Could we do the other way around and get Greg's and your, Thomas', > acks to merge this through our drm-intel trees? Acked-by: Greg Kroah-Hartman