Re: [Qemu-devel] [PATCH v3] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Laurent Vivier
Le 31/03/2018 à 19:16, Max Filippov a écrit : > mq_getsetattr implementation does not set errno correctly in case of > error. Also in the presence of both 2nd and 3rd arguments it calls both > mq_getattr and mq_setattr, whereas only the latter call would suffice. > > Don't call mq_getattr in the p

Re: [Qemu-devel] [PATCH v3] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180331171615.21259-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH v3] linux-user

[Qemu-devel] [PATCH v3] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Max Filippov
mq_getsetattr implementation does not set errno correctly in case of error. Also in the presence of both 2nd and 3rd arguments it calls both mq_getattr and mq_setattr, whereas only the latter call would suffice. Don't call mq_getattr in the presence of the 2nd argument. Don't copy output back to u