mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-28 12:56:32 -04:00
unix: update to Linux kernel 7.0
Change-Id: I2e77f6fa2ac141018c4fe5cba2c8615c9e05d99c GitHub-Last-Rev: 5d46d8f28324b6815de69e4f81b405c9911bd05a GitHub-Pull-Request: golang/sys#274 Reviewed-on: https://go-review.googlesource.com/c/sys/+/779140 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# Get the git sources. If not cached, this takes O(5 minutes).
|
||||
WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 27 Jul 2025
|
||||
RUN git clone --branch v6.16 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# Linux Kernel: Released 13 Apr 2026
|
||||
RUN git clone --branch v7.0 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# GNU C library: Released 29 Jan 2025
|
||||
RUN git clone --branch release/2.41/master --depth 1 https://sourceware.org/git/glibc.git
|
||||
|
||||
|
||||
@@ -564,6 +564,8 @@ type (
|
||||
|
||||
type Timespec C.struct_timespec
|
||||
|
||||
type KernelTimespec C.struct___kernel_timespec
|
||||
|
||||
type Timeval C.struct_timeval
|
||||
|
||||
type Timex C.struct_timex
|
||||
|
||||
Reference in New Issue
Block a user