-
Notifications
You must be signed in to change notification settings - Fork 5
bpf: Remove redundant __GFP_NOWARN #5679
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
bpf: Remove redundant __GFP_NOWARN #5679
Conversation
|
Upstream branch: f3af62b |
|
Upstream branch: f3af62b |
ef0060f to
ffb43a6
Compare
51c6121 to
ed19bc9
Compare
|
Upstream branch: f3af62b |
ffb43a6 to
a4cb9c6
Compare
ed19bc9 to
1a33a8f
Compare
|
Upstream branch: 911c035 |
a4cb9c6 to
78d5900
Compare
8821f0b to
71f5f86
Compare
|
Upstream branch: fa47913 |
e5b6a99 to
ee53759
Compare
71f5f86 to
32bec89
Compare
Commit 16f5dfb ("gfp: include __GFP_NOWARN in GFP_NOWAIT") made GFP_NOWAIT implicitly include __GFP_NOWARN. Therefore, explicit __GFP_NOWARN combined with GFP_NOWAIT (e.g., `GFP_NOWAIT | __GFP_NOWARN`) is now redundant. Let's clean up these redundant flags across subsystems. No functional changes. Signed-off-by: Qianfeng Rong <[email protected]> Acked-by: Jiri Olsa <[email protected]>
|
Upstream branch: 9e293d4 |
ee53759 to
81a92c7
Compare
32bec89 to
88bd43a
Compare
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=988125 irrelevant now. Closing PR. |
Pull request for series with
subject: bpf: Remove redundant __GFP_NOWARN
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=988125