block: Fix bounce check logic in blk_queue_may_bounce()#66
Closed
blktests-ci[bot] wants to merge 4 commits intofor-next_basefrom
Closed
block: Fix bounce check logic in blk_queue_may_bounce()#66blktests-ci[bot] wants to merge 4 commits intofor-next_basefrom
blktests-ci[bot] wants to merge 4 commits intofor-next_basefrom
Conversation
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
Author
|
Upstream branch: 03e452f Pull request is NOT updated. Failed to apply https://patchwork.kernel.org/project/linux-block/list/?series=985929 conflict: |
26415c4 to
3ffa704
Compare
651764c to
e438678
Compare
e438678 to
aaa3526
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: block: Fix bounce check logic in blk_queue_may_bounce()
version: 2
url: https://patchwork.kernel.org/project/linux-block/list/?series=985929