Re: [PATCH v2 net-next] selftests: rtnetlink: try concurrent change of ifalias

2017-10-04 Thread David Miller
From: Florian Westphal Date: Wed, 4 Oct 2017 16:22:59 +0200 > to make sure this is serialized correctly. > > Signed-off-by: Florian Westphal > --- > change since v1: > Eric points out 'wait' blocks for all current children, so no need > for another loop. Applied.

[PATCH v2 net-next] selftests: rtnetlink: try concurrent change of ifalias

2017-10-04 Thread Florian Westphal
to make sure this is serialized correctly. Signed-off-by: Florian Westphal --- change since v1: Eric points out 'wait' blocks for all current children, so no need for another loop. tools/testing/selftests/net/rtnetlink.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/testin