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,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 D3CE0C2D0DB for ; Thu, 30 Jan 2020 19:39:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A718820707 for ; Thu, 30 Jan 2020 19:39:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727298AbgA3Tjo (ORCPT ); Thu, 30 Jan 2020 14:39:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:52768 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727089AbgA3Tjo (ORCPT ); Thu, 30 Jan 2020 14:39:44 -0500 Received: from gandalf.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 E38A920CC7; Thu, 30 Jan 2020 19:39:42 +0000 (UTC) Date: Thu, 30 Jan 2020 14:39:41 -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: <20200130143941.23a0e217@gandalf.local.home> In-Reply-To: References: <20200130122221.30029e32@gandalf.local.home> X-Mailer: Claws Mail 3.17.3 (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 03:30:37 +0900 Masahiro Yamada wrote: > > I know you are the author of streamline_config, > but actually did not know you were collecting > patches for this particular file. > > > I did not receive a notice email from you, > nor did these commits appear in linux-next at all. > Could you send a notice email when > you pick up a patch next time? > (Sorry, I also forgot to send a email. > I will drop them from my tree.) > It's my fault. I was looking through my inbox (actually my local patchwork that reads my inbox) and saw these patches from back in December. I then went to my "kconfig" development git repo, and saw I pulled them in, but never actually pushed them anywhere (not even to my "staging" machine where I stage my pushes to kernel.org). This being the merge window, I rushed to get them in as they were very trivial changes. This isn't my normal flow, it was more "Oh crap! I forgot about these, let me get them in now". If you have them in your tree, I'm fine with them getting in from there. I should have looked in next (I only looked to see if Linus already had them). Note, since this file hasn't been updated in years, my kconfig 'for-next' branch has been removed from linux-next :-/ -- Steve