[PATCH] x86/build: correctly record dependencies of asm-offsets.s

2021-02-01 Thread Jan Beulich
Going through an intermediate *.new file requires telling the compiler what the real target is, so that the inclusion of the resulting .*.d file will actually be useful. Fixes: 7d2d7a43d014 ("x86/build: limit rebuilding of asm-offsets.h") Reported-by: Julien Grall Signed-off-by: Jan Beulich ---

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s

2021-02-01 Thread Andrew Cooper
On 01/02/2021 14:56, Jan Beulich wrote: > Going through an intermediate *.new file requires telling the compiler > what the real target is, so that the inclusion of the resulting .*.d > file will actually be useful. > > Fixes: 7d2d7a43d014 ("x86/build: limit rebuilding of asm-offsets.h") > Reported

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s

2021-02-06 Thread Julien Grall
Hi Jan, On 01/02/2021 14:56, Jan Beulich wrote: Going through an intermediate *.new file requires telling the compiler what the real target is, so that the inclusion of the resulting .*.d file will actually be useful. Fixes: 7d2d7a43d014 ("x86/build: limit rebuilding of asm-offsets.h") Reported

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s

2021-02-08 Thread Jan Beulich
On 06.02.2021 10:09, Julien Grall wrote: > On 01/02/2021 14:56, Jan Beulich wrote: >> Going through an intermediate *.new file requires telling the compiler >> what the real target is, so that the inclusion of the resulting .*.d >> file will actually be useful. >> >> Fixes: 7d2d7a43d014 ("x86/build

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s [and 1 more messages]

2021-02-01 Thread Ian Jackson
Andrew Cooper writes ("Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s"): > On 01/02/2021 14:56, Jan Beulich wrote: > > Going through an intermediate *.new file requires telling the compiler > > what the real target is, so that the inclusion of th

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s [and 1 more messages]

2021-02-01 Thread Jan Beulich
On 01.02.2021 16:16, Ian Jackson wrote: > Andrew Cooper writes ("Re: [PATCH] x86/build: correctly record dependencies > of asm-offsets.s"): >> On 01/02/2021 14:56, Jan Beulich wrote: >>> Going through an intermediate *.new file requires telling the compiler >&

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s [and 1 more messages]

2021-02-01 Thread Ian Jackson
Jan Beulich writes ("Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s [and 1 more messages]"): > Oh, this used to be different on prior releases once we were > past the full freeze point. Are to intending to allow bug fixes > without release ack until

Re: [PATCH] x86/build: correctly record dependencies of asm-offsets.s [and 1 more messages]

2021-02-01 Thread Jan Beulich
On 01.02.2021 16:28, Ian Jackson wrote: > Jan Beulich writes ("Re: [PATCH] x86/build: correctly record dependencies of > asm-offsets.s [and 1 more messages]"): >> Oh, this used to be different on prior releases once we were >> past the full freeze point. Are to