Re: [patch 3/3] s390: af_iucv: add lock when updating accept_q

2007-07-14 Thread David Miller
From: Ursula Braun [EMAIL PROTECTED] Date: Fri, 13 Jul 2007 10:50:56 +0200 From: Ursula Braun [EMAIL PROTECTED] The accept_queue of an af_iucv socket will be corrupted, if adding and deleting of entries in this queue occurs at the same time (connect request from one client, while accept

[patch 3/3] s390: af_iucv: add lock when updating accept_q

2007-07-13 Thread Ursula Braun
From: Ursula Braun [EMAIL PROTECTED] The accept_queue of an af_iucv socket will be corrupted, if adding and deleting of entries in this queue occurs at the same time (connect request from one client, while accept call is processed for another client). Solution: add locking when updating accept_q