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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no 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 3E4A2C33C9E for ; Fri, 31 Jan 2020 02:41:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1279C2082E for ; Fri, 31 Jan 2020 02:41:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727866AbgAaClD (ORCPT ); Thu, 30 Jan 2020 21:41:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:54290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727749AbgAaClC (ORCPT ); Thu, 30 Jan 2020 21:41:02 -0500 Received: from rorschach.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 B87962082E; Fri, 31 Jan 2020 02:41:01 +0000 (UTC) Date: Thu, 30 Jan 2020 21:41:00 -0500 From: Steven Rostedt To: Masahiro Yamada Cc: Linus Torvalds , LKML , Andrew Morton , Linux Kbuild mailing list Subject: Re: [GIT PULL] kconfig: localmodconfig: Minor clean ups to streamline_config.pl Message-ID: <20200130214100.57b8239b@rorschach.local.home> In-Reply-To: References: <20200130122221.30029e32@gandalf.local.home> <20200130143941.23a0e217@gandalf.local.home> X-Mailer: Claws Mail 3.17.4git76 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 31 Jan 2020 11:08:59 +0900 Masahiro Yamada wrote: > OK, I see. I will also try my best to send a notice email. > I want to avoid a situation where two people > are picking up the same patches without noticing each other. BTW, I'm fine with changes to the localmodconfig code going through your tree. Just let me give them acks. And if I end up having changes, I'll send them to you. Thanks! -- Steve