Re: wine fails to start with seccomp updates for v5.9-rc1

2020-08-07 Thread Alex Xu (Hello71)
Excerpts from Thadeu Lima de Souza Cascardo's message of August 7, 2020 1:36 pm: > On Fri, Aug 07, 2020 at 08:48:46AM -0700, Linus Torvalds wrote: >> On Fri, Aug 7, 2020 at 8:19 AM Alex Xu (Hello71) wrote: >> > >> > On Linus' master, wine fails to start with the following error: >> > >> > wine

Re: wine fails to start with seccomp updates for v5.9-rc1

2020-08-07 Thread Kees Cook
On Fri, Aug 07, 2020 at 02:36:09PM -0300, Thadeu Lima de Souza Cascardo wrote: > On Fri, Aug 07, 2020 at 08:48:46AM -0700, Linus Torvalds wrote: > > On Fri, Aug 7, 2020 at 8:19 AM Alex Xu (Hello71) wrote: > > > > > > On Linus' master, wine fails to start with the following error: > > > > > > wine

Re: wine fails to start with seccomp updates for v5.9-rc1

2020-08-07 Thread Thadeu Lima de Souza Cascardo
On Fri, Aug 07, 2020 at 08:48:46AM -0700, Linus Torvalds wrote: > On Fri, Aug 7, 2020 at 8:19 AM Alex Xu (Hello71) wrote: > > > > On Linus' master, wine fails to start with the following error: > > > > wine client error:0: write: Bad file descriptor > > > > This issue is not present on 5.8. It

Re: wine fails to start with seccomp updates for v5.9-rc1

2020-08-07 Thread Linus Torvalds
On Fri, Aug 7, 2020 at 8:19 AM Alex Xu (Hello71) wrote: > > On Linus' master, wine fails to start with the following error: > > wine client error:0: write: Bad file descriptor > > This issue is not present on 5.8. It appears to be caused by failure to > write to a pipe FD received via SCM_RIGHTS.

wine fails to start with seccomp updates for v5.9-rc1

2020-08-07 Thread Alex Xu (Hello71)
Hi, On Linus' master, wine fails to start with the following error: wine client error:0: write: Bad file descriptor This issue is not present on 5.8. It appears to be caused by failure to write to a pipe FD received via SCM_RIGHTS. Therefore, I tried reverting 9ecc6ea491f0, which resolved the