zram: use GFP_KERNEL for post-processing slot allocation#621
Open
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
Open
zram: use GFP_KERNEL for post-processing slot allocation#621blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
Conversation
Author
|
Upstream branch: ecc64d2 |
Author
|
Upstream branch: ecc64d2 |
b0470f6 to
de16192
Compare
78036b2 to
bbb3394
Compare
Author
|
Upstream branch: c107785 |
de16192 to
654c168
Compare
bbb3394 to
901a429
Compare
Author
|
Upstream branch: 5ee8dbf |
654c168 to
8f66383
Compare
901a429 to
1f19ba6
Compare
Author
|
Upstream branch: 1f318b9 |
8f66383 to
6479e8a
Compare
1f19ba6 to
e79276a
Compare
Post-processing slot allocation used to be performed under slot bit-lock, so gfp was restricted, then we switched to a sleepable slot lock but gpf still remained restricted. Drop that restriction and use GFP_KERNEL instead. Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org> Acked-by: Brian Geffon <bgeffon@google.com>
Author
|
Upstream branch: None |
6479e8a to
8dc0f7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request for series with
subject: zram: use GFP_KERNEL for post-processing slot allocation
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1061652