Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding fragments to skb with linear data #1860

Closed
const-t opened this issue Apr 7, 2023 · 0 comments · Fixed by #1889
Closed

Adding fragments to skb with linear data #1860

const-t opened this issue Apr 7, 2023 · 0 comments · Fixed by #1889
Assignees
Milestone

Comments

@const-t
Copy link
Contributor

const-t commented Apr 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants