Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-30 Thread Yuri Frolov
Hello, Any news yet? Any sort of correction needed? Thank you, Yuri On 09/26/2009 04:45 PM, Yuri Frolov wrote: Hello, here is a fixed version. Compile and export arch/powerpc/lib/crtsavres.o in order to fix the arch/powerpc/lib/crtsavres.o not found error when O= option is employed for

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-26 Thread Yuri Frolov
Hello, here is a fixed version. Compile and export arch/powerpc/lib/crtsavres.o in order to fix the arch/powerpc/lib/crtsavres.o not found error when O= option is employed for external module compilation. crtsavres.o is a support file, containing save/restore code from gcc, simplified down for

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-25 Thread Yuri Frolov
On 09/25/2009 08:39 AM, Sam Ravnborg wrote: On Fri, Sep 25, 2009 at 11:12:21AM +1000, Benjamin Herrenschmidt wrote: On Thu, 2009-09-24 at 15:28 +0400, Yuri Frolov wrote: Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This patch should correctly export

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-25 Thread Sam Ravnborg
On Thu, Sep 24, 2009 at 03:28:11PM +0400, Yuri Frolov wrote: Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This patch should correctly export crtsavres.o in order to make O= option working. Please, consider to apply. Hi Yuri. I like the way you do

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-25 Thread Benjamin Herrenschmidt
On Fri, 2009-09-25 at 21:45 +0200, Sam Ravnborg wrote: On Thu, Sep 24, 2009 at 03:28:11PM +0400, Yuri Frolov wrote: Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This patch should correctly export crtsavres.o in order to make O= option

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-25 Thread Sam Ravnborg
On Sat, Sep 26, 2009 at 07:57:32AM +1000, Benjamin Herrenschmidt wrote: On Fri, 2009-09-25 at 21:45 +0200, Sam Ravnborg wrote: On Thu, Sep 24, 2009 at 03:28:11PM +0400, Yuri Frolov wrote: Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This

[patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-24 Thread Yuri Frolov
Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This patch should correctly export crtsavres.o in order to make O= option working. Please, consider to apply. Fix linking modules against crtsavres.o Previously we got CC

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-24 Thread Benjamin Herrenschmidt
On Thu, 2009-09-24 at 15:28 +0400, Yuri Frolov wrote: Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This patch should correctly export crtsavres.o in order to make O= option working. Please, consider to apply. Fix linking modules against

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-24 Thread Sam Ravnborg
On Fri, Sep 25, 2009 at 11:12:21AM +1000, Benjamin Herrenschmidt wrote: On Thu, 2009-09-24 at 15:28 +0400, Yuri Frolov wrote: Hello, here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 This patch should correctly export crtsavres.o in order to make O= option