From 414d4d9d3354c8e4aa58dc51cea5768f145e5275 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 2 Jan 2016 01:11:55 +0000 Subject: [PATCH] Revert "net: add length argument to skb_copy_and_csum_datagram_iovec" This reverts commit 127500d724f8c43f452610c9080444eedb5eaa6c. That fixed the problem of buffer over-reads introduced by backporting commit 89c22d8c3b27 ("net: Fix skb csum races when peeking"), but resulted in incorrect checksumming for short reads. It will be replaced with a complete fix. Signed-off-by: Ben Hutchings --- Reading git-format-patch failed