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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 109B7C4321A for ; Thu, 27 Jun 2019 23:32:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D674220B7C for ; Thu, 27 Jun 2019 23:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561678339; bh=mU1N/t/ui/zL9fYI+5p6MtnN3ZxYI5JKMwlh1ZDaM2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rHiYWI1Hr69rbUF9lWtHUxzrapCCgBVFU3kw4fsXhzP+oERKLxx4D7VkzLoykKNZw q0o/QtE3I8254wlfaiPSP3VEfBlbIF5ut4cNF5slhCMe+Yjj5BMmiM3sKNZsHCh9Jd cCS/+tee2JkFFXxxza3GIWIz7JfyESiuiMKJLznY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726566AbfF0XcT (ORCPT ); Thu, 27 Jun 2019 19:32:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:51322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbfF0XcT (ORCPT ); Thu, 27 Jun 2019 19:32:19 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 167C12084B; Thu, 27 Jun 2019 23:32:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561678338; bh=mU1N/t/ui/zL9fYI+5p6MtnN3ZxYI5JKMwlh1ZDaM2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XrAz1gif88GA0ZvGIeVq3QZ+eHkS0xLMghFU3+6GOLr6MCQCp1LugGwXZDCmSa/7b cfNZjsaANO0UFhOKaq9ivmO3Fu/ltzRULF7ho0BRgmNkpxFey126kYtFuMPiPtgCrG N2TV4YM+5bW68c4zHoc4Bb34SRFrZPJuEUCJXeo0= Date: Thu, 27 Jun 2019 19:32:17 -0400 From: Sasha Levin To: Amir Goldstein Cc: "Darrick J. Wong" , Greg KH , linux-xfs , stable Subject: Re: [STABLE 4.19] fixes for xfs memory and fs corruption Message-ID: <20190627233216.GD11506@sasha-vm> References: <155009104740.32028.193157199378698979.stgit@magnolia> <20190213205804.GE32253@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 27, 2019 at 07:12:48PM +0300, Amir Goldstein wrote: >Darrick, > >Can I have your blessing on the choice of these upstream commits >as stable candidates? >I did not observe any xfstests regressions when testing v4.19.55 >with these patches applied. > >Sasha, > >Can you run these patches though your xfstests setup? >They fix nasty bugs. Will do. Tests running now - I'll update tomorrow. -- Thanks, Sasha