Re: [PATCH] namespace: fix namespace.pl script to support relative paths

2019-10-22 Thread Masahiro Yamada
-...@lists.osuosl.org; > > linux- > > ker...@vger.kernel.org; linux-kbuild > > Subject: Re: [PATCH] namespace: fix namespace.pl script to support relative > > paths > > > > On Sat, Sep 28, 2019 at 8:30 AM Keller, Jacob E > > wrote: > > > > &g

RE: [PATCH] namespace: fix namespace.pl script to support relative paths

2019-09-30 Thread Keller, Jacob E
September 27, 2019 4:12 PM > > > To: Keller, Jacob E > > > Cc: intel-wired-...@lists.osuosl.org; linux-kernel@vger.kernel.org; > > > linux-kbuild > > > kbu...@vger.kernel.org>; Masahiro Yamada > > > Subject: Re: [PATCH] namespace: fix namespace

Re: [PATCH] namespace: fix namespace.pl script to support relative paths

2019-09-28 Thread Masahiro Yamada
ernel@vger.kernel.org; > > linux-kbuild > kbu...@vger.kernel.org>; Masahiro Yamada > > Subject: Re: [PATCH] namespace: fix namespace.pl script to support relative > > paths > > > > > > re: > > https://lore.kernel.org/lkml/20190129204319.15238-1-jaco

RE: [PATCH] namespace: fix namespace.pl script to support relative paths

2019-09-27 Thread Keller, Jacob E
> Subject: Re: [PATCH] namespace: fix namespace.pl script to support relative > paths > > > re: > https://lore.kernel.org/lkml/20190129204319.15238-1-jacob.e.kel...@intel.com/ > > Did anything happen with this patch? > > Please send it to linux-kbu...@vger.kernel.o

RE: [PATCH] namespace: fix namespace.pl script to support relative paths

2019-09-27 Thread Keller, Jacob E
> Subject: Re: [PATCH] namespace: fix namespace.pl script to support relative > paths > > > re: > https://lore.kernel.org/lkml/20190129204319.15238-1-jacob.e.kel...@intel.com/ > > Did anything happen with this patch? > I haven't heard anything o

Re: [PATCH] namespace: fix namespace.pl script to support relative paths

2019-09-27 Thread Randy Dunlap
re: https://lore.kernel.org/lkml/20190129204319.15238-1-jacob.e.kel...@intel.com/ Did anything happen with this patch? Please send it to linux-kbu...@vger.kernel.org and Cc: Masahiro Yamada You can also add: Acked-by: Randy Dunlap Tested-by: Randy Dunlap I was just about to fix this scri

[PATCH] namespace: fix namespace.pl script to support relative paths

2019-01-29 Thread Jacob Keller
The namespace.pl script does not work properly if objtree is not set to an absolute path. The do_nm function is run from within the find function, which changes directories. Because of this, appending objtree, $File::Find::dir, and $source, will return a path which is not valid from the current di