mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCHv3 0/2] net: fix race in the receive/select
@ 2009-06-30 12:52 Jiri Olsa
  2009-06-30 12:54 ` [PATCHv3 1/2] net: adding memory barrier to the poll and receive callbacks Jiri Olsa
  2009-06-30 12:55 ` [PATCHv3 2/2] memory barrier: adding smp_mb__after_lock Jiri Olsa
  0 siblings, 2 replies; 9+ messages in thread
From: Jiri Olsa @ 2009-06-30 12:52 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, fbl, nhorman, davem, htejun, jarkao2, oleg,
	davidel, eric.dumazet

This patchset fixies the race within the poll_wait call and the receive callbacks,
by adding memory barrier.

- 1/2 includes the actual fix
- 2/2 includes optimization for the x86 arch

It is discussed and described in the following discussions:

http://lkml.org/lkml/2009/6/18/124
http://lkml.org/lkml/2009/6/25/188
http://lkml.org/lkml/2009/6/29/216

Patchset is made on top of Linus'es tree 5a4f13fad1ab5bd08dea78fc55321e429d83cddf .

Booted on x86_64.


wbr,
jirka

---
 arch/x86/include/asm/spinlock.h |    3 ++
 include/linux/spinlock.h        |    5 ++++
 include/net/sock.h              |   40 +++++++++++++++++++++++++++++++++++++++
 net/atm/common.c                |    6 ++--
 net/core/datagram.c             |    2 +-
 net/core/sock.c                 |    8 +++---
 net/dccp/output.c               |    2 +-
 net/dccp/proto.c                |    2 +-
 net/ipv4/tcp.c                  |    2 +-
 net/iucv/af_iucv.c              |    4 +-
 net/rxrpc/af_rxrpc.c            |    4 +-
 net/unix/af_unix.c              |    8 +++---
 12 files changed, 67 insertions(+), 19 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-07-01 15:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-30 12:52 [PATCHv3 0/2] net: fix race in the receive/select Jiri Olsa
2009-06-30 12:54 ` [PATCHv3 1/2] net: adding memory barrier to the poll and receive callbacks Jiri Olsa
2009-06-30 19:13   ` Davide Libenzi
2009-07-01  6:57     ` Jiri Olsa
2009-07-01  7:04       ` Davide Libenzi
2009-07-01  7:30         ` Jiri Olsa
2009-07-01  8:09           ` Jiri Olsa
2009-07-01 15:14             ` Davide Libenzi
2009-06-30 12:55 ` [PATCHv3 2/2] memory barrier: adding smp_mb__after_lock Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®