Received: by 10.213.65.68 with SMTP id h4csp1220742imn; Thu, 29 Mar 2018 00:03:09 -0700 (PDT) X-Google-Smtp-Source: AIpwx48FHMmFAXXDcHIQG+AQHB8IxD3tpSu/fIPa+zSQKdCzLJY88/55Hc2uldf3iZ7tthfd+gRU X-Received: by 2002:a17:902:8c88:: with SMTP id t8-v6mr6961577plo.329.1522306989844; Thu, 29 Mar 2018 00:03:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522306989; cv=none; d=google.com; s=arc-20160816; b=1GkwPm/mpVAgaNLAGxLwS2l7Sey2VIzIpKBCR++qjGKPXoV79yMXpQrigB94mXlzET VYtAhTJPeoxSb6Cbiv3g+ua783kNjAAE3LIRpRuH2QVLTnnd5C9MEKgZPYylDEazJm3o AAQtFJRxaoWZrzCYebqcZR7wyGmJq906pOcCaiCXw7lKSktbJSlP76WOrnrIWuySp7Bw /LoiotTw61Psg7Yn4U0ErcTEqlahGUtqtxTfwGZhAvZF7cktV0X5WPRAUbktojDjVxz/ OpqszHwkXvAVV/4iRLvufK2hpBry4BhJIF0U5p7VYMLFExwC9S8KAdcV6pSXV6Cb/gv0 icmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=4gXKBU927zb/DSiW02UUFPNzh0UG6rdf1yLoFTuM2rM=; b=uEnzoYmyGngRy7ajF7ZDULnE982noSd7ej6DnxVtZBiKNpH5RJxaPUkfw9S+joB//5 fwlrORs8CGhtvlvRv+y5IgpxZH8lJ9nVlqd3iUV0mHwmLQST+4GiVLn2qSewVJfj2u+Y 97jn3U//4swjoCoJYl4MG3ofPrmqHbFHVjRyEeYFhEOPCoPl/Vo3ySugM/TAKafP/NuK 8dRTxVgQ/3TX+VBykPaMnwaZO4z/ArhmaH5JYI8wL9na2ZI9aRhNKLm38g8G+Bia98rX cipWvmww288mO2vMN+7CL6LZr/sumrRoj5Jh8vDBRyuZavvCuxTEolBV+mGDhxkRJKfs 76KQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z9-v6si4946812pln.709.2018.03.29.00.02.55; Thu, 29 Mar 2018 00:03:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751906AbeC2HB4 (ORCPT + 99 others); Thu, 29 Mar 2018 03:01:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:48370 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbeC2HBz (ORCPT ); Thu, 29 Mar 2018 03:01:55 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id ED1ABAF8F; Thu, 29 Mar 2018 07:01:53 +0000 (UTC) Date: Thu, 29 Mar 2018 09:01:53 +0200 From: Michal Hocko To: Sasha Levin Cc: "Luis R. Rodriguez" , Sasha Levin , Dave Chinner , "Darrick J. Wong" , Christoph Hellwig , xfs , "linux-kernel@vger.kernel.org List" , Greg Kroah-Hartman , Julia Lawall , Josh Triplett , Takashi Iwai , Joerg Roedel Subject: Re: [PATCH] xfs: always free inline data before resetting inode fork during ifree Message-ID: <20180329070153.GC31039@dhcp22.suse.cz> References: <20180323034145.GH4818@magnolia> <20180323170813.GD30543@wotan.suse.de> <20180323172620.GK4818@magnolia> <20180323182302.GB9190@wotan.suse.de> <20180325223357.GJ18129@dastard> <20180327070637.GX5652@dhcp22.suse.cz> <20180327195435.GE9190@wotan.suse.de> <20180328132148.GN9275@dhcp22.suse.cz> <20180328193304.GC7561@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180328193304.GC7561@sasha-vm> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 28-03-18 19:33:06, Sasha Levin wrote: > On Wed, Mar 28, 2018 at 03:21:48PM +0200, Michal Hocko wrote: > >On Tue 27-03-18 19:54:35, Luis R. Rodriguez wrote: > >> On Tue, Mar 27, 2018 at 09:06:37AM +0200, Michal Hocko wrote: > >> > So by no means the MM backports were reviewed by me. And considering how hard > >> > it is to get any review for MM patches in general I strongly suspect that > >> > others didn't review either. > >> > > >> > In general I am quite skeptical about the automagic backports > >> > selections, to be honest. MM patches should be reasonably good at > >> > selecting stable backports and adding more patches on top just risks > >> > regressions. > >> > >> BTW other than suggesting we needing *actual review* of the MM patches, are > >> there known unit tests which could be run as well? Thinking long term. > > > >There are some in selftests but most fixes are quite hard to get a > >specialized testcase for. Rememeber the MM is a pile of heuristics to > >handle large scale of workloads. > > Would running mmtests for each patch help here at all? mmtests are more for performance than regression/correctness testing AFAIR. -- Michal Hocko SUSE Labs