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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9E1FC761AF for ; Tue, 28 Mar 2023 13:54:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231990AbjC1NyT (ORCPT ); Tue, 28 Mar 2023 09:54:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229670AbjC1NyT (ORCPT ); Tue, 28 Mar 2023 09:54:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58B4C6183; Tue, 28 Mar 2023 06:54:18 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id E85AE617E5; Tue, 28 Mar 2023 13:54:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 011D5C433EF; Tue, 28 Mar 2023 13:54:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680011657; bh=Sn0QEYc5cNok75sM8qmUtgYoGVQ03cX7/Vd3NqXdQNA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xbNBvWaS+2M1Lpseqk509mE+/GwOur+2aOnAyqF/xfKMfZceypLWchbM9QScno980 Svc3G6HWZC/WwgRsx2VSBsaYhQx3l+L0jwf/dmhmxCqTwhwlNseGER8gbxQU1YLhjm 3R2oGoxi3tKomWOQtSjDggGRHMhMSzLXM7RY7PCk= Date: Tue, 28 Mar 2023 15:54:14 +0200 From: Greg Kroah-Hartman To: Amir Goldstein Cc: Sasha Levin , Chandan Babu R , "Darrick J . Wong" , Leah Rumancik , linux-xfs@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 5.10 0/2] Two more xfs backports for 5.10.y (from v5.11) Message-ID: References: <20230328073512.460533-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230328073512.460533-1-amir73il@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Tue, Mar 28, 2023 at 10:35:10AM +0300, Amir Goldstein wrote: > Greg, > > Chandan is preparing a series of backports from v5.11 to 5.4.y. > These two backports were selected by Chandan for 5.4.y, but are > currently missing from 5.10.y. > > Specifically, patch #2 fixes a problem seen in the wild on UEK > and the UEK kernels already carry this patch. > > The patches have gone through the usual xfs test/review routine. > Now queued up, thanks. greg k-h