Skip to content

sg: don't use GFP_ATOMIC in sg_start_req#742

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

sg: don't use GFP_ATOMIC in sg_start_req#742
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1081388=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented Apr 15, 2026

Pull request for series with
subject: sg: don't use GFP_ATOMIC in sg_start_req
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1081388

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 15, 2026

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

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 15, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 4b2b389 to 14c78ab Compare April 15, 2026 08:13
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 16, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 14c78ab to 93d998c Compare April 16, 2026 06:35
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 16, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 93d998c to 03a8e7b Compare April 16, 2026 15:19
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 6b4d829 to ceec5ed Compare April 21, 2026 06:51
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 21, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 03a8e7b to 9887fd2 Compare April 21, 2026 07:00
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from ceec5ed to 3b54e52 Compare April 22, 2026 20:20
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 22, 2026

Upstream branch: 6596a02
series: https://patchwork.kernel.org/project/linux-block/list/?series=1081388
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 9887fd2 to 2ebf24f Compare April 22, 2026 20:22
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 3b54e52 to 6a0b974 Compare April 23, 2026 16:58
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 23, 2026

Upstream branch: 507bd4b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1081388
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 2ebf24f to 5208d21 Compare April 23, 2026 17:05
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 6a0b974 to 59ca59b Compare April 24, 2026 00:56
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 24, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 5208d21 to 9bce38f Compare April 24, 2026 01:02
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch 2 times, most recently from 94f0438 to 857ada9 Compare April 24, 2026 07:54
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 24, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 9bce38f to 8df733b Compare April 24, 2026 07:57
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 857ada9 to 482ce5b Compare April 29, 2026 02:21
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 29, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from 8df733b to f898bbf Compare April 29, 2026 02:31
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 482ce5b to 5a9f7c7 Compare April 30, 2026 07:29
sg_start_req is called from normal user context and can sleep when
waiting for memory.  Switch it to use GFP_KERNEL, which fixes allocation
failures seend with the bio_alloc rework.

Fixes: b520c4e ("block: split bio_alloc_bioset more clearly into a fast and slowpath")
Reported-by: Shin'ichiro Kawasaki <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Tested-by: Shin'ichiro Kawasaki <[email protected]>
Reviewed-by: John Garry <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 30, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1081388=>linus-master branch from f898bbf to 46a8425 Compare April 30, 2026 07:39
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.

0 participants