Re: r286727 breaks geom_md.ko loading

2015-09-16 Thread Gleb Smirnoff
On Wed, Sep 16, 2015 at 08:10:05AM +0300, Konstantin Belousov wrote: K> > There is regression after r286727. Our dynamic kernel linker doesn't K> > support weak symbols, so the geom_md.ko can no longer be loaded dynamically K> > neither from loader nor at runtime. Having it statically in kernel

Re: r286727 breaks geom_md.ko loading

2015-09-16 Thread Konstantin Belousov
On Wed, Sep 16, 2015 at 04:15:15PM +0300, Gleb Smirnoff wrote: > On Wed, Sep 16, 2015 at 08:10:05AM +0300, Konstantin Belousov wrote: > K> > There is regression after r286727. Our dynamic kernel linker doesn't > K> > support weak symbols, so the geom_md.ko can no longer be loaded > dynamically

Re: r286727 breaks geom_md.ko loading

2015-09-16 Thread Gleb Smirnoff
On Wed, Sep 16, 2015 at 04:42:49PM +0300, Konstantin Belousov wrote: K> On Wed, Sep 16, 2015 at 04:15:15PM +0300, Gleb Smirnoff wrote: K> > On Wed, Sep 16, 2015 at 08:10:05AM +0300, Konstantin Belousov wrote: K> > K> > There is regression after r286727. Our dynamic kernel linker doesn't K> > K>

Re: r286727 breaks geom_md.ko loading

2015-09-16 Thread Konstantin Belousov
On Wed, Sep 16, 2015 at 04:50:03PM +0300, Gleb Smirnoff wrote: > On Wed, Sep 16, 2015 at 04:42:49PM +0300, Konstantin Belousov wrote: > K> On Wed, Sep 16, 2015 at 04:15:15PM +0300, Gleb Smirnoff wrote: > K> > On Wed, Sep 16, 2015 at 08:10:05AM +0300, Konstantin Belousov wrote: > K> > K> > There

Re: r286727 breaks geom_md.ko loading

2015-09-16 Thread Gleb Smirnoff
On Wed, Sep 16, 2015 at 04:57:39PM +0300, Konstantin Belousov wrote: K> On Wed, Sep 16, 2015 at 04:50:03PM +0300, Gleb Smirnoff wrote: K> > On Wed, Sep 16, 2015 at 04:42:49PM +0300, Konstantin Belousov wrote: K> > K> On Wed, Sep 16, 2015 at 04:15:15PM +0300, Gleb Smirnoff wrote: K> > K> > On Wed,

Re: r286727 breaks geom_md.ko loading

2015-09-16 Thread Konstantin Belousov
On Wed, Sep 16, 2015 at 05:04:11PM +0300, Gleb Smirnoff wrote: > Yes, sorry for not being verbose enough. Kernel must not have 'device md' > and must have 'options MD_ROOT'. The following worked for me on i386 and amd64. Unless some objections are raised against the approach, I will do the pass

Re: r286727 breaks geom_md.ko loading

2015-09-15 Thread Konstantin Belousov
On Wed, Sep 16, 2015 at 03:00:19AM +0300, Gleb Smirnoff wrote: > Hi! > > There is regression after r286727. Our dynamic kernel linker doesn't > support weak symbols, so the geom_md.ko can no longer be loaded dynamically > neither from loader nor at runtime. Having it statically in kernel is >

r286727 breaks geom_md.ko loading

2015-09-15 Thread Gleb Smirnoff
Hi! There is regression after r286727. Our dynamic kernel linker doesn't support weak symbols, so the geom_md.ko can no longer be loaded dynamically neither from loader nor at runtime. Having it statically in kernel is the only working option. -- Totus tuus, Glebius.

Re: r286727 breaks geom_md.ko loading

2015-09-15 Thread Steve Kiernan
On Wed, 16 Sep 2015 03:00:19 +0300 Gleb Smirnoff wrote: > Hi! > > There is regression after r286727. Our dynamic kernel linker doesn't > support weak symbols, so the geom_md.ko can no longer be loaded dynamically > neither from loader nor at runtime. Having it