All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake
       [not found] <16A0207AC2905018.25648@lists.openembedded.org>
@ 2021-09-08 17:27 ` Chris Laplante
  2021-09-09  1:16   ` Anuj Mittal
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Laplante @ 2021-09-08 17:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Joshua Watt, Richard Purdie

Hello,

> If the client process never sends cooker data, the server timeout will be 0.0,
> not None. This will prevent the server from exiting, as it is waiting for a new
> client. In particular, the client will disconnect with a bad "INHERIT" line, such
> as:
> 
>     INHERIT += "this-class-does-not-exist"
> 
> Instead of checking explicitly for None, check for a false value, which means
> either 0.0 or None.
> 
> (Bitbake rev: 7668057f8565655611de23d143432d1c05dae3ce)
> 
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> (cherry picked from commit 881005ec405f26b8f7f4b41505d69579e83b69c4)

Was this the correct for me to request application of this patch to hardknott branch? I've never tried to submit a patch to something other than master.

No rush obviously, just wanted to check that I was doing it right.

Thanks,
Chris 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake
  2021-09-08 17:27 ` [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake Chris Laplante
@ 2021-09-09  1:16   ` Anuj Mittal
  2021-09-13 14:28     ` Chris Laplante
  0 siblings, 1 reply; 3+ messages in thread
From: Anuj Mittal @ 2021-09-09  1:16 UTC (permalink / raw)
  To: openembedded-core, chris.laplante; +Cc: richard.purdie, JPEWhacker

On Wed, 2021-09-08 at 17:27 +0000, Chris Laplante via
lists.openembedded.org wrote:
> Hello,
> 
> > If the client process never sends cooker data, the server timeout
> > will be 0.0,
> > not None. This will prevent the server from exiting, as it is
> > waiting for a new
> > client. In particular, the client will disconnect with a bad
> > "INHERIT" line, such
> > as:
> > 
> >     INHERIT += "this-class-does-not-exist"
> > 
> > Instead of checking explicitly for None, check for a false value,
> > which means
> > either 0.0 or None.
> > 
> > (Bitbake rev: 7668057f8565655611de23d143432d1c05dae3ce)
> > 
> > Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > (cherry picked from commit
> > 881005ec405f26b8f7f4b41505d69579e83b69c4)
> 
> Was this the correct for me to request application of this patch to
> hardknott branch? I've never tried to submit a patch to something
> other than master.
> 
> No rush obviously, just wanted to check that I was doing it right.

Thanks, this is the right way to request a backport. But since this is
a bitbake change, should have been sent to the bitbake list. I had
picked this though so no need to re-send.

Thanks,

Anuj

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake
  2021-09-09  1:16   ` Anuj Mittal
@ 2021-09-13 14:28     ` Chris Laplante
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Laplante @ 2021-09-13 14:28 UTC (permalink / raw)
  To: Mittal, Anuj, openembedded-core; +Cc: richard.purdie, JPEWhacker

Hi Anuj,

> Thanks, this is the right way to request a backport. But since this is a bitbake
> change, should have been sent to the bitbake list. I had picked this though so
> no need to re-send.

Ah right. Thank you!
Chris 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-13 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16A0207AC2905018.25648@lists.openembedded.org>
2021-09-08 17:27 ` [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake Chris Laplante
2021-09-09  1:16   ` Anuj Mittal
2021-09-13 14:28     ` Chris Laplante

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.