Update module golang.org/x/sys to v0.48.0 (main) - #1631
Open
ske-renovate-operator[bot] wants to merge 1 commit into
Open
ske-renovate-operator[bot] wants to merge 1 commit into
ske-renovate-operator[bot] wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
stackit-ske-bot
left a comment
Collaborator
There was a problem hiding this comment.
Renovate Update Verification Report
- Classification: Green (Verified)
- Model Used: gemini-3-8-flash
- Dependency: golang.org/x/sys (v0.47.0 -> v0.48.0)
Impact Analysis
- Adaptation Rationale: No code adaptations were required. In this repository,
golang.org/x/sys/unixis used solely for standard filesystem and block device syscalls:unix.Statfsandunix.Statfs_tin pkg/csi/util/mount/mount.go#L27-L28 and pkg/csi/util/mount/mount.go#L278-L280.unix.Statfs_tconversions in pkg/csi/util/mount/mount_linux.go#L8-L16 and pkg/csi/util/mount/mount_darwin.go#L5-L7.unix.Stat_t,unix.Stat, and file mode mask checking in pkg/csi/util/blockdevice/blockdevice_linux.go#L27 and pkg/csi/util/blockdevice/blockdevice_linux.go#L51-L57.
Thev0.48.0release introduces additive constants, architecture-specific fixes, and struct alignment enhancements without breaking changes to existing syscall APIs. All unit tests (make test), binary compilations (make build), and module verifications (make verify-modules) pass cleanly out-of-the-box.
- Breaking Changes:
- None. All changes in
golang.org/x/sysv0.48.0 maintain full backwards compatibility for Linux and Darwin syscall interfaces.
- None. All changes in
Changelog Summary & Source
- Source: Upstream commit log between tags
v0.47.0andv0.48.0(8042137c..613e2570) - Summary:
unix: Added pidfd constants, types, andIoctlPidfdInfohelper (58ae2c79,40db382f).unix: Added Linux IPMI interface structs and constants (1e3c182d).unix: AddedMLOCK_ONFAULT(6f7b10ff) and missingHWTSTAMP_*constants (golang/sys#283).unix: AlignedIfreqstruct so union accessors do not fault on strict-alignment architectures (golang/sys#287).unix: Fixed SPARC termbits generation to match architecture headers (golang/sys#288).cpu: Added basic support forGOARCH=sparc64(golang/sys#289), ppc64le POWER10 detection (de5f12f6), and RISC-V VLENB detection (5d668790).windows: AddedSO_SNDTIMEOsocket option constant (golang/sys#286) and fixed%qformatting verb for rune types (effdf5d9).
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.
This PR contains the following updates:
v0.47.0→v0.48.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.