]> code.ossystems Code Review - openembedded-core.git/commit
iputils: backport patch to fix arping hang problem
authorChen Qi <Qi.Chen@windriver.com>
Thu, 7 Sep 2017 02:37:10 +0000 (10:37 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 16:30:13 +0000 (17:30 +0100)
commit818d4a97763c69e9289fb99822535cd3ca7af6a2
tree421b1c894886c2754da4ae4c9fc0f631f6d0e1af
parent56cf3a05bcc3329b32d28962089f9229a63f655a
iputils: backport patch to fix arping hang problem

arping hangs if SIGALARM is blocked. Backport a patch to fix this problem.

Unblock SIGALRM so that the previously called alarm() can prevent recvfrom()
from blocking forever in case the inherited procmask is blocking SIGALRM and
no packet is received.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/iputils/files/arping-fix-arping-hang-if-SIGALRM-is-blocked.patch [new file with mode: 0644]
meta/recipes-extended/iputils/iputils_s20151218.bb