Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skb_copy() copies the GSO state of the skb as well, but we have converted the skb to a flat linear skb with skb->next being NULL. __udp_gso_segment() by way of __udp_gso_segment_list() expects skb->next to be non NULL if GSO flags are present, causing a page fault. Reset the GSO flags to make sure this doesn't happen. closes #1792 Change-Id: Idae561120940e407e435e361316383fe5a5c5b7e Ref: #1792
- Loading branch information