Re: nsdeps not working on modules in 5.4-rc1

2019-10-04 Thread Matthias Maennich
Hi Steve, On Fri, Oct 04, 2019 at 12:01:20AM -0500, Steve French wrote: ok - so to sum up, it sounds like you are saying the 350 false positives (see attached file) that happen on building cifs.ko .will be fixed by a future change to modpost? This is a typical module build ... Yes, the

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Steve French
ok - so to sum up, it sounds like you are saying the 350 false positives (see attached file) that happen on building cifs.ko .will be fixed by a future change to modpost? This is a typical module build ... download and install current kernel package (in this case Ubuntu 5.4-rc1). which saves

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Masahiro Yamada
Hi Steve, On Fri, Oct 4, 2019 at 1:28 PM Steve French wrote: > > On Thu, Oct 3, 2019 at 10:41 PM Masahiro Yamada > wrote: > > > > Hi Steve, > > > > On Fri, Oct 4, 2019 at 1:07 AM Steve French wrote: > > > > > > On Thu, Oct 3, 2019 at 10:24 AM Masahiro Yamada > > > wrote: > > > > > > > > Hi

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Steve French
On Thu, Oct 3, 2019 at 10:41 PM Masahiro Yamada wrote: > > Hi Steve, > > On Fri, Oct 4, 2019 at 1:07 AM Steve French wrote: > > > > On Thu, Oct 3, 2019 at 10:24 AM Masahiro Yamada > > wrote: > > > > > > Hi Steve, > > > > > > On Fri, Oct 4, 2019 at 12:15 AM Steve French wrote: > > > > > > > >

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Masahiro Yamada
Hi Steve, On Fri, Oct 4, 2019 at 1:07 AM Steve French wrote: > > On Thu, Oct 3, 2019 at 10:24 AM Masahiro Yamada > wrote: > > > > Hi Steve, > > > > On Fri, Oct 4, 2019 at 12:15 AM Steve French wrote: > > > > > > On Thu, Oct 3, 2019 at 5:43 AM Matthias Maennich > > > wrote: > > > > > > > > Hi

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Steve French
On Thu, Oct 3, 2019 at 10:24 AM Masahiro Yamada wrote: > > Hi Steve, > > On Fri, Oct 4, 2019 at 12:15 AM Steve French wrote: > > > > On Thu, Oct 3, 2019 at 5:43 AM Matthias Maennich > > wrote: > > > > > > Hi Steve! > > > > > > On Wed, Oct 02, 2019 at 06:54:26PM -0500, Steve French wrote: > > >

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Masahiro Yamada
Hi Steve, On Fri, Oct 4, 2019 at 12:15 AM Steve French wrote: > > On Thu, Oct 3, 2019 at 5:43 AM Matthias Maennich wrote: > > > > Hi Steve! > > > > On Wed, Oct 02, 2019 at 06:54:26PM -0500, Steve French wrote: > > >And running the build differently, from the root of the git tree > > >(5.4-rc1)

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Steve French
On Thu, Oct 3, 2019 at 5:43 AM Matthias Maennich wrote: > > Hi Steve! > > On Wed, Oct 02, 2019 at 06:54:26PM -0500, Steve French wrote: > >And running the build differently, from the root of the git tree > >(5.4-rc1) rather than using the Ubuntu 5.4-rc1 headers also fails > > > >e.g. "make

Re: nsdeps not working on modules in 5.4-rc1

2019-10-03 Thread Matthias Maennich
Hi Steve! On Wed, Oct 02, 2019 at 06:54:26PM -0500, Steve French wrote: And running the build differently, from the root of the git tree (5.4-rc1) rather than using the Ubuntu 5.4-rc1 headers also fails e.g. "make M=fs/cifs modules nsdeps" ... LD [M] fs/cifs/cifs.o Building modules, stage

Re: nsdeps not working on modules in 5.4-rc1

2019-10-02 Thread Steve French
And running the build differently, from the root of the git tree (5.4-rc1) rather than using the Ubuntu 5.4-rc1 headers also fails e.g. "make M=fs/cifs modules nsdeps" ... LD [M] fs/cifs/cifs.o Building modules, stage 2. MODPOST 1 modules WARNING: module cifs uses symbol sigprocmask from

nsdeps not working on modules in 5.4-rc1

2019-10-02 Thread Steve French
Following the instructions in Documentation/namespaces to autogenerate the namespace changes to avoid the multiple build warnings in 5.4-rc1 for my module ... I am not able to get nsdeps to work. For example in my module directory (fs/cifs) trying to build with nsdeps: make -C