[tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-09 Thread tip-bot for Peter Zijlstra (Intel)
Commit-ID: 9d94e8b1d4f94a3c4cee5ad11a1be460cd070839 Gitweb: https://git.kernel.org/tip/9d94e8b1d4f94a3c4cee5ad11a1be460cd070839 Author: Peter Zijlstra (Intel) AuthorDate: Wed, 3 Oct 2018 14:41:27 +0200 Committer: Borislav Petkov CommitDate: Tue, 9 Oct 2018 12:30:25 +0200 x86/kaslr,

[tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-09 Thread tip-bot for Peter Zijlstra (Intel)
Commit-ID: 9d94e8b1d4f94a3c4cee5ad11a1be460cd070839 Gitweb: https://git.kernel.org/tip/9d94e8b1d4f94a3c4cee5ad11a1be460cd070839 Author: Peter Zijlstra (Intel) AuthorDate: Wed, 3 Oct 2018 14:41:27 +0200 Committer: Borislav Petkov CommitDate: Tue, 9 Oct 2018 12:30:25 +0200 x86/kaslr,

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Borislav Petkov
On Mon, Oct 08, 2018 at 03:48:28PM +0200, Arnd Bergmann wrote: > I think __weak functions are too fragile, when you do this and it > turns out that another architecture does need to do something, > you won't ever get any indication of it. > > If we know that arm64 doesn't need to do anything

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Borislav Petkov
On Mon, Oct 08, 2018 at 03:48:28PM +0200, Arnd Bergmann wrote: > I think __weak functions are too fragile, when you do this and it > turns out that another architecture does need to do something, > you won't ever get any indication of it. > > If we know that arm64 doesn't need to do anything

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Arnd Bergmann
On Mon, Oct 8, 2018 at 3:01 PM Borislav Petkov wrote: > > On Mon, Oct 08, 2018 at 04:33:29PM +0530, Naresh Kamboju wrote: > > Linux next build for arm64 failed due to > > numa.c:34:10: fatal error: asm/kaslr.h: No such file or directory > > Thanks for letting me know, I guess we could fix that

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Arnd Bergmann
On Mon, Oct 8, 2018 at 3:01 PM Borislav Petkov wrote: > > On Mon, Oct 08, 2018 at 04:33:29PM +0530, Naresh Kamboju wrote: > > Linux next build for arm64 failed due to > > numa.c:34:10: fatal error: asm/kaslr.h: No such file or directory > > Thanks for letting me know, I guess we could fix that

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Borislav Petkov
On Mon, Oct 08, 2018 at 04:33:29PM +0530, Naresh Kamboju wrote: > Linux next build for arm64 failed due to > numa.c:34:10: fatal error: asm/kaslr.h: No such file or directory Thanks for letting me know, I guess we could fix that with a weak function: --- arch/x86/include/asm/kaslr.h | 2 --

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Borislav Petkov
On Mon, Oct 08, 2018 at 04:33:29PM +0530, Naresh Kamboju wrote: > Linux next build for arm64 failed due to > numa.c:34:10: fatal error: asm/kaslr.h: No such file or directory Thanks for letting me know, I guess we could fix that with a weak function: --- arch/x86/include/asm/kaslr.h | 2 --

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Naresh Kamboju
Linux next build for arm64 failed due to numa.c:34:10: fatal error: asm/kaslr.h: No such file or directory On Wed, 3 Oct 2018 at 19:52, tip-bot for Peter Zijlstra (Intel) wrote: > > Commit-ID: 3a387c6d96e69f1710a3804eb68e1253263298f2 > Gitweb: >

Re: [tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-08 Thread Naresh Kamboju
Linux next build for arm64 failed due to numa.c:34:10: fatal error: asm/kaslr.h: No such file or directory On Wed, 3 Oct 2018 at 19:52, tip-bot for Peter Zijlstra (Intel) wrote: > > Commit-ID: 3a387c6d96e69f1710a3804eb68e1253263298f2 > Gitweb: >

[tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-03 Thread tip-bot for Peter Zijlstra (Intel)
Commit-ID: 3a387c6d96e69f1710a3804eb68e1253263298f2 Gitweb: https://git.kernel.org/tip/3a387c6d96e69f1710a3804eb68e1253263298f2 Author: Peter Zijlstra (Intel) AuthorDate: Wed, 3 Oct 2018 14:41:27 +0200 Committer: Borislav Petkov CommitDate: Wed, 3 Oct 2018 16:15:49 +0200 x86/kaslr,

[tip:x86/boot] x86/kaslr, ACPI/NUMA: Fix KASLR build error

2018-10-03 Thread tip-bot for Peter Zijlstra (Intel)
Commit-ID: 3a387c6d96e69f1710a3804eb68e1253263298f2 Gitweb: https://git.kernel.org/tip/3a387c6d96e69f1710a3804eb68e1253263298f2 Author: Peter Zijlstra (Intel) AuthorDate: Wed, 3 Oct 2018 14:41:27 +0200 Committer: Borislav Petkov CommitDate: Wed, 3 Oct 2018 16:15:49 +0200 x86/kaslr,