Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp534885yba; Wed, 15 May 2019 05:49:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxB7rauWhWe/VGVLDGMeKaTi0aA9HZUNMQCc23qoifm5tV7uy00ajhjVbECb3R1d07WzGQ+ X-Received: by 2002:a17:902:e583:: with SMTP id cl3mr43894925plb.35.1557924571261; Wed, 15 May 2019 05:49:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557924571; cv=none; d=google.com; s=arc-20160816; b=KDFrSYJ/KZWpCTYb1d1Cd27lwmh5pDjeWh1qQW+BQvMGLwrxj8kvjz5AswgiB4WzqX 8EMO+l4oivjlsFKix0uw4jueFu+3ipiF+y+UKWk9Au9JgTuMRQpy9GD4Cx1Uj0/hgvF6 On/lVZMNTninG531+krh2mzx+fpS7Q7eznay+nCA4+tVIOkoQm+lqfOJUv6iUEp7zTTT dfBm/Q5YHTzuWe1S67PnLmnqc8luQc0W0tumlUm/Bg1OUQpLIv1gnI1PcOkyeSnQAt3+ zcP6ceHwk4sOrN2FWycQhUkWrHmnK45Je7JYauaCGA+IiRJSy9GQrv0zMTYgO7SZf9Wo C42Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:mime-version:user-agent:date:message-id:subject :from:cc:to; bh=v7g569mjLghriXR6vWGouI2KZKEFcsxrT59meda+jF4=; b=A5d1Hu6x0J3bsoKP76yMppGl2CBa0hM/y9afQuVodRBFGWHHTdp7HpJWZRk27vmTl5 MhNHdCdZCbtP3m1hA2QWPmy9xH9keIHnlyOVushOHutP6pFb18UGc+sErHQ6OobqJfr4 cBcYqJzTwXsI9Oc3tqgQMQPor9sdaNBsudKkt6iuqdsbNGPkJuMbbwCJaoLsVvgsgELl FjUJW3BMbqaUXROdW0G/+bOPLSaZYpbLvVdl1tM6HMqOwA2fvo6e13qo6lvFeb3w2iGS +WvwuZKyg1PkMY7BQcsizs8qY9gH8wO7aH28/0JNhmBDR8B3WfIZxG9PBPyDqnZCXLQF QA3A== 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 n16si1593169plp.130.2019.05.15.05.49.16; Wed, 15 May 2019 05:49:31 -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 S1727047AbfEOMr7 (ORCPT + 99 others); Wed, 15 May 2019 08:47:59 -0400 Received: from ns.iliad.fr ([212.27.33.1]:33166 "EHLO ns.iliad.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726392AbfEOMr7 (ORCPT ); Wed, 15 May 2019 08:47:59 -0400 Received: from ns.iliad.fr (localhost [127.0.0.1]) by ns.iliad.fr (Postfix) with ESMTP id 955111FF4E; Wed, 15 May 2019 14:47:57 +0200 (CEST) Received: from [192.168.108.49] (freebox.vlq16.iliad.fr [213.36.7.13]) by ns.iliad.fr (Postfix) with ESMTP id 7D59D1FF2C; Wed, 15 May 2019 14:47:57 +0200 (CEST) To: arm-soc , Joe Perches Cc: Linux ARM , LKML , Andrew Morton , Greg Kroah-Hartman From: Marc Gonzalez Subject: [PATCH] Opt out of scripts/get_maintainer.pl Message-ID: Date: Wed, 15 May 2019 14:47:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP ; ns.iliad.fr ; Wed May 15 14:47:57 2019 +0200 (CEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A few months ago, I submitted a trivial arm64 defconfig update. get_maintainer.pl now outputs my address for every defconfig tweak. Add me to .get_maintainer.ignore to opt out of these notifications. Signed-off-by: Marc Gonzalez --- .get_maintainer.ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore index cca6d870f7a5..a64d21913745 100644 --- a/.get_maintainer.ignore +++ b/.get_maintainer.ignore @@ -1 +1,2 @@ Christoph Hellwig +Marc Gonzalez -- 2.17.1