From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FF6D524A for ; Thu, 11 Apr 2024 07:49:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712821784; cv=none; b=CyFIfmhTDr7ATGVV3/1eNhQpDapameeBBpIivFplKzuGfsKthMU76/QHiYkXi/zR5s30Kx36DBjamySJcXE0mCU2i18EZjjXDEQ+N07TtGUv2iGmwuNhaEGlX6N5wy+a6Tvpw0j2BF7FimltpCmNBAJobfxcDObJVJr31OwLCCk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712821784; c=relaxed/simple; bh=q7VXHts8tfT2R1a9r+72tku88CneQPbzK+v2G4Abs/4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=offZucysY3zuWAFnDnfuMr2/u8RukCBOVYww+6n3lnWM+akmqZhdTvufODJHHUkryvI2eSfu6DAswPg4HREUmXAA/+RBA+jyYEOcHXMlIhMhdC5iPK0gGeCIIQvOzZZC038ux7DCjww2OqvUz74hRXhOidDtNN4ap0Feg/fqR+0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XBmRtBrb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XBmRtBrb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30F94C433C7; Thu, 11 Apr 2024 07:49:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712821783; bh=q7VXHts8tfT2R1a9r+72tku88CneQPbzK+v2G4Abs/4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XBmRtBrbLtlxQ6wL8CeIvumNKxsWWDM5eOg6QHx31lx4SL4nzg9lIThPyaN0m+b1C 7z/ag3yDiN7rPkdbrGgR4ZtpVfMeuwyahAH3jtJ+nR23pC5F+O9bquokuola8zeyxT j+xZS5NI9GLxPryCYc5BtC9D8gnUFg9g6Z5HuMBQ= Date: Thu, 11 Apr 2024 09:49:40 +0200 From: Greg Kroah-Hartman To: =?iso-8859-1?Q?J=FCrgen_Gro=DF?= Cc: "stable@vger.kernel.org" , "Dr. Neal Krawetz" Subject: Re: Backported patch for linux-5.4 Message-ID: <2024041133-upgrade-copper-45f2@gregkh> References: <3363d9f7-cdc1-4e5e-a476-45e03f5e9b10@suse.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3363d9f7-cdc1-4e5e-a476-45e03f5e9b10@suse.com> On Wed, Apr 10, 2024 at 12:00:59PM +0200, Jürgen Groß wrote: > Hi, > > there has been a report of a failure in a 5.4 based kernel, which has > been fixed in kernel 5.10 with commit abee7c494d8c41bb388839bccc47e06247f0d7de. > > Please apply the attached backported patch to the stable 5.4 kernel. Now queued up, thanks. greg k-h