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_PASS,USER_AGENT_MUTT autolearn=ham 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 39A06C169C4 for ; Wed, 6 Feb 2019 04:06:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F3BB2218A4 for ; Wed, 6 Feb 2019 04:06:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549425961; bh=sR9p/WD7DZMuY4PLOdHtgTuK2JAAPTVI7goUmk0/PFs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ddR4xXxvmt81MQZNHkVg3cEwfwaG9hxrvPqhD+Q+1xgy6KkYis/uQJIhz19TsVN3+ 8VEcPaNCor8IReb0Xy3rGgQLGxyJTOqFKpt9/GQdBmCsR/JTQKqMOJ7mMj7MDYERgb e93ViKKrYxcX/CyrCSCqpJUB2vKY/G90qI9wI6Zo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726742AbfBFEGA (ORCPT ); Tue, 5 Feb 2019 23:06:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:38822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726196AbfBFEGA (ORCPT ); Tue, 5 Feb 2019 23:06:00 -0500 Received: from localhost (unknown [216.243.17.14]) (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 747C320844; Wed, 6 Feb 2019 04:05:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549425959; bh=sR9p/WD7DZMuY4PLOdHtgTuK2JAAPTVI7goUmk0/PFs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nGnOAWLRgcuKfBa933OzY/TeR3P9fS7Jqw+Sfc2iJ6DLm4J6dhnvamba/QmU6IBYF MSGvlIMhCPdUjUS/jDhGcsLTb6bX+iQmkFZS2OWjTz/cFgKDaVX3CfOcG41XlUJ2Op JnD/t8InDC3IkbLYWvuPmf9BZs+rjn1LqbxsSVfM= Date: Tue, 5 Feb 2019 23:05:59 -0500 From: Sasha Levin To: Dave Chinner Cc: Luis Chamberlain , linux-xfs@vger.kernel.org, gregkh@linuxfoundation.org, Alexander.Levin@microsoft.com, stable@vger.kernel.org, amir73il@gmail.com, hch@infradead.org Subject: Re: [PATCH v2 00/10] xfs: stable fixes for v4.19.y Message-ID: <20190206040559.GA4119@sasha-vm> References: <20190204165427.23607-1-mcgrof@kernel.org> <20190205220655.GF14116@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190205220655.GF14116@dastard> 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 Wed, Feb 06, 2019 at 09:06:55AM +1100, Dave Chinner wrote: >On Mon, Feb 04, 2019 at 08:54:17AM -0800, Luis Chamberlain wrote: >> Kernel stable team, >> >> here is a v2 respin of my XFS stable patches for v4.19.y. The only >> change in this series is adding the upstream commit to the commit log, >> and I've now also Cc'd stable@vger.kernel.org as well. No other issues >> were spotted or raised with this series. >> >> Reviews, questions, or rants are greatly appreciated. > >Test results? > >The set of changes look fine themselves, but as always, the proof is >in the testing... Luis noted on v1 that it passes through his oscheck test suite, and I noted that I haven't seen any regression with the xfstests scripts I have. What sort of data are you looking for beyond "we didn't see a regression"? -- Thanks, Sasha