Skip to content

OCPBUGS-104311: Bump golang.org/x/net - #1600

Open
jmencak wants to merge 1 commit into
openshift:release-5.0from
jmencak:5.0-go-x-net
Open

OCPBUGS-104311: Bump golang.org/x/net#1600
jmencak wants to merge 1 commit into
openshift:release-5.0from
jmencak:5.0-go-x-net

Conversation

@jmencak

@jmencak jmencak commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Resolves: OCPBUGS-104311

This is a manual cherry-pick of github.com//pull/1593, because of this:

status code 406 not one of [200], body: {"message":"Sorry, the diff exceeded the maximum number of lines (20000)","errors":[{"resource":"PullRequest","field":"diff","code":"too_large"}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#get-a-pull-request","status":"406"}

Resolves: OCPBUGS-104311
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 20, 2026
@openshift-ci-robot openshift-ci-robot added the jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. label Aug 20, 2026
@openshift-ci

openshift-ci Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Aug 20, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@jmencak: This pull request references Jira Issue OCPBUGS-104311, which is invalid:

  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-104311 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Resolves: OCPBUGS-104311

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 43ff694b-0dd2-42ae-80f4-573c0d773704

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jmencak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 20, 2026
@jmencak

jmencak commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-operator
/test e2e-gcp-pao
/test gcp-pao-workloadhints
/test e2e-hypershift

@qodo-for-rh-openshift

qodo-for-rh-openshift Bot commented Aug 20, 2026

Copy link
Copy Markdown

PR-Agent: could not find a component named e2e-aws-operator in a supported language in this PR.

@jmencak

jmencak commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

/test all

@qodo-for-rh-openshift

qodo-for-rh-openshift Bot commented Aug 20, 2026

Copy link
Copy Markdown

PR-Agent: could not find a component named all in a supported language in this PR.

@jmencak
jmencak marked this pull request as ready for review August 21, 2026 05:17
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 21, 2026
@openshift-ci
openshift-ci Bot requested review from Tal-or and yanirq August 21, 2026 05:17
@qodo-for-rh-openshift

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can tweak Display preferences with a live preview to see your comment before it ships

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

@qodo-for-rh-openshift

Copy link
Copy Markdown

PR Summary by Qodo

Bump golang.org/x/net to v0.58.0 and refresh vendored x/* deps

🐞 Bug fix ⚙️ Configuration changes 🕐 40+ Minutes

Grey Divider

AI Description

• Bump golang.org/x/net to v0.58.0 to address OCPBUGS-104311.
• Update related golang.org/x/* module versions and checksums.
• Regenerate vendor/ tree to match the new dependency graph.
Diagram

graph TD
  A["cluster-node-tuning-operator"] --> B["go.mod / go.sum"] --> C["vendor/"] --> D["x/net v0.58.0"]
  C --> E["x/sys v0.47.0"]
  C --> F["x/text v0.41.0"]
  C --> G["x/tools v0.48.0"]
Loading
High-Level Assessment

The PR follows the standard and safest approach for a Go dependency bump in a vendored repo: update go.mod/go.sum and refresh vendor/ to keep builds reproducible. Alternatives (e.g., partially updating vendor or avoiding vendoring) would increase drift risk and are generally not desirable here.

Files changed (214) +16778 / -48455

Documentation (1) +19 / -0
README.mdDocument upstream HTTP/2 source-of-truth shift and wrapping implementation +19/-0

Document upstream HTTP/2 source-of-truth shift and wrapping implementation

• Adds upstream README explaining that, starting Go 1.27, HTTP/2 source-of-truth moves to the standard library and x/net may wrap net/http internals by default (with http2legacy build tag to force legacy).

vendor/golang.org/x/net/http2/README.md

Other (213) +16759 / -48455
go.modBump golang.org/x/* module versions (x/net, x/sys, x_text, etc.) +7/-7

Bump golang.org/x/* module versions (x/net, x/sys, x_text, etc.)

• Updates module requirements to golang.org/x/net v0.58.0 and aligns related golang.org/x/* versions (sync/mod/sys/term/text/tools). This ensures the dependency graph reflects the intended security/bugfix update.

go.mod

go.sumRefresh go module checksums for updated golang.org/x/* versions +14/-14

Refresh go module checksums for updated golang.org/x/* versions

• Updates go.sum entries to match the bumped golang.org/x/net and related golang.org/x/* module versions.

go.sum

entity.goRefresh vendored x/net/html entity definitions +2/-3

Refresh vendored x/net/html entity definitions

• Applies upstream changes from the x/net v0.58.0 vendor refresh to HTML entity handling.

vendor/golang.org/x/net/html/entity.go

escape.goRefresh vendored x/net/html escaping logic +90/-50

Refresh vendored x/net/html escaping logic

• Vendors upstream updates to HTML escaping/unescaping behavior as part of the x/net bump.

vendor/golang.org/x/net/html/escape.go

foreign.goRefresh vendored x/net/html foreign content parsing rules +1/-1

Refresh vendored x/net/html foreign content parsing rules

• Updates foreign (SVG/MathML) handling to the upstream x/net v0.58.0 version.

vendor/golang.org/x/net/html/foreign.go

iter.goRemove/adjust vendored x/net/html iterator helpers +0/-2

Remove/adjust vendored x/net/html iterator helpers

• Brings the iterator implementation in sync with upstream by removing outdated code paths.

vendor/golang.org/x/net/html/iter.go

node.goRefresh vendored x/net/html Node model +1/-0

Refresh vendored x/net/html Node model

• Updates the HTML node implementation to match upstream x/net v0.58.0.

vendor/golang.org/x/net/html/node.go

nodetype_string.goAdd vendored stringer output for HTML node types +31/-0

Add vendored stringer output for HTML node types

• Adds upstream-generated string representations for HTML node types (vendored).

vendor/golang.org/x/net/html/nodetype_string.go

parse.goRefresh vendored x/net/html parser behavior and performance tweaks +88/-199

Refresh vendored x/net/html parser behavior and performance tweaks

• Vendors upstream parser changes (including scope/tag handling adjustments and attribute sorting optimizations).

vendor/golang.org/x/net/html/parse.go

render.goRefresh vendored x/net/html rendering logic +29/-6

Refresh vendored x/net/html rendering logic

• Updates HTML rendering code to upstream x/net v0.58.0.

vendor/golang.org/x/net/html/render.go

token.goRefresh vendored x/net/html tokenizer implementation +44/-8

Refresh vendored x/net/html tokenizer implementation

• Applies upstream tokenizer updates included in the x/net v0.58.0 refresh.

vendor/golang.org/x/net/html/token.go

client_conn_pool.goRefresh vendored HTTP/2 client connection pooling +2/-12

Refresh vendored HTTP/2 client connection pooling

• Updates client connection pool implementation to the upstream x/net v0.58.0 version.

vendor/golang.org/x/net/http2/client_conn_pool.go

client_priority_go126.goAdd vendored Go 1.26-specific client priority implementation +20/-0

Add vendored Go 1.26-specific client priority implementation

• Introduces upstream Go-version-gated priority handling for HTTP/2 clients (vendored).

vendor/golang.org/x/net/http2/client_priority_go126.go

client_priority_go127.goAdd vendored Go 1.27-specific client priority implementation +13/-0

Add vendored Go 1.27-specific client priority implementation

• Introduces upstream Go-version-gated priority handling aligned with newer Go HTTP/2 behavior (vendored).

vendor/golang.org/x/net/http2/client_priority_go127.go

clientconn.goRefresh vendored HTTP/2 client connection logic +57/-0

Refresh vendored HTTP/2 client connection logic

• Brings client connection management in sync with upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/clientconn.go

config.goRefresh vendored HTTP/2 configuration defaults +2/-0

Refresh vendored HTTP/2 configuration defaults

• Updates HTTP/2 configuration to match upstream behavior for x/net v0.58.0.

vendor/golang.org/x/net/http2/config.go

frame.goRefresh vendored HTTP/2 framing (including new frame types) +153/-35

Refresh vendored HTTP/2 framing (including new frame types)

• Updates frame definitions and parsing/serialization to upstream, including support for newer frame types and structured field value parsing hooks.

vendor/golang.org/x/net/http2/frame.go

encode.goMinor sync of vendored HPACK encoder +0/-1

Minor sync of vendored HPACK encoder

• Adjusts HPACK encoder code to match upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/hpack/encode.go

hpack.goMinor sync of vendored HPACK core implementation +0/-1

Minor sync of vendored HPACK core implementation

• Updates HPACK package internals to upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/hpack/hpack.go

tables.goRefresh vendored HPACK static/dynamic tables implementation +37/-14

Refresh vendored HPACK static/dynamic tables implementation

• Updates HPACK table logic to upstream x/net v0.58.0, including table sizing/behavior adjustments.

vendor/golang.org/x/net/http2/hpack/tables.go

http2.goRefresh vendored HTTP/2 package entry points and constants +13/-7

Refresh vendored HTTP/2 package entry points and constants

• Updates top-level HTTP/2 declarations to match upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/http2.go

server.goGate legacy HTTP/2 server implementation for Go <1.27 (vendored) +87/-211

Gate legacy HTTP/2 server implementation for Go <1.27 (vendored)

• Updates legacy server implementation with build tags so Go 1.27+ can use the wrapping implementation, consistent with upstream x/net behavior.

vendor/golang.org/x/net/http2/server.go

server_common.goAdd shared server implementation pieces for HTTP/2 (vendored) +221/-0

Add shared server implementation pieces for HTTP/2 (vendored)

• Introduces upstream common server code split to support legacy vs wrapping implementations across Go versions.

vendor/golang.org/x/net/http2/server_common.go

server_wrap.goAdd Go 1.27+ HTTP/2 server wrapping implementation (vendored) +217/-0

Add Go 1.27+ HTTP/2 server wrapping implementation (vendored)

• Adds upstream wrapper-based server implementation used on Go 1.27+ unless http2legacy is set.

vendor/golang.org/x/net/http2/server_wrap.go

transport.goGate legacy HTTP/2 transport implementation for Go <1.27 (vendored) +37/-440

Gate legacy HTTP/2 transport implementation for Go <1.27 (vendored)

• Updates legacy transport with build tags and upstream restructuring in preparation for Go 1.27+ wrapper transport.

vendor/golang.org/x/net/http2/transport.go

transport_common.goAdd shared transport components for HTTP/2 (vendored) +447/-0

Add shared transport components for HTTP/2 (vendored)

• Adds upstream common transport code split to support legacy and wrapper transports across Go versions.

vendor/golang.org/x/net/http2/transport_common.go

transport_wrap.goAdd Go 1.27+ HTTP/2 transport wrapping implementation (vendored) +407/-0

Add Go 1.27+ HTTP/2 transport wrapping implementation (vendored)

• Adds upstream wrapper-based transport implementation used on Go 1.27+ unless http2legacy is set.

vendor/golang.org/x/net/http2/transport_wrap.go

writesched.goGate legacy HTTP/2 write scheduler interfaces for Go <1.27 (vendored) +4/-40

Gate legacy HTTP/2 write scheduler interfaces for Go <1.27 (vendored)

• Updates write scheduling code with build tags and upstream API deprecations around user-provided schedulers.

vendor/golang.org/x/net/http2/writesched.go

writesched_common.goAdd shared write scheduler code for HTTP/2 (vendored) +90/-0

Add shared write scheduler code for HTTP/2 (vendored)

• Adds upstream shared scheduler components to support multiple implementations across Go versions.

vendor/golang.org/x/net/http2/writesched_common.go

writesched_priority_rfc7540.goRefresh vendored RFC7540 priority scheduler implementation +9/-39

Refresh vendored RFC7540 priority scheduler implementation

• Updates the priority scheduler code to upstream (including refactors aligned with the Go 1.27 split).

vendor/golang.org/x/net/http2/writesched_priority_rfc7540.go

writesched_priority_rfc9218.goRefresh vendored RFC9218 priority scheduler wiring +2/-0

Refresh vendored RFC9218 priority scheduler wiring

• Updates RFC9218 priority scheduler support to upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/writesched_priority_rfc9218.go

writesched_random.goRefresh vendored random write scheduler +4/-0

Refresh vendored random write scheduler

• Updates random scheduler behavior to match upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/writesched_random.go

writesched_roundrobin.goRefresh vendored round-robin write scheduler +2/-0

Refresh vendored round-robin write scheduler

• Updates round-robin scheduler behavior to match upstream x/net v0.58.0.

vendor/golang.org/x/net/http2/writesched_roundrobin.go

go118.goRemove Go 1.18-specific IDNA compatibility file (vendored sync) +0/-13

Remove Go 1.18-specific IDNA compatibility file (vendored sync)

• Removes upstream version-gated IDNA file as part of IDNA refactor/table updates.

vendor/golang.org/x/net/idna/go118.go

idna.goRefresh vendored IDNA processing (Unicode updates and validation tweaks) +150/-35

Refresh vendored IDNA processing (Unicode updates and validation tweaks)

• Updates IDNA processing to upstream x/net v0.58.0, including Unicode-version-aware behavior and option/validation refactors.

vendor/golang.org/x/net/idna/idna.go

idna9.0.0.goAdd/update vendored IDNA Unicode 9.0.0 tables +0/-717

Add/update vendored IDNA Unicode 9.0.0 tables

• Adds upstream Unicode 9.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/idna9.0.0.go

pre_go118.goRemove pre-Go 1.18 IDNA compatibility file (vendored sync) +0/-11

Remove pre-Go 1.18 IDNA compatibility file (vendored sync)

• Removes upstream compatibility file no longer needed after IDNA refactor.

vendor/golang.org/x/net/idna/pre_go118.go

punycode.goRefresh vendored punycode implementation +4/-1

Refresh vendored punycode implementation

• Updates punycode code to upstream x/net v0.58.0.

vendor/golang.org/x/net/idna/punycode.go

tables10.0.0.goAdd/update vendored IDNA Unicode 10.0.0 tables +0/-4559

Add/update vendored IDNA Unicode 10.0.0 tables

• Adds upstream Unicode 10.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/tables10.0.0.go

tables11.0.0.goAdd/update vendored IDNA Unicode 11.0.0 tables +0/-4653

Add/update vendored IDNA Unicode 11.0.0 tables

• Adds upstream Unicode 11.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/tables11.0.0.go

tables12.0.0.goAdd/update vendored IDNA Unicode 12.0.0 tables +0/-4733

Add/update vendored IDNA Unicode 12.0.0 tables

• Adds upstream Unicode 12.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/tables12.0.0.go

tables13.0.0.goAdd/update vendored IDNA Unicode 13.0.0 tables +0/-4959

Add/update vendored IDNA Unicode 13.0.0 tables

• Adds upstream Unicode 13.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/tables13.0.0.go

tables15.0.0.goRefresh vendored IDNA Unicode 15.0.0 tables +1/-1

Refresh vendored IDNA Unicode 15.0.0 tables

• Updates existing Unicode 15.0.0 IDNA tables to upstream x/net v0.58.0.

vendor/golang.org/x/net/idna/tables15.0.0.go

tables17.0.0.goAdd vendored IDNA Unicode 17.0.0 tables +5302/-0

Add vendored IDNA Unicode 17.0.0 tables

• Adds upstream Unicode 17.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/tables17.0.0.go

tables9.0.0.goAdd/update vendored IDNA Unicode 9.0.0 tables (expanded) +0/-4486

Add/update vendored IDNA Unicode 9.0.0 tables (expanded)

• Adds upstream Unicode 9.0.0 IDNA data tables (vendored).

vendor/golang.org/x/net/idna/tables9.0.0.go

trie12.0.0.goRemove outdated vendored IDNA trie for Unicode 12.0.0 +0/-30

Remove outdated vendored IDNA trie for Unicode 12.0.0

• Removes upstream trie file as part of table/trie generation changes.

vendor/golang.org/x/net/idna/trie12.0.0.go

trie13.0.0.goRemove outdated vendored IDNA trie for Unicode 13.0.0 +0/-30

Remove outdated vendored IDNA trie for Unicode 13.0.0

• Removes upstream trie file as part of table/trie generation changes.

vendor/golang.org/x/net/idna/trie13.0.0.go

request.goRefresh vendored internal HTTP common request helpers +8/-0

Refresh vendored internal HTTP common request helpers

• Updates internal request parsing/handling utilities consumed by x/net/http2.

vendor/golang.org/x/net/internal/httpcommon/request.go

httpsfv.goAdd vendored HTTP Structured Field Values parser (internal/httpsfv) +665/-0

Add vendored HTTP Structured Field Values parser (internal/httpsfv)

• Adds upstream internal package for parsing/formatting HTTP Structured Field Values, used by newer HTTP/2 features.

vendor/golang.org/x/net/internal/httpsfv/httpsfv.go

errgroup.goRefresh vendored x/sync errgroup +1/-1

Refresh vendored x/sync errgroup

• Updates errgroup to the version aligned with go.mod (x/sync v0.22.0).

vendor/golang.org/x/sync/errgroup/errgroup.go

syscall_plan9.goRefresh vendored x/sys Plan9 syscall bindings +1/-7

Refresh vendored x/sys Plan9 syscall bindings

• Syncs Plan9 syscall wrappers to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/plan9/syscall_plan9.go

affinity_linux.goRefresh vendored Linux CPU affinity APIs (dynamic CPU sets) +112/-16

Refresh vendored Linux CPU affinity APIs (dynamic CPU sets)

• Updates CPU affinity support to upstream x/sys v0.47.0, including dynamic CPU set support and refactors to shared helpers.

vendor/golang.org/x/sys/unix/affinity_linux.go

ioctl_signed.goRefresh vendored signed ioctl helpers +8/-3

Refresh vendored signed ioctl helpers

• Syncs ioctl helpers to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/ioctl_signed.go

ioctl_unsigned.goRefresh vendored unsigned ioctl helpers +8/-3

Refresh vendored unsigned ioctl helpers

• Syncs ioctl helpers to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/ioctl_unsigned.go

mkall.shRefresh vendored unix generation script (mkall.sh) +1/-1

Refresh vendored unix generation script (mkall.sh)

• Updates generator script to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/mkall.sh

mkerrors.shRefresh vendored unix generation script (mkerrors.sh) +3/-0

Refresh vendored unix generation script (mkerrors.sh)

• Updates error generation script to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/mkerrors.sh

readv_unix.goAdd/update vendored readv helpers +103/-0

Add/update vendored readv helpers

• Adds upstream readv-related implementation updates as part of x/sys v0.47.0.

vendor/golang.org/x/sys/unix/readv_unix.go

syscall_darwin.goAdd/update vendored Darwin syscall wrappers +0/-89

Add/update vendored Darwin syscall wrappers

• Adds upstream Darwin syscall definitions included with x/sys v0.47.0.

vendor/golang.org/x/sys/unix/syscall_darwin.go

syscall_linux.goRefresh vendored Linux syscall wrappers +19/-96

Refresh vendored Linux syscall wrappers

• Syncs Linux syscall wrappers to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/syscall_linux.go

syscall_linux_386.goRefresh vendored Linux 386 syscall wrappers +0/-1

Refresh vendored Linux 386 syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_386.go

syscall_linux_amd64.goRefresh vendored Linux amd64 syscall wrappers +0/-1

Refresh vendored Linux amd64 syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_amd64.go

syscall_linux_arm.goRefresh vendored Linux arm syscall wrappers +3/-1

Refresh vendored Linux arm syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_arm.go

syscall_linux_arm64.goRefresh vendored Linux arm64 syscall wrappers +3/-1

Refresh vendored Linux arm64 syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_arm64.go

syscall_linux_loong64.goRefresh vendored Linux loong64 syscall wrappers +3/-1

Refresh vendored Linux loong64 syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_loong64.go

syscall_linux_mips64x.goRefresh vendored Linux mips64x syscall wrappers +0/-1

Refresh vendored Linux mips64x syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go

syscall_linux_mipsx.goRefresh vendored Linux mipsx syscall wrappers +0/-1

Refresh vendored Linux mipsx syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go

syscall_linux_ppc.goRefresh vendored Linux ppc syscall wrappers +0/-1

Refresh vendored Linux ppc syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_ppc.go

syscall_linux_ppc64x.goRefresh vendored Linux ppc64x syscall wrappers +0/-1

Refresh vendored Linux ppc64x syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go

syscall_linux_riscv64.goRefresh vendored Linux riscv64 syscall wrappers +3/-1

Refresh vendored Linux riscv64 syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go

syscall_linux_s390x.goRefresh vendored Linux s390x syscall wrappers +0/-1

Refresh vendored Linux s390x syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_s390x.go

syscall_linux_sparc64.goRefresh vendored Linux sparc64 syscall wrappers +0/-1

Refresh vendored Linux sparc64 syscall wrappers

• Syncs arch-specific syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go

syscall_openbsd.goRefresh vendored OpenBSD syscall wrappers +4/-0

Refresh vendored OpenBSD syscall wrappers

• Syncs OpenBSD syscall wrapper updates from upstream x/sys.

vendor/golang.org/x/sys/unix/syscall_openbsd.go

syscall_solaris.goRemove obsolete vendored Solaris syscall wrapper stubs +0/-8

Remove obsolete vendored Solaris syscall wrapper stubs

• Removes upstream Solaris-related file content as part of x/sys updates.

vendor/golang.org/x/sys/unix/syscall_solaris.go

syscall_unix.goRefresh vendored common Unix syscall wrappers +7/-3

Refresh vendored common Unix syscall wrappers

• Syncs common Unix syscall wrappers to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/syscall_unix.go

zerrors_linux.goRefresh vendored generated Linux error constants +66/-3

Refresh vendored generated Linux error constants

• Regenerates Linux error constant mappings from upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/zerrors_linux.go

zerrors_linux_386.goRefresh vendored generated Linux 386 error constants +6/-1

Refresh vendored generated Linux 386 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_386.go

zerrors_linux_amd64.goRefresh vendored generated Linux amd64 error constants +6/-1

Refresh vendored generated Linux amd64 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

zerrors_linux_arm.goRefresh vendored generated Linux arm error constants +6/-1

Refresh vendored generated Linux arm error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

zerrors_linux_arm64.goRefresh vendored generated Linux arm64 error constants +6/-1

Refresh vendored generated Linux arm64 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

zerrors_linux_loong64.goRefresh vendored generated Linux loong64 error constants +6/-1

Refresh vendored generated Linux loong64 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

zerrors_linux_mips.goRefresh vendored generated Linux mips error constants +6/-1

Refresh vendored generated Linux mips error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

zerrors_linux_mips64.goRefresh vendored generated Linux mips64 error constants +6/-1

Refresh vendored generated Linux mips64 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

zerrors_linux_mips64le.goRefresh vendored generated Linux mips64le error constants +6/-1

Refresh vendored generated Linux mips64le error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

zerrors_linux_mipsle.goRefresh vendored generated Linux mipsle error constants +6/-1

Refresh vendored generated Linux mipsle error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

zerrors_linux_ppc.goRefresh vendored generated Linux ppc error constants +6/-1

Refresh vendored generated Linux ppc error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

zerrors_linux_ppc64.goRefresh vendored generated Linux ppc64 error constants +6/-1

Refresh vendored generated Linux ppc64 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

zerrors_linux_ppc64le.goRefresh vendored generated Linux ppc64le error constants +6/-1

Refresh vendored generated Linux ppc64le error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

zerrors_linux_riscv64.goRefresh vendored generated Linux riscv64 error constants +566/-548

Refresh vendored generated Linux riscv64 error constants

• Regenerates arch-specific error constants from upstream x/sys (large generated update).

vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

zerrors_linux_s390x.goRefresh vendored generated Linux s390x error constants +6/-1

Refresh vendored generated Linux s390x error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

zerrors_linux_sparc64.goRefresh vendored generated Linux sparc64 error constants +6/-1

Refresh vendored generated Linux sparc64 error constants

• Regenerates arch-specific error constants from upstream x/sys.

vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

zsyscall_linux.goRefresh vendored generated Linux syscall stubs +23/-6

Refresh vendored generated Linux syscall stubs

• Regenerates syscall stubs from upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/zsyscall_linux.go

zsyscall_linux_386.goAdd/update vendored generated Linux 386 syscall stubs +0/-17

Add/update vendored generated Linux 386 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_386.go

zsyscall_linux_amd64.goAdd/update vendored generated Linux amd64 syscall stubs +0/-17

Add/update vendored generated Linux amd64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go

zsyscall_linux_arm.goAdd/update vendored generated Linux arm syscall stubs +0/-17

Add/update vendored generated Linux arm syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go

zsyscall_linux_arm64.goAdd/update vendored generated Linux arm64 syscall stubs +0/-17

Add/update vendored generated Linux arm64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go

zsyscall_linux_loong64.goAdd/update vendored generated Linux loong64 syscall stubs +0/-17

Add/update vendored generated Linux loong64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go

zsyscall_linux_mips.goAdd/update vendored generated Linux mips syscall stubs +0/-17

Add/update vendored generated Linux mips syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go

zsyscall_linux_mips64.goAdd/update vendored generated Linux mips64 syscall stubs +0/-17

Add/update vendored generated Linux mips64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go

zsyscall_linux_mips64le.goAdd/update vendored generated Linux mips64le syscall stubs +0/-17

Add/update vendored generated Linux mips64le syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go

zsyscall_linux_mipsle.goAdd/update vendored generated Linux mipsle syscall stubs +0/-17

Add/update vendored generated Linux mipsle syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go

zsyscall_linux_ppc.goAdd/update vendored generated Linux ppc syscall stubs +0/-17

Add/update vendored generated Linux ppc syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go

zsyscall_linux_ppc64.goAdd/update vendored generated Linux ppc64 syscall stubs +0/-17

Add/update vendored generated Linux ppc64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go

zsyscall_linux_ppc64le.goAdd/update vendored generated Linux ppc64le syscall stubs +0/-17

Add/update vendored generated Linux ppc64le syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go

zsyscall_linux_riscv64.goAdd/update vendored generated Linux riscv64 syscall stubs +0/-17

Add/update vendored generated Linux riscv64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go

zsyscall_linux_s390x.goAdd/update vendored generated Linux s390x syscall stubs +0/-17

Add/update vendored generated Linux s390x syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go

zsyscall_linux_sparc64.goAdd/update vendored generated Linux sparc64 syscall stubs +0/-17

Add/update vendored generated Linux sparc64 syscall stubs

• Syncs generated syscall stubs to upstream x/sys.

vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go

zsyscall_openbsd_386.goAdd vendored generated OpenBSD 386 syscall stubs +84/-0

Add vendored generated OpenBSD 386 syscall stubs

• Adds upstream OpenBSD 386 syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go

zsyscall_openbsd_386.sAdd vendored OpenBSD 386 syscall assembly stubs +20/-0

Add vendored OpenBSD 386 syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD 386 (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s

zsyscall_openbsd_amd64.goAdd vendored generated OpenBSD amd64 syscall stubs +84/-0

Add vendored generated OpenBSD amd64 syscall stubs

• Adds upstream OpenBSD amd64 syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go

zsyscall_openbsd_amd64.sAdd vendored OpenBSD amd64 syscall assembly stubs +20/-0

Add vendored OpenBSD amd64 syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD amd64 (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s

zsyscall_openbsd_arm.goAdd vendored generated OpenBSD arm syscall stubs +84/-0

Add vendored generated OpenBSD arm syscall stubs

• Adds upstream OpenBSD arm syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go

zsyscall_openbsd_arm.sAdd vendored OpenBSD arm syscall assembly stubs +20/-0

Add vendored OpenBSD arm syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD arm (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s

zsyscall_openbsd_arm64.goAdd vendored generated OpenBSD arm64 syscall stubs +84/-0

Add vendored generated OpenBSD arm64 syscall stubs

• Adds upstream OpenBSD arm64 syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go

zsyscall_openbsd_arm64.sAdd vendored OpenBSD arm64 syscall assembly stubs +20/-0

Add vendored OpenBSD arm64 syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD arm64 (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s

zsyscall_openbsd_mips64.goAdd vendored generated OpenBSD mips64 syscall stubs +84/-0

Add vendored generated OpenBSD mips64 syscall stubs

• Adds upstream OpenBSD mips64 syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go

zsyscall_openbsd_mips64.sAdd vendored OpenBSD mips64 syscall assembly stubs +20/-0

Add vendored OpenBSD mips64 syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD mips64 (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s

zsyscall_openbsd_ppc64.goAdd vendored generated OpenBSD ppc64 syscall stubs +84/-0

Add vendored generated OpenBSD ppc64 syscall stubs

• Adds upstream OpenBSD ppc64 syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go

zsyscall_openbsd_ppc64.sAdd vendored OpenBSD ppc64 syscall assembly stubs +24/-0

Add vendored OpenBSD ppc64 syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD ppc64 (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s

zsyscall_openbsd_riscv64.goAdd vendored generated OpenBSD riscv64 syscall stubs +84/-0

Add vendored generated OpenBSD riscv64 syscall stubs

• Adds upstream OpenBSD riscv64 syscall stubs (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go

zsyscall_openbsd_riscv64.sAdd vendored OpenBSD riscv64 syscall assembly stubs +20/-0

Add vendored OpenBSD riscv64 syscall assembly stubs

• Adds upstream assembly syscall stubs for OpenBSD riscv64 (vendored).

vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s

zsysnum_linux_386.goRefresh vendored generated Linux 386 syscall numbers +4/-0

Refresh vendored generated Linux 386 syscall numbers

• Syncs syscall number tables to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

zsysnum_linux_amd64.goRefresh vendored generated Linux amd64 syscall numbers +5/-0

Refresh vendored generated Linux amd64 syscall numbers

• Syncs syscall number tables to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go

zsysnum_linux_arm.goRefresh vendored generated Linux arm syscall numbers +4/-0

Refresh vendored generated Linux arm syscall numbers

• Syncs syscall number tables to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

zsysnum_linux_arm64.goRefresh vendored generated Linux arm64 syscall numbers +4/-0

Refresh vendored generated Linux arm64 syscall numbers

• Syncs syscall number tables to upstream x/sys v0.47.0.

vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go

zsysnum_linux_loong64.goRefresh vendored generated Linux loong64 syscall numbers +5/-0

Refresh vendored generated Linux loong64 syscall numbers

• Syncs syscall number tables to upstream x/sys v0.47.0.

[Comment truncated to fit github's 65,536-char limit.]

@jmencak

jmencak commented Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

/jira refresh

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@jmencak: This pull request references Jira Issue OCPBUGS-104311, which is invalid:

  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-104311 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/jira refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@yanirq

yanirq commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 23, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-aws-operator
/test e2e-aws-ovn
/test e2e-aws-ovn-techpreview
/test e2e-gcp-pao
/test e2e-gcp-pao-updating-profile
/test e2e-gcp-pao-workloadhints
/test e2e-hypershift
/test e2e-hypershift-pao
/test e2e-no-cluster
/test e2e-upgrade

@openshift-ci

openshift-ci Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

@jmencak: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants