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)
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>

Trivial merge