Re: [PATCH 3/3] configure: Enable -Wthread-safety if present

2023-01-17 Thread Kevin Wolf
Am 17.01.2023 um 16:01 hat Daniel P. Berrangé geschrieben: > On Tue, Jan 17, 2023 at 03:41:29PM +0100, Emanuele Giuseppe Esposito wrote: > > > > > > Am 17/01/2023 um 15:02 schrieb Daniel P. Berrangé: > > > On Tue, Jan 17, 2023 at 08:52:03AM -0500, Emanuele Giuseppe Esposito > > > wrote: > > >> F

Re: [PATCH 3/3] configure: Enable -Wthread-safety if present

2023-01-17 Thread Daniel P . Berrangé
On Tue, Jan 17, 2023 at 03:41:29PM +0100, Emanuele Giuseppe Esposito wrote: > > > Am 17/01/2023 um 15:02 schrieb Daniel P. Berrangé: > > On Tue, Jan 17, 2023 at 08:52:03AM -0500, Emanuele Giuseppe Esposito wrote: > >> From: Kevin Wolf > >> > >> This enables clang's thread safety analysis (TSA),

Re: [PATCH 3/3] configure: Enable -Wthread-safety if present

2023-01-17 Thread Emanuele Giuseppe Esposito
Am 17/01/2023 um 15:02 schrieb Daniel P. Berrangé: > On Tue, Jan 17, 2023 at 08:52:03AM -0500, Emanuele Giuseppe Esposito wrote: >> From: Kevin Wolf >> >> This enables clang's thread safety analysis (TSA), which we'll use to >> statically check the block graph locking. >> >> Signed-off-by: Kevi

Re: [PATCH 3/3] configure: Enable -Wthread-safety if present

2023-01-17 Thread Daniel P . Berrangé
On Tue, Jan 17, 2023 at 08:52:03AM -0500, Emanuele Giuseppe Esposito wrote: > From: Kevin Wolf > > This enables clang's thread safety analysis (TSA), which we'll use to > statically check the block graph locking. > > Signed-off-by: Kevin Wolf > Message-Id: <20221207131838.239125-9-kw...@redhat.

[PATCH 3/3] configure: Enable -Wthread-safety if present

2023-01-17 Thread Emanuele Giuseppe Esposito
From: Kevin Wolf This enables clang's thread safety analysis (TSA), which we'll use to statically check the block graph locking. Signed-off-by: Kevin Wolf Message-Id: <20221207131838.239125-9-kw...@redhat.com> Reviewed-by: Emanuele Giuseppe Esposito Signed-off-by: Kevin Wolf --- configure |