From patchwork Fri Mar 10 01:41:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 95131 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp624141qgd; Thu, 9 Mar 2017 17:46:08 -0800 (PST) X-Received: by 10.98.193.69 with SMTP id i66mr17763970pfg.35.1489110368720; Thu, 09 Mar 2017 17:46:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r68si1426693pfe.10.2017.03.09.17.46.08; Thu, 09 Mar 2017 17:46:08 -0800 (PST) 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; dkim=pass header.i=@nifty.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 S932409AbdCJBpi (ORCPT + 25 others); Thu, 9 Mar 2017 20:45:38 -0500 Received: from conuserg-10.nifty.com ([210.131.2.77]:48924 "EHLO conuserg-10.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932097AbdCJBpf (ORCPT ); Thu, 9 Mar 2017 20:45:35 -0500 Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id v2A1ivFg023934; Fri, 10 Mar 2017 10:44:57 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v2A1ivFg023934 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1489110297; bh=NvdWrm81dkX9qhpyhT37BaoEYgFAnJSx50Xx/c18bps=; h=From:To:Cc:Subject:Date:From; b=XFUrE5Zvien5pKpqH6tzPW9TxsmJuIRAdJco4ZYB9MeNPpRvDEuNGnae8pYAC7ATZ KTC1EV+vnKLj/JKD1AqYFqpR9vQZ2TGazGx7f1wGDhl/mk8ZQvqr9NAuwy/1bnyynD EkNHI3DWW9oLqboSwVNt5B/cXxKE+/Y0/q7cxOB6V0QYyNnpaCd/1Mxvmx5evDP6El Gr4SBqHfXxMvC3ydRzUNgVK37ELfHGjVKU/hIzSU+2gy5rWXQEgXOYkus7cAx/GYMX 2hB+VLT3nQH4behlVlPz3pRBw3eO3icAeHvfM2DP8wfIwQMLpW6Ny8kFaDnr+CZu+S R5gg95n7kFQwg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Michal Marek , linux-kernel@vger.kernel.org, Stephen Rothwell , Linus Torvalds , Masahiro Yamada Subject: [PATCH] MAINTAINERS: add Masahiro Yamada as a Kbuild maintainer Date: Fri, 10 Mar 2017 10:41:50 +0900 Message-Id: <1489110110-9723-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It has been difficult lately for Michal to work on Kbuild on his regular basis. We discussed the maintainership of Kbuild, and I decided to be a co-maintainer. Add myself to the maintainer field, and replace the repository with my own. Signed-off-by: Masahiro Yamada Acked-by: Michal Marek --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 diff --git a/MAINTAINERS b/MAINTAINERS index c265a5f..f1023c5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7084,9 +7084,9 @@ S: Maintained F: fs/autofs4/ KERNEL BUILD + files below scripts/ (unless maintained elsewhere) +M: Masahiro Yamada M: Michal Marek -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes +T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git L: linux-kbuild@vger.kernel.org S: Maintained F: Documentation/kbuild/