Netdev List
 help / color / mirror / Atom feed
* socket poll related cleanups v2
@ 2018-07-30  7:42 Christoph Hellwig
  2018-07-30  7:42 ` [PATCH 1/4] net: simplify sock_poll_wait Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Christoph Hellwig @ 2018-07-30  7:42 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel

A couple of cleanups I stumbled upon when studying the networking
poll code.

Changes since v1:
 - drop a dispute patch from this series (to be sent separately)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* socket poll related cleanups v2
@ 2018-07-30  7:45 Christoph Hellwig
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Hellwig @ 2018-07-30  7:45 UTC (permalink / raw)
  To: Eric Dumazet, Paul E. McKenney, netdev; +Cc: linux-kernel

Eric, Paul,

can you please look over the patch below?  The RCU annotations here don't
make any sense as we never RCU access through the annotated pointer (
we do access the underlying object through RCU and thus need to RCU free,
but that is a different story).  Dave doesn't seem to be convinced,
though.

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

end of thread, other threads:[~2018-07-30 16:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-30  7:42 socket poll related cleanups v2 Christoph Hellwig
2018-07-30  7:42 ` [PATCH 1/4] net: simplify sock_poll_wait Christoph Hellwig
2018-07-30  7:42 ` [PATCH 2/4] net: don not detour through struct sock to find the poll waitqueue Christoph Hellwig
2018-07-30  7:42 ` [PATCH 3/4] net: remove sock_poll_busy_loop Christoph Hellwig
2018-07-30  7:42 ` [PATCH 4/4] net: remove sock_poll_busy_flag Christoph Hellwig
2018-07-30 16:13 ` socket poll related cleanups v2 David Miller
  -- strict thread matches above, loose matches on Subject: below --
2018-07-30  7:45 Christoph Hellwig

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