Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp308458ima; Wed, 24 Oct 2018 01:24:25 -0700 (PDT) X-Google-Smtp-Source: AJdET5cAopEWwXKF6I9xQGe1ZO9FYJ6SkixzwwR4yJSY1dL84DbPIV1CxPg2jDEHyT+lMlXW/AY5 X-Received: by 2002:a65:4683:: with SMTP id h3mr1562491pgr.225.1540369465921; Wed, 24 Oct 2018 01:24:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540369465; cv=none; d=google.com; s=arc-20160816; b=EBlgDIRLL4DL/Na8MixRcCpOMu5WL7A6+jEF1O1BcCapT0edgilLjQ2YprXwHB/IN3 bTNBS96orJB9hxtOmIUpHXubScpxR6sr2AlyKuXurVozF0gZpU2uGyICl3d2IyX10VTy zaWHJhyODyrUfUoe/Lv2ZjQqPdHfasMfhHbLoH/GcGvHnS2JXZt3Xh+6YJTZmH1qiYWo zuqqbXY8y/MP6Dz64SPR/DB9/szjua44s/Dh9KarF3ALQ+IzjGoVOGlTxhbbgYVqBFDB SCvIPulnGbAsdK4TqvOgJBNMkxF8KvJfqw1XFVxtlqo8vJeuLUK6PC4hBweKNNlbXK5l 3WJA== 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; bh=02+kaIhO3YSfQR5n6k4WLyF7lVzgAqX9NYFwl/hP/BY=; b=JywFHo/XzALBD0+hMuXzwK1aJikrMuRMDOw15k/i7aICeqtN75CO6uxMK11P0S1lWQ oc9geu4W0OpW63u6gx4l7hdw/Qd+3gDExC7bIU6Ka9HoNsQAbvZ8sVj+8lKAtjA68t2f 63GjXPnbz/weB1eLzTXzwVzmzNjpkjMKYvBr1q9wcwnrbLaxyNx8oECkXxSjOo/WkmSY zJYy7C3yZ1cBd2m56Fz/wSsntmyAQm5t+3+r5mrrhJB4vP5fRC3NNBW6vkyOqCAomWpE e1l6btQeTPP0vErvlYUeFP40isMI0xOm5K7WYOJlu4ZKIJWC89dSYuxd9uEmjO0zkOzF 3pSg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b9-v6si4032988pgh.440.2018.10.24.01.24.10; Wed, 24 Oct 2018 01:24:25 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727338AbeJXQuU (ORCPT + 99 others); Wed, 24 Oct 2018 12:50:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:59442 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726916AbeJXQuU (ORCPT ); Wed, 24 Oct 2018 12:50:20 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 77908AF9D; Wed, 24 Oct 2018 08:23:13 +0000 (UTC) Date: Wed, 24 Oct 2018 10:23:12 +0200 From: Michal Hocko To: Joe Perches Cc: Arun KS , Kees Cook , Konstantin Khlebnikov , LKML , linux-mm , Minchan Kim , Arun Sudhilal , Greg Kroah-Hartman , Andrew Morton Subject: Re: [PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic. Message-ID: <20181024082312.GD18839@dhcp22.suse.cz> References: <1540229092-25207-1-git-send-email-arunks@codeaurora.org> <15247f54-53f3-83d4-6706-e9264b90ca7a@yandex-team.ru> <7a4fcbaee7efb71d2a3c6b403c090db4@codeaurora.org> <20181024061546.GY18839@dhcp22.suse.cz> <0e1fc40af360ed55fd32784f6973af5940232f99.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e1fc40af360ed55fd32784f6973af5940232f99.camel@perches.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 23-10-18 23:26:16, Joe Perches wrote: > On Wed, 2018-10-24 at 08:15 +0200, Michal Hocko wrote: > > On Wed 24-10-18 10:47:52, Arun KS wrote: > > > On 2018-10-24 01:34, Kees Cook wrote: > > [...] > > > > Thank you -- I was struggling to figure out the best way to reply to > > > > this. :) > > > I'm sorry for the trouble caused. Sent the email using, > > > git send-email --to-cmd="scripts/get_maintainer.pl -i" > > > 0001-convert-totalram_pages-totalhigh_pages-and-managed_p.patch > > > > > > Is this not a recommended approach? > > > > Not really for tree wide mechanical changes. It is much more preferrable > > IMHO to only CC people who should review the intention of the change > > rather than each and every maintainer whose code is going to be changed. > > This is a case by case thing of course but as soon as you see a giant CC > > list from get_maintainer.pl then you should try to think twice to use > > it. If not sure, just ask on the mailing list. > > Generally, it's better to use scripts to control > the --to-cmd and --cc-cmd options. I would argue that it is better to use a common sense much more than scripts. -- Michal Hocko SUSE Labs