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 6FD92C282C4 for ; Sat, 9 Feb 2019 17:53:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 40F0F214DA for ; Sat, 9 Feb 2019 17:53:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549734834; bh=SKmCREnS45e5smNly470y9O4fNIXqYs7beSQ02R6gfs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=vumWPDtH21JIPtZk3DBIkXpdmkDxLldpv22w7+QgYtx/SoUJ/GtbjciBBHd7DeP59 XkVGaYv6jVYVcPeq693avbY22kBcsGaUk6Fm4ys9dMeRSzj7N+tndiWkzHSAQXGDOM 2ad4oXiv+/d0YqiNEu8yVwjJom29T1KVHVZhAYG0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726944AbfBIRxr (ORCPT ); Sat, 9 Feb 2019 12:53:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:56748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726880AbfBIRxq (ORCPT ); Sat, 9 Feb 2019 12:53:46 -0500 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 A6DDD214DA; Sat, 9 Feb 2019 17:53:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549734826; bh=SKmCREnS45e5smNly470y9O4fNIXqYs7beSQ02R6gfs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OFOI567LDlLFAom98JVq4sG4hbc+TlunQVwULPs8SmLgs/Br5x1KJevYYHbr6a5z2 na8rGRrW3yeKBCgzfCQCkv+sc7Xzh5pOnJzn8WxN1XKPu8jCOVtMw8Fi5mwEN8GvPy 4o7lk1bhABTOGbUn0umWf49x6cvnvFnDoqpnMCo0= Date: Sat, 9 Feb 2019 12:53:44 -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: <20190209175344.GA69686@sasha-vm> References: <20190204165427.23607-1-mcgrof@kernel.org> <20190205220655.GF14116@dastard> <20190206040559.GA4119@sasha-vm> <20190206215454.GG14116@dastard> <20190208060620.GA31898@sasha-vm> <20190208212921.GO14116@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190208212921.GO14116@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 Sat, Feb 09, 2019 at 08:29:21AM +1100, Dave Chinner wrote: >On Fri, Feb 08, 2019 at 01:06:20AM -0500, Sasha Levin wrote: >> On Thu, Feb 07, 2019 at 08:54:54AM +1100, Dave Chinner wrote: >> >On Tue, Feb 05, 2019 at 11:05:59PM -0500, Sasha Levin wrote: >> >>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"? >> > >> >Nothing special, just a summary of what was tested so we have some >> >visibility of whether the testing covered the proposed changes >> >sufficiently. i.e. something like: >> > >> > Patchset was run through ltp and the fstests "auto" group >> > with the following configs: >> > >> > - mkfs/mount defaults >> > - -m reflink=1,rmapbt=1 >> > - -b size=1k >> > - -m crc=0 >> > .... >> > >> > No new regressions were reported. >> > >> > >> >Really, all I'm looking for is a bit more context for the review >> >process - nobody remembers what configs other people test. However, >> >it's important in reviewing a backport to know whether a backport to >> >a fix, say, a bug in the rmap code actually got exercised by the >> >tests on an rmap enabled filesystem... >> >> Sure! Below are the various configs this was run against. There were >> multiple runs over 48+ hours and no regressions from a 4.14.17 baseline >> were observed. > >Thanks, Sasha. As an ongoing thing, I reckon a "grep _OPTIONS >" (catches both mkfs and mount options) would be >sufficient as a summary of what was tested in the series >decription... Will do. -- Thanks, Sasha