FYI: This change seems to break the build with gold instead of bfd linker (with ld-is-gold in DISTRO_FEATURES):
ld: --no-dynamic-linker: unknown option jama ~ # ld.gold --help | grep dynamic-linker -I PROGRAM, --dynamic-linker PROGRAM jama ~ # ld.bfd --help | grep dynamic-linker -I PROGRAM, --dynamic-linker PROGRAM --no-dynamic-linker Produce an executable with no program interpreter header jama ~ # ld.lld --help | grep dynamic-linker --dynamic-linker=<value> --no-dynamic-linker Inhibit output of .interp section Regards, On Mon, May 15, 2023 at 5:27 PM Adrian Freihofer <[email protected]> wrote: > Bumping runc to version v1.1.7, which comprises the following commits: > > 860f061b (HEAD -> release-1.1, tag: v1.1.7) VERSION: release 1.1.7 > 26480338 Merge pull request #3838 from cyphar/1.1-release-gpgkeys > f72cd0a6 Merge pull request #3845 from kolyshkin/1.1-rm-warning > c1063b1c runc.keyring: add Akihiro Suda > b0fae8c4 scripts: keyring validate: print some more information > 79a52b43 libct/cg/sd: use systemd version when generating dev props > 6a806d4d runc.keyring: add Kolyshkin > b6f686f2 keyring: add Aleksa's <[email protected]> signing key > 63355bf8 keyring: add Aleksa's <[email protected]> signing key > 3bdb63bf keyring: verify runc.keyring has legitimate maintainer keys > 853d5e38 scripts: release: add verification checks for signing keys > bd1d5370 release: add runc.keyring file and script > 6ccf104a merge #3818 into release-1.1 > 7cd72cc3 VERSION: go back to development > 0f48801a (tag: v1.1.6) VERSION: release 1.1.6 > 0690c4ec merge #3823 into release-1.1 > e4ce94e2 libct/cg: add misc controller to v1 drivers > 53333a55 Merge pull request #3811 from > haircommander/root-cgroup-no-init-1.1 > 10cfd816 libctr/cgroups: don't take init's cgroup into account > 9c1c8446 Merge pull request #3817 from kolyshkin/1.1-user-exec > d30d240b tests/int: test for CAP_DAC_OVERRIDE > 840b9539 Fix runc run "permission denied" when rootless > c7a72aba Merge pull request #3808 from kolyshkin/1.1-cpuset-byte-order > 165d2323 tests/int: add a "update cpuset cpus range via v2 unified > map" test > 26a58fdb cgroups: cpuset: fix byte order while parsing cpuset range to > bits > add2f548 Merge pull request #3791 from kolyshkin/1.1-refresh-ci > c0647d3a Merge pull request #3807 from kolyshkin/1.1-skip-flaky-ce7 > 8d9d1d25 libct/int: make TestFdLeaks more robust > b66d6d56 libct/int: wording nits > ddbb6d41 libc/int: add/use runContainerOk wrapper > 3531cc2d ci: add call to check-config.sh > ed9a0e1d ci/gha: bump actions/cache to v3 > 7683e508 ci/gha: switch to Go 1.19.x for validate > 568d4407 ci/gha: bump golangci-lint to 1.48 > 1f9e36c0 libct: fixes for godoc 1.19 > 50f06554 ci: bump golangci-lint to 1.46 > 77472ef6 libct: fix staticcheck warning > 9994fe3f libct: suppress strings.Title deprecation warning > 403ea1f0 ci/gha: convert lint-extra from a job to a step > d2c83bdf ci/gha: switch to Go 1.18.x for validate > 03a631df ci: switch to golangci-lint 1.45 > e5a5522a Add supported Go releases (1.19, 1.20) > 3ce12483 Dockerfile: fix build wrt new git > bac06cf6 ci/gha: remove stable: when installing Go > e74040e0 build(deps): bump actions/setup-go from 2 to 3 > 55462355 Require Go 1.17, bump x/sys and x/net > 3ce9c1e2 tests: Fix weird error on centos-9 > abd6adde ci: bump shfmt to 3.5.1, simplify CI setup > 1a4bf049 man/*sh: fix shellcheck warnings, add to shellcheck > 9201794a script/check-config.sh: fix remaining shellcheck warnings > 8b976428 shfmt: add more files > b0fbd2f8 script/check-config.sh: fix SC2166 warnings > 7f8cb3d6 script/check-config.sh: fix wrap_color usage > f6562f19 [1.1] libct/cg/dev: skip flaky test of CentOS 7 > 55b2dbf0 Merge pull request #3806 from kolyshkin/1.1-fix-sd-start > 12f2f03f [1.1] runc run: refuse a non-empty cgroup for systemd driver > e618ec36 libct/cg/sd: reset-failed and retry startUnit on UnitExists > 931b9bf3 libct/cg/sd: ignore UnitExists only for Apply(-1) > b46ac860 libct/cg/sd: refactor startUnit > 060a61c6 merge branch 'pr-3796' into release-1.1 > 822623b6 CHANGELOG.md: move 1.1.5 CVEs to Security section > 54cfb25d Makefile: add verify-changelog as release dependency > 7b3ac330 verify-changelog: allow non-ASCII > 37e586ab CHANGELOG: fix a typo > de0c2277 [1.1] CHANGELOG: fix 1.1.5 git compare link > 16e5d1d4 merge branch 'pr-3799' into release-1.1 > 1fe2ec53 tests/int/mounts: only check non-shadowed mounts > 9b8ebe4d tests/int/mount: fix issues with ro cgroup test > > Signed-off-by: Adrian Freihofer <[email protected]> > --- > recipes-containers/runc/runc-docker_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-containers/runc/runc-docker_git.bb > b/recipes-containers/runc/runc-docker_git.bb > index b74ffc3..c763d71 100644 > --- a/recipes-containers/runc/runc-docker_git.bb > +++ b/recipes-containers/runc/runc-docker_git.bb > @@ -2,13 +2,13 @@ include runc.inc > > # Note: this rev is before the required protocol field, update when all > components > # have been updated to match. > -SRCREV_runc-docker = "17a2d451d635e5eda2e4902324428f1bc65b0364" > +SRCREV_runc-docker = "860f061b76bb4fc671f0f9e900f7d80ff93d4eb7" > SRC_URI = "git:// > github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https > \ > file://0001-runc-Add-console-socket-dev-null.patch \ > > file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ > file://0001-runc-docker-SIGUSR1-daemonize.patch \ > " > > -RUNC_VERSION = "1.1.5" > +RUNC_VERSION = "1.1.7" > > CVE_PRODUCT = "runc" > -- > 2.40.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8137): https://lists.yoctoproject.org/g/meta-virtualization/message/8137 Mute This Topic: https://lists.yoctoproject.org/mt/98905951/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
