Re: [Spice-devel] [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic

2020-11-12 Thread Sebastian Andrzej Siewior
On 2020-11-12 09:10:34 [+0100], Marek Szyprowski wrote: > I can do more tests to help fixing this issue. Just let me know what to do. -> https://lkml.kernel.org/r/87y2j6n8mj@nanos.tec.linutronix.de Sebastian ___ Spice-devel mailing list Spice-devel@

Re: [Spice-devel] [PATCH 2/2] OpenSSL from 1.1.0 is thread safe by default

2016-09-15 Thread Sebastian Andrzej Siewior
On 2016-08-11 14:22:59 [+0100], Frediano Ziglio wrote: > +++ b/server/reds.c > @@ -2771,6 +2771,7 @@ static int ssl_password_cb(char *buf, int size, int > flags, void *userdata) > return (strlen(pass)); > } > > +#if OPENSSL_VERSION_NUMBER < 0x101FL > static unsigned long pthreads_thre