All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: Re: [GIT PULL] kconfig: localmodconfig: Minor clean ups to streamline_config.pl
Date: Fri, 31 Jan 2020 03:30:37 +0900	[thread overview]
Message-ID: <CAK7LNAR1AJFDahD6cB_MryBd-79N_T5O9WV3CMEA+HOCDXZEig@mail.gmail.com> (raw)
In-Reply-To: <20200130122221.30029e32@gandalf.local.home>

Hi Steven,

On Fri, Jan 31, 2020 at 2:22 AM Steven Rostedt <rostedt@goodmis.org> wrote:
>
>
> Linus,
>
> Just a couple of clean ups to streamline_config.pl
>
>
> Please pull the latest localmodconfig-v5.6 tree, which can be found at:
>
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig.git
> localmodconfig-v5.6
>
> Tag SHA1: ae4a98169606cf4b84bce31c4ec0003da8dd60e6
> Head SHA1: 37bf46aae4acb76e7cc0fb4d1131ece682f456d4
>
>
> Masahiro Yamada (2):
>       kconfig: localmodconfig: Remove unused $config
>       kconfig: localmodconfig: Fix indentation for closing brace



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.)


Thanks.



> ----
>  scripts/kconfig/streamline_config.pl | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> ---------------------------
> diff --git a/scripts/kconfig/streamline_config.pl
> b/scripts/kconfig/streamline_config.pl index 08d76d7b3b81..e2f8504f5a2d
> 100755 --- a/scripts/kconfig/streamline_config.pl
> +++ b/scripts/kconfig/streamline_config.pl
> @@ -56,8 +56,6 @@ sub dprint {
>      print STDERR @_;
>  }
>
> -my $config = ".config";
> -
>  my $uname = `uname -r`;
>  chomp $uname;
>
> @@ -374,7 +372,7 @@ if (defined($lsmod_file)) {
>             $lsmod = "$dir/lsmod";
>             last;
>         }
> -}
> +    }
>      if (!defined($lsmod)) {
>         # try just the path
>         $lsmod = "lsmod";



-- 
Best Regards
Masahiro Yamada

  reply	other threads:[~2020-01-30 18:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-30 17:22 [GIT PULL] kconfig: localmodconfig: Minor clean ups to streamline_config.pl Steven Rostedt
2020-01-30 18:30 ` Masahiro Yamada [this message]
2020-01-30 19:39   ` Steven Rostedt
2020-01-31  2:08     ` Masahiro Yamada
2020-01-31  2:37       ` Steven Rostedt
2020-01-31  2:41       ` Steven Rostedt
2020-01-31  3:15         ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7LNAR1AJFDahD6cB_MryBd-79N_T5O9WV3CMEA+HOCDXZEig@mail.gmail.com \
    --to=masahiroy@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.