Re: [Qemu-devel] [PATCH 2/2] iotests: Send the correct fd in socket_scm_helper

2014-09-12 Thread Stratos Psomadakis
On 12/09/2014 11:31 πμ, Kevin Wolf wrote: > Am 12.09.2014 um 09:04 hat Markus Armbruster geschrieben: >> Stratos Psomadakis writes: >> >>> Make sure to pass the correct fd via SCM_RIGHTS in socket_scm_helper.c >>> (i.e. fd_to_send, not socket-fd). >>> >>> Signed-off-by: Stratos Psomadakis >>> Sig

Re: [Qemu-devel] [PATCH 2/2] iotests: Send the correct fd in socket_scm_helper

2014-09-12 Thread Kevin Wolf
Am 12.09.2014 um 09:04 hat Markus Armbruster geschrieben: > Stratos Psomadakis writes: > > > Make sure to pass the correct fd via SCM_RIGHTS in socket_scm_helper.c > > (i.e. fd_to_send, not socket-fd). > > > > Signed-off-by: Stratos Psomadakis > > Signed-off-by: Dimitris Aragiorgis Thanks, app

Re: [Qemu-devel] [PATCH 2/2] iotests: Send the correct fd in socket_scm_helper

2014-09-12 Thread Markus Armbruster
Stratos Psomadakis writes: > Make sure to pass the correct fd via SCM_RIGHTS in socket_scm_helper.c > (i.e. fd_to_send, not socket-fd). > > Signed-off-by: Stratos Psomadakis > Signed-off-by: Dimitris Aragiorgis > --- > tests/qemu-iotests/socket_scm_helper.c |2 +- > 1 file changed, 1 inser

[Qemu-devel] [PATCH 2/2] iotests: Send the correct fd in socket_scm_helper

2014-09-11 Thread Stratos Psomadakis
Make sure to pass the correct fd via SCM_RIGHTS in socket_scm_helper.c (i.e. fd_to_send, not socket-fd). Signed-off-by: Stratos Psomadakis Signed-off-by: Dimitris Aragiorgis --- tests/qemu-iotests/socket_scm_helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/q