OSDN Git Service

Merge branch 'raw_probe_proto_opt'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 19:25:49 +0000 (14:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 19:25:49 +0000 (14:25 -0500)
commite344458fc011bf4bea52a090895c38c4634ab402
treedb116a813dd808850455b36ba1c5e34b523a251e
parent1ef8019be8799c39f316a772ffdd705c46029752
parentc008ba5bdc9fa830e1a349b20b0be5a137bdef7a
Merge branch 'raw_probe_proto_opt'

Herbert Xu says:

====================
ipv4: Simplify raw_probe_proto_opt and avoid reading user iov twice

This series rewrites the function raw_probe_proto_opt in a more
readable fasion, and then fixes the long-standing bug where we
read the probed bytes twice which means that what we're using to
probe may in fact be invalid.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>