Skip to content

block: Fix bounce check logic in blk_queue_may_bounce()#66

Closed
blktests-ci[bot] wants to merge 4 commits intofor-next_basefrom
series/985915=>for-next
Closed

block: Fix bounce check logic in blk_queue_may_bounce()#66
blktests-ci[bot] wants to merge 4 commits intofor-next_basefrom
series/985915=>for-next

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented Jul 30, 2025

Pull request for series with
subject: block: Fix bounce check logic in blk_queue_may_bounce()
version: 2
url: https://patchwork.kernel.org/project/linux-block/list/?series=985929

normanmaurer and others added 4 commits July 29, 2025 06:27
At the moment you have to use sendmsg for vectorized send.
While this works it's suboptimal as it also means you need to
allocate a struct msghdr that needs to be kept alive until a
submission happens. We can remove this limitation by just
allowing to use send directly.

Signed-off-by: Norman Maurer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[axboe: remove -EINVAL return for SENDMSG and SEND_VECTORIZED]
Signed-off-by: Jens Axboe <[email protected]>
* block-6.17:
  blk-ioc: don't hold queue_lock for ioc_lookup_icq()
  block: Enforce power-of-2 physical block size
  block: avoid possible overflow for chunk_sectors check in blk_stack_limits()
  block: Improve read ahead size for rotational devices
* io_uring-6.17:
  io_uring/net: Allow to do vectorized send
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Jul 30, 2025

Upstream branch: 03e452f
series: https://patchwork.kernel.org/project/linux-block/list/?series=985929
version: 2

Pull request is NOT updated. Failed to apply https://patchwork.kernel.org/project/linux-block/list/?series=985929
error message:

Cmd('git') failed due to: exit code(128)
  cmdline: git am --3way
  stdout: 'Applying: block: Fix bounce check logic in blk_queue_may_bounce()
Patch failed at 0001 block: Fix bounce check logic in blk_queue_may_bounce()'
  stderr: 'error: sha1 information is lacking or useless (block/blk.h).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"'

conflict:


@blktests-ci blktests-ci Bot force-pushed the for-next_base branch 7 times, most recently from 26415c4 to 3ffa704 Compare August 3, 2025 12:52
@blktests-ci blktests-ci Bot force-pushed the for-next_base branch 6 times, most recently from 651764c to e438678 Compare August 13, 2025 12:53
@kawasaki kawasaki closed this Aug 23, 2025
@blktests-ci blktests-ci Bot deleted the series/985915=>for-next branch August 31, 2025 02:47
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.

3 participants