Re: Kernel building question (Is -j8 safe and correct?)

2021-06-14 Thread Ben Hutchings
On Sun, 2021-06-13 at 15:07 +0200, Philipp Hahn wrote: [...] > > 3. If both of the above are true, why isn't something like that suggested > > on [1]? > > Debian does not know your specifics and thus does not use parallel build > by default. > Debian *does* use parallel builds by default.

Re: Kernel building question (Is -j8 safe and correct?)

2021-06-14 Thread Ben Hutchings
On Fri, 2021-06-11 at 19:34 -0600, Antonio Russo wrote: > Hello, > > I'm trying to build a Debian bullseye kernel (with KASAN enabled, but that's > irrelevant). > I'm following [1], and the critical command > > $ fakeroot make -f debian/rules.gen binary-arch_i386_none_real > > does not suggest

Re: Kernel building question (Is -j8 safe and correct?)

2021-06-13 Thread Philipp Hahn
Hello Anionio, Am 12.06.21 um 03:34 schrieb Antonio Russo: I'm trying to build a Debian bullseye kernel (with KASAN enabled, but that's irrelevant). I'm following [1], and the critical command $ fakeroot make -f debian/rules.gen binary-arch_i386_none_real does not suggest using -j8 (or

Kernel building question (Is -j8 safe and correct?)

2021-06-11 Thread Antonio Russo
Hello, I'm trying to build a Debian bullseye kernel (with KASAN enabled, but that's irrelevant). I'm following [1], and the critical command $ fakeroot make -f debian/rules.gen binary-arch_i386_none_real does not suggest using -j8 (or -jnumber_of_cores). 1. Is it safe to add -j8 ? 2. Will