-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` | Package | Update | Change | |---|---|---| | [containerd/stargz-snapshotter](https://redirect.github.com/containerd/stargz-snapshotter) | minor | `v0.15.1` -> `v0.16.2` | | [containers/crun](https://redirect.github.com/containers/crun) | minor | `1.17` -> `1.18.2` | | git://git.kernel.org/pub/scm/libs/libcap/libcap.git | minor | `2.70` -> `2.72` | | git://sourceware.org/git/elfutils.git | minor | `0.191` -> `0.192` | | [google/gvisor](https://redirect.github.com/google/gvisor) | minor | `20241007.0` -> `20241118.0` | | [https://github.com/qemu/qemu.git](https://redirect.github.com/qemu/qemu) | patch | `9.1.0` -> `9.1.2` | | [https://github.com/spinkube/containerd-shim-spin.git](https://redirect.github.com/spinkube/containerd-shim-spin) | minor | `v0.16.0` -> `v0.17.0` | | [tailscale/tailscale](https://redirect.github.com/tailscale/tailscale) | patch | `1.76.0` -> `1.76.6` | ``` Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
26 changed files
with
126 additions
and
56 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# renovate: datasource=github-tags extractVersion=^release-(?<version>.*)$ depName=google/gvisor | ||
GVISOR_VERSION: 20241007.0 | ||
GVISOR_VERSION: 20241118.0 | ||
# renovate: datasource=github-releases depName=containerd/stargz-snapshotter | ||
STARGZ_SNAPSHOTTER_VERSION: v0.15.1 | ||
STARGZ_SNAPSHOTTER_VERSION: v0.16.2 | ||
# renovate: datasource=github-releases depName=kubernetes/cloud-provider-aws | ||
CLOUD_PROVIDER_AWS_VERSION: v1.31.1 | ||
# renovate: datasource=git-tags extractVersion=^containerd-shim-wasmedge\/(?<version>.*)$ depName=https://github.com/containerd/runwasi.git | ||
WASMEDGE_VERSION: v0.4.0 | ||
# renovate: datasource=git-tags depName=https://github.com/spinkube/containerd-shim-spin.git | ||
SPIN_VERSION: v0.16.0 | ||
SPIN_VERSION: v0.17.0 | ||
# renovate: datasource=github-releases depName=kata-containers/kata-containers | ||
KATA_CONTAINERS_VERSION: 3.3.0 | ||
# renovate: datasource=github-releases depName=containers/crun | ||
CRUN_VERSION: 1.17 | ||
CRUN_VERSION: 1.18.2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
go 1.22 | ||
go 1.23.0 | ||
|
||
use ( | ||
./examples/hello-world-service/src | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base | ||
WOLFI_BASE_REF: sha256:0c1bf69476e3ca3d4763ca3067773e8796a1faecd56678a3b748cd90cfb9b9a5 | ||
WOLFI_BASE_REF: sha256:8dd9ceace8b1574e550374e9c07c2baafa60cc96223c1314fac61bd2edb48c70 | ||
|
||
VERSION: {{ .GLIBC_VERSION }} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=tailscale/tailscale | ||
TAILSCALE_VERSION: 1.76.0 | ||
TAILSCALE_VERSION: 1.76.6 | ||
# renovate: datasource=github-releases depName=lldpd/lldpd | ||
LLDPD_VERSION: 1.0.18 |
This file contains 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
66 changes: 66 additions & 0 deletions
66
nvidia-gpu/nvidia-container-toolkit/nvidia-container-cli/libcap2/patches/getdents.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
From 304089b078f2f339cd7ccb030a0ad0194aea0a0f Mon Sep 17 00:00:00 2001 | ||
From: Xi Ruoyao <[email protected]> | ||
Date: Tue, 12 Nov 2024 11:44:56 +0800 | ||
Subject: psx: use getdents64 instead of getdents | ||
|
||
On relatively new architectures (for example ARM64, RISC-V, and | ||
LoongArch), the kernel does not have a getdents syscall. Use getdents64 | ||
instead to fix the build on them. | ||
|
||
The getdents64 syscall was added in Linux 2.4 and I don't think we | ||
should still support older kernels today. | ||
|
||
Signed-off-by: Xi Ruoyao <[email protected]> | ||
Signed-off-by: Andrew G. Morgan <[email protected]> | ||
--- | ||
psx/psx.c | 15 ++++++++------- | ||
1 file changed, 8 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/psx/psx.c b/psx/psx.c | ||
index d66a7bf..bf7d69f 100644 | ||
--- a/psx/psx.c | ||
+++ b/psx/psx.c | ||
@@ -410,10 +410,11 @@ static long int __psx_immediate_syscall(long int syscall_nr, | ||
|
||
#define BUF_SIZE 4096 | ||
|
||
-struct psx_linux_dirent { | ||
- unsigned long d_ino; | ||
- off_t d_off; | ||
+struct psx_linux_dirent64 { | ||
+ long long d_ino; | ||
+ long long d_off; | ||
unsigned short d_reclen; | ||
+ unsigned char d_type; | ||
char d_name[]; | ||
}; | ||
|
||
@@ -486,11 +487,11 @@ long int __psx_syscall(long int syscall_nr, ...) { | ||
|
||
for (;;) { | ||
char buf[BUF_SIZE]; | ||
- size_t nread = syscall(SYS_getdents, fd, buf, BUF_SIZE); | ||
+ size_t nread = syscall(SYS_getdents64, fd, buf, BUF_SIZE); | ||
if (nread == 0) { | ||
break; | ||
} else if (nread < 0) { | ||
- perror("getdents failed"); | ||
+ perror("getdents64 failed"); | ||
kill(psx_tracker.pid, SIGKILL); | ||
} | ||
|
||
@@ -499,10 +500,10 @@ long int __psx_syscall(long int syscall_nr, ...) { | ||
for (offset = 0; offset < nread; offset += reclen) { | ||
/* deal with potential unaligned reads */ | ||
memcpy(&reclen, buf + offset + | ||
- offsetof(struct psx_linux_dirent, d_reclen), | ||
+ offsetof(struct psx_linux_dirent64, d_reclen), | ||
sizeof(reclen)); | ||
char *dir = (buf + offset + | ||
- offsetof(struct psx_linux_dirent, d_name)); | ||
+ offsetof(struct psx_linux_dirent64, d_name)); | ||
long tid = atoi(dir); | ||
if (tid == 0 || tid == self) { | ||
continue; | ||
-- | ||
cgit 1.2.3-korg |
This file contains 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
4 changes: 2 additions & 2 deletions
4
nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.mod
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module nvidia-container-runtime-wrapper | ||
|
||
go 1.22 | ||
go 1.23.0 | ||
|
||
require golang.org/x/sys v0.24.0 | ||
require golang.org/x/sys v0.27.0 |
4 changes: 2 additions & 2 deletions
4
nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.sum
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= | ||
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= | ||
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= |
4 changes: 2 additions & 2 deletions
4
nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.mod
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module nvidia-persistenced-wrapper | ||
|
||
go 1.22 | ||
go 1.23.0 | ||
|
||
require golang.org/x/sys v0.24.0 | ||
require golang.org/x/sys v0.27.0 |
4 changes: 2 additions & 2 deletions
4
nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.sum
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= | ||
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= | ||
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module iscsid-wrapper | ||
|
||
go 1.22 | ||
go 1.23.0 | ||
|
||
require golang.org/x/sys v0.24.0 | ||
require golang.org/x/sys v0.27.0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= | ||
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= | ||
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module zfs-service | ||
|
||
go 1.22 | ||
go 1.23.0 | ||
|
||
require golang.org/x/sys v0.24.0 | ||
require golang.org/x/sys v0.27.0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= | ||
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= | ||
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= |