net: qualcomm: rmnet: Handle large UL packets in aggregation path
In case a packet larger than 8k is passed, the aggregated skb
allocated would have a negative tailroom and the skb_put maybe beyond
the actual expected boundary.
Fix this by flushing out packets immediately.
CRs-Fixed: 2399041
Change-Id: Iac616bdd953238d5af77425165c0cc395cec3326
Signed-off-by:
Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Loading
Please register or sign in to comment