You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is potential problem in this place when we add fragment to skb with linear data. As a solution we can move data from linear part to paged frags and tail_lock the skb before adding fragments to such skb. Depends on #1859.
The text was updated successfully, but these errors were encountered:
Scope
There is potential problem in this place when we add fragment to skb with linear data. As a solution we can move data from linear part to paged frags and
tail_lock
the skb before adding fragments to such skb. Depends on #1859.The text was updated successfully, but these errors were encountered: