From: David S. Miller Date: Wed, 9 Nov 2016 18:02:28 +0000 (-0500) Subject: Merge branch 'tcp_get_info-locking' X-Git-Tag: v4.10-rc1~202^2~323 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c68d7f1b637cfd1e09801b38a9dc9200e15f1337;p=linux-block.git Merge branch 'tcp_get_info-locking' Eric Dumazet says: ==================== tcp: tcp_get_info() locking changes This short series prepares tcp_get_info() for more detailed infos. In order to not slow down fast path, our goal is to use the normal socket spinlock instead of custom synchronization. All we need to ensure is that tcp_get_info() is not called with ehash lock, which might dead lock, since packet processing would acquire the spinlocks in reverse way. ==================== Signed-off-by: David S. Miller --- c68d7f1b637cfd1e09801b38a9dc9200e15f1337