Searched hist:febca281f677a775c61cd0572c2f35e4ead9e7d5 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/iucv/ |
H A D | af_iucv.h | diff febca281f677a775c61cd0572c2f35e4ead9e7d5 Sat Jul 14 21:04:25 CDT 2007 Ursula Braun <braunu@de.ibm.com> [AF_IUCV]: Add lock when updating accept_q
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
Signed-off-by: Ursula Braun <braunu@de.ibm.com> Acked-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | diff febca281f677a775c61cd0572c2f35e4ead9e7d5 Sat Jul 14 21:04:25 CDT 2007 Ursula Braun <braunu@de.ibm.com> [AF_IUCV]: Add lock when updating accept_q
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
Signed-off-by: Ursula Braun <braunu@de.ibm.com> Acked-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|