commit | db5980d804d7158917ad4b9186c78b2a3f1db4ef | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Tue Aug 15 22:31:34 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 16 11:27:52 2017 -0700 |
tree | 18ebf25156a017b2c11d0928aa4b9a4cafaae821 | |
parent | 45f91bdcd5c5ba559a4bb7c3a0e0709476cf570f [diff] |
net: fixes for skb_send_sock A couple fixes to new skb_send_sock infrastructure. However, no users currently exist for this code (adding user in next handful of patches) so it should not be possible to trigger a panic with existing in-kernel code. Fixes: 306b13eb3cf9 ("proto_ops: Add locked held versions of sendmsg and sendpage") Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>