Re: [PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it

2020-09-02 Thread Masahiro Yamada
On Thu, Sep 3, 2020 at 11:18 AM Nathan Royce wrote: > > Heard, but all the same if it isn't important (which I'm assuming), > I'd just as soon be left out of it. That's just the way I am in > general, not wanting to be seen unless I have to be seen. Thanks > though. OK, I will drop your tag. --

Re: [PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it

2020-09-02 Thread Nathan Royce
Heard, but all the same if it isn't important (which I'm assuming), I'd just as soon be left out of it. That's just the way I am in general, not wanting to be seen unless I have to be seen. Thanks though. On Wed, Sep 2, 2020 at 9:14 PM Masahiro Yamada wrote: > > Even if you do not write the code,

Re: [PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it

2020-09-02 Thread Masahiro Yamada
On Thu, Sep 3, 2020 at 3:22 AM Nathan Royce wrote: > > Thanks, but I'd just as soon not be acknowledged/credited. All I did > was submit a report. > > On Wed, Sep 2, 2020 at 11:47 AM Masahiro Yamada wrote: > > > > Applied to linux-kbuild/fixes with Nathan's tag > > > > Reported-by: Nathan Royce

Re: [PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it

2020-09-02 Thread Nathan Royce
Thanks, but I'd just as soon not be acknowledged/credited. All I did was submit a report. On Wed, Sep 2, 2020 at 11:47 AM Masahiro Yamada wrote: > > Applied to linux-kbuild/fixes with Nathan's tag > > Reported-by: Nathan Royce > > > > Nathan, > I think adding your tag is OK to credit your contri

Re: [PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it

2020-09-02 Thread Masahiro Yamada
On Thu, Aug 27, 2020 at 6:21 AM Randy Dunlap wrote: > > From: Randy Dunlap > > A user reported: > 'Use of uninitialized value $ENV{"LMC_KEEP"} in split at > ./scripts/kconfig/streamline_config.pl line 596.' > > so first check that $ENV{LMC_KEEP} is defined before trying > to use it. > > Fixes: c

[PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it

2020-08-26 Thread Randy Dunlap
From: Randy Dunlap A user reported: 'Use of uninitialized value $ENV{"LMC_KEEP"} in split at ./scripts/kconfig/streamline_config.pl line 596.' so first check that $ENV{LMC_KEEP} is defined before trying to use it. Fixes: c027b02d89fd ("streamline_config.pl: add LMC_KEEP to preserve some kconf