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 0F102C07CB1 for ; Mon, 27 Nov 2023 13:54:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FB7410E294; Mon, 27 Nov 2023 13:54:18 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9092510E2A3 for ; Mon, 27 Nov 2023 13:54:16 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 166DC61248; Mon, 27 Nov 2023 13:54:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E7F7C433BA; Mon, 27 Nov 2023 13:54:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701093255; bh=K6oYquv/QpWiofrzNCT7om1oXAaFGsfKZSXmrfqobk4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OUO40r4jIQ3TQfYialoyVxyxOnAh9dBMd2mIbXNXdd8rURdQspASm+bnN6FYjMggQ iJ37DgyK6f5O6SJDIpwc/7MejPFo5lHO3hEuTLG+MEchfPNO6+d/TE45H2CtHiwUpj wwTOaZiMQFUkBHHrJ/mskbLhcpPJ9C9VRlyZH10s= Date: Mon, 27 Nov 2023 13:31:14 +0000 From: "gregkh@linuxfoundation.org" To: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Message-ID: <2023112703-skid-reconfirm-9f0a@gregkh> References: <20231011110157.247552-1-tomas.winkler@intel.com> <20231011110157.247552-4-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Intel-gfx] [char-misc-next 3/4] mei: pxp: re-enable client on errors 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: "Teres Alexis, Alan Previn" , "intel-gfx@lists.freedesktop.org" , "Usyskin, Alexander" , "linux-kernel@vger.kernel.org" , "Winkler, Tomas" , "Lubart, Vitaly" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Nov 27, 2023 at 03:22:29PM +0200, Ville Syrjälä wrote: > On Wed, Nov 15, 2023 at 10:35:16PM +0200, Ville Syrjälä wrote: > > On Tue, Nov 14, 2023 at 06:40:26PM +0000, Winkler, Tomas wrote: > > > > > > > > > > -----Original Message----- > > > > From: Teres Alexis, Alan Previn > > > > Sent: Tuesday, November 14, 2023 5:32 PM > > > > To: ville.syrjala@linux.intel.com; Winkler, Tomas > > > > Cc: gregkh@linuxfoundation.org; Usyskin, Alexander > > > > ; linux-kernel@vger.kernel.org; intel- > > > > gfx@lists.freedesktop.org; Lubart, Vitaly > > > > Subject: Re: [char-misc-next 3/4] mei: pxp: re-enable client on errors > > > > > > > > On Tue, 2023-11-14 at 16:00 +0200, Ville Syrjälä wrote: > > > > > On Wed, Oct 11, 2023 at 02:01:56PM +0300, Tomas Winkler wrote: > > > > > > From: Alexander Usyskin > > > > > > > > > > > > Disable and enable mei-pxp client on errors to clean the internal state. > > > > > > > > > > This broke i915 on my Alderlake-P laptop. > > > > > > This fix was already posted, just missed the merging window > > > https://lkml.org/lkml/2023/10/31/636 > > > > Gave this a spin and it fixes the issue for me. Thanks. > > > > > > > > Greg can you please take this fix into v6.7-rc2 run, or I can repost it with the correct subject. > > We're at -rc3 already and this fix is still not in! Ah, good point, I'll take it now, sorry, catching up on things...