Re: [PATCH 0/2] util/log: Make the per-thread flag immutable

2022-11-07 Thread Stefan Hajnoczi
Merged, thanks! Stefan

Re: [PATCH 0/2] util/log: Make the per-thread flag immutable

2022-11-07 Thread Stefan Hajnoczi
On Mon, 7 Nov 2022 at 07:36, Greg Kurz wrote: > > On Sat, 5 Nov 2022 09:37:26 +1100 > Richard Henderson wrote: > > > On 11/4/22 23:00, Greg Kurz wrote: > > > While working on the "util/log: Always send errors to logfile when > > > daemonized" > > > series [1], I've encountered some issues with t

Re: [PATCH 0/2] util/log: Make the per-thread flag immutable

2022-11-07 Thread Greg Kurz
On Sat, 5 Nov 2022 09:37:26 +1100 Richard Henderson wrote: > On 11/4/22 23:00, Greg Kurz wrote: > > While working on the "util/log: Always send errors to logfile when > > daemonized" > > series [1], I've encountered some issues with the per-thread flag. They stem > > from the code not being desi

Re: [PATCH 0/2] util/log: Make the per-thread flag immutable

2022-11-04 Thread Richard Henderson
On 11/4/22 23:00, Greg Kurz wrote: While working on the "util/log: Always send errors to logfile when daemonized" series [1], I've encountered some issues with the per-thread flag. They stem from the code not being designed to allow the per-thread flag to be enabled or disabled more than once, bu

[PATCH 0/2] util/log: Make the per-thread flag immutable

2022-11-04 Thread Greg Kurz
While working on the "util/log: Always send errors to logfile when daemonized" series [1], I've encountered some issues with the per-thread flag. They stem from the code not being designed to allow the per-thread flag to be enabled or disabled more than once, but nothing is done to prevent that fro