-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HACK: net: Avoid ABI change in 4.9.115
Commit 2d08921 "tcp: free batches of packets in tcp_prune_ofo_queue()" moved sk_buff::pfmemalloc to a different place in the structure, so that __copy_skb_header() wouldn't copy it. To avoid an ABI change, move it back. Change __copy_skb_header() to save and restore pfmemalloc so that it it not overwritten. [nc: Resolve conflicts and add HACK tag. A proper fix would just be to rebuild the Wi-Fi module against the new change but that isn't as easy as on regular Linux] Signed-off-by: Nathan Chancellor <[email protected]> Signed-off-by: Raphiel Rollerscaperers <[email protected]>
- Loading branch information
1 parent
f993c03
commit 82076ab
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters