Re: Race found with parallel config processing

2022-03-28 Thread Frantisek Hrbata
On Wed, Mar 23, 2022 at 03:56:21PM -0400, Prarit Bhargava wrote: > > Heh, after talking with jforbes about it this is probably just as fast > (sorry for the cut-and-paste) Yep, this for sure will work too :), but it looks like the first config is processed twice, which is IMHO not necessary. >

Re: Race found with parallel config processing

2022-03-28 Thread Frantisek Hrbata
On Tue, Mar 22, 2022 at 06:48:17PM -0400, Prarit Bhargava wrote: > On 3/22/22 17:10, Frantisek Hrbata wrote: > > > > On Tue, Mar 22, 2022, 21:46 Prarit Bhargava > > wrote: > > > > On 3/22/22 15:41, Prarit Bhargava wrote: > > > On 3/22/22 15:37, Prarit Bhargava

Re: Race found with parallel config processing

2022-03-28 Thread Frantisek Hrbata
On Tue, Mar 22, 2022, 21:46 Prarit Bhargava wrote: > On 3/22/22 15:41, Prarit Bhargava wrote: > > On 3/22/22 15:37, Prarit Bhargava wrote: > > > > > >> Thanks, I had thought that too but :( I get an error when running > >> 'make scripts-basic'? > >> > >> [prarit@prarit kernel-ark]$ make V=1

Re: Race found with parallel config processing

2022-03-28 Thread Frantisek Hrbata
On Tue, Mar 22, 2022 at 12:55:48PM -0400, Prarit Bhargava wrote: > Hey everyone, > > This issue was found in centos-stream-9 when I backported the parallel > config processing code into that codebase. I can reproduce it on my desktop > but do not have enough Makefile-fu to figure out why this

Re: Race found with parallel config processing

2022-03-23 Thread Prarit Bhargava
On 3/23/22 10:35, Frantisek Hrbata wrote: On Tue, Mar 22, 2022 at 06:48:17PM -0400, Prarit Bhargava wrote: On 3/22/22 17:10, Frantisek Hrbata wrote: On Tue, Mar 22, 2022, 21:46 Prarit Bhargava mailto:pra...@redhat.com>> wrote: On 3/22/22 15:41, Prarit Bhargava wrote: > On 3/22/22

Re: Race found with parallel config processing

2022-03-22 Thread Prarit Bhargava
On 3/22/22 17:10, Frantisek Hrbata wrote: On Tue, Mar 22, 2022, 21:46 Prarit Bhargava > wrote: On 3/22/22 15:41, Prarit Bhargava wrote: > On 3/22/22 15:37, Prarit Bhargava wrote: > > >> Thanks, I had thought that too but :( I get an error

Re: Race found with parallel config processing

2022-03-22 Thread Prarit Bhargava
On 3/22/22 15:41, Prarit Bhargava wrote: On 3/22/22 15:37, Prarit Bhargava wrote: Thanks, I had thought that too but :( I get an error when running 'make scripts-basic'? [prarit@prarit kernel-ark]$ make V=1 scripts_basic *** *** Configuration file ".config" not found! *** *** Please run

Re: Race found with parallel config processing

2022-03-22 Thread Prarit Bhargava
On 3/22/22 15:37, Prarit Bhargava wrote: Thanks, I had thought that too but :( I get an error when running 'make scripts-basic'? [prarit@prarit kernel-ark]$ make V=1 scripts_basic *** *** Configuration file ".config" not found! *** *** Please run some configurator (e.g. "make oldconfig" or

Re: Race found with parallel config processing

2022-03-22 Thread Prarit Bhargava
On 3/22/22 14:21, Frantisek Hrbata wrote: On Tue, Mar 22, 2022 at 12:55:48PM -0400, Prarit Bhargava wrote: Hey everyone, This issue was found in centos-stream-9 when I backported the parallel config processing code into that codebase. I can reproduce it on my desktop but do not have enough

Race found with parallel config processing

2022-03-22 Thread Prarit Bhargava
Hey everyone, This issue was found in centos-stream-9 when I backported the parallel config processing code into that codebase. I can reproduce it on my desktop but do not have enough Makefile-fu to figure out why this happens. I do see a very similar error [1] reported so I suspect that