Skip to content

zram: use GFP_KERNEL for post-processing slot allocation#621

Open
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1061652=>linus-master
Open

zram: use GFP_KERNEL for post-processing slot allocation#621
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1061652=>linus-master

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Mar 5, 2026

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

@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 5, 2026

Upstream branch: ecc64d2
series: https://patchwork.kernel.org/project/linux-block/list/?series=1061652
version: 1

@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 5, 2026

Upstream branch: ecc64d2
series: https://patchwork.kernel.org/project/linux-block/list/?series=1061652
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1061652=>linus-master branch from b0470f6 to de16192 Compare March 5, 2026 10:09
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 78036b2 to bbb3394 Compare March 5, 2026 12:20
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 5, 2026

Upstream branch: c107785
series: https://patchwork.kernel.org/project/linux-block/list/?series=1061652
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1061652=>linus-master branch from de16192 to 654c168 Compare March 5, 2026 12:22
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from bbb3394 to 901a429 Compare March 5, 2026 21:37
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 5, 2026

Upstream branch: 5ee8dbf
series: https://patchwork.kernel.org/project/linux-block/list/?series=1061652
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1061652=>linus-master branch from 654c168 to 8f66383 Compare March 5, 2026 21:39
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 901a429 to 1f19ba6 Compare March 10, 2026 06:29
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 10, 2026

Upstream branch: 1f318b9
series: https://patchwork.kernel.org/project/linux-block/list/?series=1061652
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1061652=>linus-master branch from 8f66383 to 6479e8a Compare March 10, 2026 06:31
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 1f19ba6 to e79276a Compare March 11, 2026 08:02
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>
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 11, 2026

Upstream branch: None
series: https://patchwork.kernel.org/project/linux-block/list/?series=1061652
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1061652=>linus-master branch from 6479e8a to 8dc0f7e Compare March 11, 2026 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant