Skip to content

Conversation

@pull
Copy link

@pull pull bot commented May 13, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

avagin and others added 7 commits May 12, 2025 12:16
MPX has been deprected in Linux Kernel and it is completely disabled in
VM-s (kvm).

Fixes #11687

Signed-off-by: Andrei Vagin <avagin@google.com>
PiperOrigin-RevId: 757891910
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.5.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.3.0...v5.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This change separates the handling of `ring0.Debug` and `ring0.Breakpoint`
exceptions.

With this change:
- `ring0.Debug` exceptions now read the DR6 register to determine the specific
  cause. If the single-step flag is set in DR6, the SIGTRAP signal is delivered
  with code TRAP_TRACE (2); otherwise, it uses TRAP_BRKPT (1). DR6 is also
  cleaned up by writing the reserved value back.
- `ring0.Breakpoint` exceptions now deliver a SIGTRAP signal with code
  SI_KERNEL.

PiperOrigin-RevId: 757915464
The workflow is configured to:
* Run on every push to any branch.
* Build the runsc binary.
* Upload the built runsc artifact, making it available for consumption.

This ensures that runsc is continuously built and provides readily
accessible build artifacts for testing purposes.

Signed-off-by: Andrei Vagin <avagin@google.com>
…ns/setup-go-5.5.0

PiperOrigin-RevId: 757924675
PiperOrigin-RevId: 757956963
@pull pull bot added the ⤵️ pull label May 13, 2025
@pull pull bot merged commit ab0097c into Mu-L:master May 13, 2025
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.

2 participants