Re: [PATCH 3/5] kbuild: add arch specific post-module-link pass

2016-08-07 Thread Nicholas Piggin
On Sat, 6 Aug 2016 22:16:29 +0200 Sam Ravnborg wrote: > On Fri, Aug 05, 2016 at 10:12:01PM +1000, Nicholas Piggin wrote: > > Add an option for architectures to pass over modules after they are > > linked. powerpc will use this to fix up alternate instruction patch > >

Re: [PATCH 3/5] kbuild: add arch specific post-module-link pass

2016-08-06 Thread Sam Ravnborg
On Fri, Aug 05, 2016 at 10:12:01PM +1000, Nicholas Piggin wrote: > Add an option for architectures to pass over modules after they are > linked. powerpc will use this to fix up alternate instruction patch > relocations. > > Signed-off-by: Nicholas Piggin > --- >

Re: [PATCH 3/5] kbuild: add arch specific post-module-link pass

2016-08-05 Thread Nicholas Piggin
On Fri, 5 Aug 2016 22:12:01 +1000 Nicholas Piggin wrote: > Add an option for architectures to pass over modules after they are > linked. powerpc will use this to fix up alternate instruction patch > relocations. For that matter, now I think about it, I'd like to have this

[PATCH 3/5] kbuild: add arch specific post-module-link pass

2016-08-05 Thread Nicholas Piggin
Add an option for architectures to pass over modules after they are linked. powerpc will use this to fix up alternate instruction patch relocations. Signed-off-by: Nicholas Piggin --- Documentation/kbuild/makefiles.txt | 6 ++ Makefile | 1 +