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 041A5ECAAA1 for ; Thu, 27 Oct 2022 14:58:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235956AbiJ0O6p (ORCPT ); Thu, 27 Oct 2022 10:58:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233668AbiJ0O6i (ORCPT ); Thu, 27 Oct 2022 10:58:38 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FF1DD2CDD; Thu, 27 Oct 2022 07:58:37 -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 sin.source.kernel.org (Postfix) with ESMTPS id CB3DFCE26FF; Thu, 27 Oct 2022 14:58:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5A4DC433C1; Thu, 27 Oct 2022 14:58:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666882712; bh=vnfdv/JHPpdk3UjFO1IuB+dWmFZW4SW3MkeuY+v5KBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UhvR9OgYZ9KKVxssEpB6q9sa1y71olxohwj3G4xYvOBd07+k5SkGYrybYsV5EWgFJ +HF7PyvbeSUboS4qeg1MTX+GVLfoYKe8uW+ZhCLFlWn8raYt9bJd0CuH7CEzOQ93xD phst21A77tly9WvBczym286rvFdE12nEEpZoBd1w= Date: Thu, 27 Oct 2022 16:58:29 +0200 From: Greg KH To: Chandan Babu R Cc: sashal@kernel.org, mcgrof@kernel.org, linux-xfs@vger.kernel.org, stable@vger.kernel.org, djwong@kernel.org, amir73il@gmail.com, leah.rumancik@gmail.com Subject: Re: [PATCH 5.4 00/26] xfs stable candidate patches for 5.4.y (from v5.7) Message-ID: References: <20221026062843.927600-1-chandan.babu@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Wed, Oct 26, 2022 at 04:52:24PM +0200, Greg KH wrote: > On Wed, Oct 26, 2022 at 11:58:17AM +0530, Chandan Babu R wrote: > > Hi Greg, > > > > This 5.4.y backport series contains XFS fixes from v5.7. The patchset > > has been acked by Darrick. > > All now queued up, thanks. You forgot to look at fixes for these fixes :( I count the following commits as also needed here, right: 9c516e0e4554 ("xfs: finish dfops on every insert range shift iteration") c97738a960a8 ("xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush") 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file") Hopefully you send these later... thanks, greg k-h