From: David S. Miller Date: Wed, 25 Mar 2015 01:16:30 +0000 (-0400) Subject: Merge branch 'listener_refactor_16' X-Git-Tag: v4.14-rc1~5592^2~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1275eb32e1c543f0664ebbb9d9ec3baa9bbfcba;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'listener_refactor_16' Eric Dumazet says: ==================== tcp: listener refactor part 16 A CONFIG_PROVE_RCU=y build revealed an RCU splat I had to fix. I added const qualifiers to various md5 methods, as I expect to call them on behalf of request sock traffic even if the listener socket is not locked. This seems ok, but adding const makes the contract clearer. Note a good reduction of code size thanks to request/establish sockets convergence. ==================== Signed-off-by: David S. Miller --- b1275eb32e1c543f0664ebbb9d9ec3baa9bbfcba