Skip to content

Conversation

@Ayush1325
Copy link
Contributor

  • Basically a copy of write_vectored 0
  • Tested on QEMU ovmf.

- Basically a copy of write_vectored [0]
- Tested on QEMU ovmf.

[0]: rust-lang#146301

Signed-off-by: Ayush Singh <[email protected]>
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Nov 20, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 20, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Ayush1325
Copy link
Contributor Author

@rustbot label +O-UEFI

@joboet
Copy link
Member

joboet commented Nov 20, 2025

@bors r+
r? joboet

@bors
Copy link
Collaborator

bors commented Nov 20, 2025

📌 Commit 3f08502 has been approved by joboet

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 20, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 20, 2025
std: sys: net: uefi: Implement read_vectored

- Basically a copy of write_vectored [0]
- Tested on QEMU ovmf.

[0]: rust-lang#146301
bors added a commit that referenced this pull request Nov 20, 2025
Rollup of 9 pull requests

Successful merges:

 - #149033 (autodiff rlib handling)
 - #149088 (Add missing trailing period to RustDoc for fn create_dir().)
 - #149111 (fs: Run file lock tests on all platforms that support it)
 - #149113 (sgx: avoid unnecessarily creating a slice)
 - #149123 (std: sys: fs: uefi: Fix FileAttr size)
 - #149125 (In `BTreeMap::eq`, do not compare the elements if the sizes are different.)
 - #149133 (Remove an unused variable)
 - #149134 (std: sys: net: uefi: Implement read_vectored)
 - #149139 (Enable host tools for aarch64-unknown-linux-ohos)

r? `@ghost`
`@rustbot` modify labels: rollup
@matthiaskrgr
Copy link
Member

@bors2 try jobs test-various

@rust-bors
Copy link
Contributor

rust-bors bot commented Nov 20, 2025

Unknown argument "jobs". Run @bors2 help to see available commands.

@matthiaskrgr
Copy link
Member

@bors2 try jobs=test-various

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 20, 2025
std: sys: net: uefi: Implement read_vectored

try-job: test-various
@rust-bors
Copy link
Contributor

rust-bors bot commented Nov 20, 2025

☀️ Try build successful (CI)
Build commit: 0ee8c0f (0ee8c0f9a5aa98f709cb167aa046f6b61ac972de, parent: 7281a3bc4b89a010aed05528d648450feb8b69d3)

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 21, 2025
std: sys: net: uefi: Implement read_vectored

- Basically a copy of write_vectored [0]
- Tested on QEMU ovmf.

[0]: rust-lang#146301
bors added a commit that referenced this pull request Nov 21, 2025
Rollup of 3 pull requests

Successful merges:

 - #149043 ( rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution)
 - #149134 (std: sys: net: uefi: Implement read_vectored)
 - #149135 (Constify `residual_into_try_type`)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Nov 21, 2025
Rollup of 5 pull requests

Successful merges:

 - #148990 (Exhaustively specify names and stability of `--print` values)
 - #149127 (unwrap ret ty of `iter::ArrayChunks::into_remainder` )
 - #149134 (std: sys: net: uefi: Implement read_vectored)
 - #149135 (Constify `residual_into_try_type`)
 - #149160 (Check for intrinsic to fn ptr casts in unified coercions)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit e397c5d into rust-lang:main Nov 21, 2025
12 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Nov 21, 2025
rust-timer added a commit that referenced this pull request Nov 21, 2025
Rollup merge of #149134 - Ayush1325:uefi-tcp4-vector, r=joboet

std: sys: net: uefi: Implement read_vectored

- Basically a copy of write_vectored [0]
- Tested on QEMU ovmf.

[0]: #146301
@bors
Copy link
Collaborator

bors commented Nov 21, 2025

⌛ Testing commit 3f08502 with merge e22dab3...

@Ayush1325 Ayush1325 deleted the uefi-tcp4-vector branch November 21, 2025 07:59
@Kobzol
Copy link
Member

Kobzol commented Nov 21, 2025

@bors r- retry

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Nov 21, 2025
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request Jan 17, 2026
std: sys: net: uefi: Implement read_vectored

- Basically a copy of write_vectored [0]
- Tested on QEMU ovmf.

[0]: rust-lang#146301
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-UEFI UEFI S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants