Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump x86_64 from 0.14.3 to 0.14.4 #209

Merged
merged 1 commit into from
Jul 26, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2021

Bumps x86_64 from 0.14.3 to 0.14.4.

Changelog

Sourced from x86_64's changelog.

0.14.4 – 2021-07-19

  • Add instructions::tables::sgdt (#279)
  • Improve control register bits (#273)
    • Add Cr0 bits: EXTENSION_TYPE (ET)
    • Add Cr4 bits:
      • KEY_LOCKER (KL)
      • CONTROL_FLOW_ENFORCEMENT (CET)
      • PROTECTION_KEY_SUPERVISOR (PKS)
    • Add XCr0 bits: BNDREG, BNDCSR, OPMASK, ZMM_HI256, HI16_ZMM
    • Add consistency checks for XCr0 bits
  • Add SelectorErrorCode for parsing interrupt error codes from #TS, #NP, #SS, and #GP (#274)
  • Make addr::{align_up, align_down} const (#270)
  • Make structures::idt available on stable Rust (#271)
    • Use dummy types for the HandlerFuncs if the "abi_x86_interrupt" feature is disabled
    • Add unsafe set_handler_addr that just takes a VirtAddr
  • Add common abstractions for x86 Segments (#258)
    • Add SS, CS, DS, ES, FS, GS marker types
    • Add Segment trait for reading/writing the segment register
    • Add Segment64 trait for reading/writing the segment base
    • Add GS::swap()
    • Deprecate the corresponding free functions:
      • cs, set_cs
      • swap_gs
      • load_{ss,ds,es,fs,gs}
      • {wr,rd}{fs,gs}base
  • Bug fixes:
    • Corrected documentation typo (#278)
    • Avoided off-by-one error in GlobalDescriptorTable::from_raw_slice when "const_fn" is not enabled (#269)
    • Specify sysv64 as the calling convention for the "external_asm" functions (#267)
Commits
  • b56649d Merge pull request #283 from rust-osdev/release
  • f8af5dc Bump version to 0.14.4
  • c8928cc Changelog: update for next patch release
  • 2ab479b segmentation: update docs on how we set CS
  • 5d25dca CI: Use more efficient crates.io API endpoint (#282)
  • 769a15e Create a CI script for automated releases (#281)
  • cd9d748 feat(instructions): define tables::sgdt (#279)
  • 5afb69b fix(Changelog.md): typo (#278)
  • 759cb32 Merge pull request #273 from rust-osdev/flags
  • 1a0b149 Add a SelectorErrorCode to segment_not_present in IDT (#274)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2021
Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.3 to 0.14.4.
- [Release notes](https://github.com/rust-osdev/x86_64/releases)
- [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md)
- [Commits](rust-osdev/x86_64@v0.14.3...v0.14.4)

---
updated-dependencies:
- dependency-name: x86_64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/x86_64-0.14.4 branch from d07322f to 3792c3d Compare July 25, 2021 07:58
@vinc
Copy link
Owner

vinc commented Jul 26, 2021

@dependabot squash and merge

@dependabot dependabot bot merged commit 3d3ef82 into master Jul 26, 2021
@dependabot dependabot bot deleted the dependabot/cargo/x86_64-0.14.4 branch July 26, 2021 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant