8000 Comparing v0.33.0...v0.34.0 · golang/sys · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.0
Choose a base ref
...
head repository: golang/sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 3 commits
  • 34 files changed
  • 2 contributors

Commits on Jun 13, 2025

  1. unix: update Linux constants and types to v6.14

    CL 660375 updated the kernel version in the Dockerfile but for some
    reason no constant or types were updated. Refresh them now and also add
    new ETHTOOL_* and NL80211_* enum types while at it.
    
    Change-Id: I73bc509963f0b89f6d461eeca4b210626ab44975
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/673076
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
    tklauser authored and gopherbot committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    d62d31c View commit details
    Browse the repository at this point in the history
  2. unix: update Go to 1.24.3

    Change-Id: I526bfbde6e57b8e7aea6cd31e3cff46608755aa0
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/673055
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    tklauser authored and gopherbot committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    0c740cc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. unix: add missing NFT_PAYLOAD_* consts on linux

    Change-Id: Id222e11029596d2ea2679e065780171ed3c7708a
    GitHub-Last-Rev: 649d64b
    GitHub-Pull-Request: #250
    Reviewed-on: https://go-review.googlesource.com/c/sys/+/681435
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
    zsien authored and gopherbot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    751c3c6 View commit details
    Browse the repository at this point in the history
Loading
0