Re: [PATCH] kbuild: Run syncconfig with -s

2020-09-14 Thread Masahiro Yamada
On Mon, Sep 14, 2020 at 10:36 PM Alexey Dobriyan wrote: > > > BTW., there's another, rather spurious bug I recently triggered in kbuild. > > > > Occasionally when I Ctrl-C a kernel build on a system with a lot of CPUs, > > the .o.cmd file gets corrupted: > > Those are temporary files, truncated

Re: [PATCH] kbuild: Run syncconfig with -s

2020-09-14 Thread Alexey Dobriyan
> BTW., there's another, rather spurious bug I recently triggered in kbuild. > > Occasionally when I Ctrl-C a kernel build on a system with a lot of CPUs, > the .o.cmd file gets corrupted: Those are temporary files, truncated at page boundary. $ stat -c %s XXX.pata_sil680.mod.o.cmd

Re: [PATCH] kbuild: Run syncconfig with -s

2020-09-14 Thread Masahiro Yamada
On Mon, Sep 14, 2020 at 9:37 PM Ingo Molnar wrote: > > > * Masahiro Yamada wrote: > > > On Thu, Aug 20, 2020 at 3:35 PM Ingo Molnar wrote: > > > > > > On every kernel build that runs --syncconfig, there's an output of the > > > following line: > > > > > > scripts/kconfig/conf --syncconfig

Re: [PATCH] kbuild: Run syncconfig with -s

2020-09-14 Thread Ingo Molnar
* Masahiro Yamada wrote: > On Thu, Aug 20, 2020 at 3:35 PM Ingo Molnar wrote: > > > > On every kernel build that runs --syncconfig, there's an output of the > > following line: > > > > scripts/kconfig/conf --syncconfig Kconfig > > > > This is the only non-platform build message the kbuild

Re: [PATCH] kbuild: Run syncconfig with -s

2020-08-24 Thread Ingo Molnar
* Masahiro Yamada wrote: > On Thu, Aug 20, 2020 at 3:35 PM Ingo Molnar wrote: > > > > On every kernel build that runs --syncconfig, there's an output of the > > following line: > > > > scripts/kconfig/conf --syncconfig Kconfig > > > > This is the only non-platform build message the kbuild

Re: [PATCH] kbuild: Run syncconfig with -s

2020-08-20 Thread Masahiro Yamada
On Thu, Aug 20, 2020 at 3:35 PM Ingo Molnar wrote: > > On every kernel build that runs --syncconfig, there's an output of the > following line: > > scripts/kconfig/conf --syncconfig Kconfig > > This is the only non-platform build message the kbuild system emits that isn't > prefixed by at

[PATCH] kbuild: Run syncconfig with -s

2020-08-20 Thread Ingo Molnar
On every kernel build that runs --syncconfig, there's an output of the following line: scripts/kconfig/conf --syncconfig Kconfig This is the only non-platform build message the kbuild system emits that isn't prefixed by at least a space, or is a build warning. Run it under -s - if there's