kernel test robot <ying.hu...@linux.intel.com> writes:
> FYI, we noticed the below changes on
>
> https://github.com/0day-ci/linux 
> Rainer-Weikusat/af_unix-Fix-splice-bind-deadlock/20151228-041437
> commit 039b21aaee6515d0197e26321204f319b4ea6e9e ("af_unix: Fix splice-bind 
> deadlock")
>
> The commit failed for the bind01 test case of LTP syscalls test suite.

Judging from the bind01 test case code, about the only useful
information available in this message,

https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/syscalls/bind/bind01.c

(and even that only indirectly), this ought the be error in the original
patch where -EEXIST from kern_path_create isn't translated to
-EADDRINUSE. This is fixed in the patch I sent yesterday, tested via
highly unsophisticated

perl -MSocket  <<'TT'
socket($sk, AF_UNIX, SOCK_DGRAM, 0);
bind($sk, sockaddr_un("."));
print "$!\n"
TT
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to