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: https://github.com/sipwise/rtpengine/issues/1792 |
2 years ago | |
|---|---|---|
| .. | ||
| .gitignore | TT#108551 add kernel support for AEAD-AES-GCM | 5 years ago |
| Makefile | kernel-module/Makefile: install - create the /lib/modules/…/updates directory | 3 years ago |
| rtpengine_config.h | TT#71950 Fix typos | 6 years ago |
| xt_RTPENGINE.c | MT#55283 reset skb GSO after copy | 2 years ago |
| xt_RTPENGINE.h | MT#57977 support short-packet blocking | 2 years ago |
| xt_RTPENGINE.modules.load.d | Add xt_RTPENGINE modules.load.d file to load xt_RTPENGINE on system boot | 10 years ago |