Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-12-17 Thread Artem Savkov
On Thu, Dec 17, 2020 at 05:26:07PM +0900, Masahiro Yamada wrote: > On Thu, Dec 17, 2020 at 8:04 AM Joe Lawrence wrote: > > > > On 12/16/20 1:14 AM, Masahiro Yamada wrote: > > > On Tue, Dec 8, 2020 at 11:31 PM Artem Savkov > > > wrote: > > >> > > >> On Tue, Dec 08, 2020 at 05:20:35PM +0800, WANG

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-12-17 Thread Masahiro Yamada
On Thu, Dec 17, 2020 at 8:04 AM Joe Lawrence wrote: > > On 12/16/20 1:14 AM, Masahiro Yamada wrote: > > On Tue, Dec 8, 2020 at 11:31 PM Artem Savkov wrote: > >> > >> On Tue, Dec 08, 2020 at 05:20:35PM +0800, WANG Chao wrote: > >>> Sorry for the late reply. > >>> > >>> On 11/25/20 at 10:42P, Masah

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-12-16 Thread Joe Lawrence
On 12/16/20 1:14 AM, Masahiro Yamada wrote: On Tue, Dec 8, 2020 at 11:31 PM Artem Savkov wrote: On Tue, Dec 08, 2020 at 05:20:35PM +0800, WANG Chao wrote: Sorry for the late reply. On 11/25/20 at 10:42P, Masahiro Yamada wrote: On Tue, Nov 24, 2020 at 12:05 AM WANG Chao wrote: On 11/23/20

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-12-15 Thread Masahiro Yamada
On Tue, Dec 8, 2020 at 11:31 PM Artem Savkov wrote: > > On Tue, Dec 08, 2020 at 05:20:35PM +0800, WANG Chao wrote: > > Sorry for the late reply. > > > > On 11/25/20 at 10:42P, Masahiro Yamada wrote: > > > On Tue, Nov 24, 2020 at 12:05 AM WANG Chao wrote: > > > > > > > > On 11/23/20 at 02:23P, Mas

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-12-08 Thread Artem Savkov
On Tue, Dec 08, 2020 at 05:20:35PM +0800, WANG Chao wrote: > Sorry for the late reply. > > On 11/25/20 at 10:42P, Masahiro Yamada wrote: > > On Tue, Nov 24, 2020 at 12:05 AM WANG Chao wrote: > > > > > > On 11/23/20 at 02:23P, Masahiro Yamada wrote: > > > > On Tue, Nov 3, 2020 at 3:23 PM WANG Chao

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-12-08 Thread WANG Chao
Sorry for the late reply. On 11/25/20 at 10:42P, Masahiro Yamada wrote: > On Tue, Nov 24, 2020 at 12:05 AM WANG Chao wrote: > > > > On 11/23/20 at 02:23P, Masahiro Yamada wrote: > > > On Tue, Nov 3, 2020 at 3:23 PM WANG Chao wrote: > > > > > > > > extra-y target doesn't build for 'make M=...' si

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-11-25 Thread Masahiro Yamada
On Tue, Nov 24, 2020 at 12:05 AM WANG Chao wrote: > > On 11/23/20 at 02:23P, Masahiro Yamada wrote: > > On Tue, Nov 3, 2020 at 3:23 PM WANG Chao wrote: > > > > > > extra-y target doesn't build for 'make M=...' since commit 6212804f2d78 > > > ("kbuild: do not create built-in objects for external m

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-11-23 Thread WANG Chao
On 11/23/20 at 02:23P, Masahiro Yamada wrote: > On Tue, Nov 3, 2020 at 3:23 PM WANG Chao wrote: > > > > extra-y target doesn't build for 'make M=...' since commit 6212804f2d78 > > ("kbuild: do not create built-in objects for external module builds"). > > > > This especially breaks kpatch, which is

Re: [PATCH] kbuild: add extra-y to targets-for-modules

2020-11-22 Thread Masahiro Yamada
On Tue, Nov 3, 2020 at 3:23 PM WANG Chao wrote: > > extra-y target doesn't build for 'make M=...' since commit 6212804f2d78 > ("kbuild: do not create built-in objects for external module builds"). > > This especially breaks kpatch, which is using 'extra-y := kpatch.lds' > and 'make M=...' to build

[PATCH] kbuild: add extra-y to targets-for-modules

2020-11-03 Thread WANG Chao
extra-y target doesn't build for 'make M=...' since commit 6212804f2d78 ("kbuild: do not create built-in objects for external module builds"). This especially breaks kpatch, which is using 'extra-y := kpatch.lds' and 'make M=...' to build livepatch patch module. Add extra-y to targets-for-modules