uefi: Add OwnedEvent abstraction by Ayush1325 · Pull Request #138236 · rust-lang/rust (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation15 Commits1 Checks6 Files changed
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
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
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
labels
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
Signed-off-by: Ayush Singh ayush@beagleboard.org
I think this is what you mean, but I am not sure.
@bors r=Mark-Simulacrum
@Ayush1325: 🔑 Insufficient privileges: Not in reviewers
I don't have committer privileges, so I don't think I can do that.
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
and removed S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
labels
This was referenced
Mar 18, 2025
📌 Commit aa2c24b has been approved by petrochenkov
It is now in the queue for this repository.
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
Kobzol added a commit to Kobzol/rust that referenced this pull request
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
Kobzol added a commit to Kobzol/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
tgross35 added a commit to tgross35/rust that referenced this pull request
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
bors added a commit to rust-lang-ci/rust that referenced this pull request
jieyouxu added a commit to jieyouxu/rust that referenced this pull request
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
jieyouxu added a commit to jieyouxu/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
bors added a commit to rust-lang-ci/rust that referenced this pull request
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
bors added a commit to rust-lang-ci/rust that referenced this pull request
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
bors added a commit to rust-lang-ci/rust that referenced this pull request
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#138236 - Ayush1325:uefi-event, r=petrochenkov
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
TaKO8Ki added a commit to TaKO8Ki/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
TaKO8Ki added a commit to TaKO8Ki/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#138662 - Ayush1325:uefi-fs-1, r=nicholasbishop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request
uefi: Add OwnedEvent abstraction
- Events are going to become quite important for Networking, so needed owned abstractions.
- Switch to OwnedEvent abstraction for Exit boot services event.
cc @nicholasbishop
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request
…hop,petrochenkov
Implement some basics in UEFI fs
- Just getting some basics out of the way while waiting for rust-lang#138236 to be merged.
- Adds
fs::canonicalize
. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec. - Make
fs::lstat
same asfs::stat
. Should be same since UEFI does not have symlink support. - Implement
OptionOptions
.
cc @nicholasbishop
@dvdhrm
Labels
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the library team, which will review and decide on the PR/issue.