summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* catatonit: update to v0.2.1Bruce Ashfield2025-06-261-1/+1
| | | | | | | | | | | | | | | | | Bumping catatonit to version v0.2.1-3-g56579ad, which comprises the following commits: 56579ad main: don't use secure_getenv ead41eb VERSION: back to development bb3b96b VERSION: release v0.2.1 2e85478 CHANGELOG: add changelog file f80876f init: switch to / after spawning subprocess bef5d5f README: explain how docker run --init is supposed to work 064bc9f Add a usage example for Dockerfile in README 65e1b96 fix build with kernel < 5.9 880defa version: back to development 7f0c9bb version: release catatonit 0.2.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* buildah: update to v1.40.1Bruce Ashfield2025-06-261-3/+3
| | | | | | | | Bumping buildah to version v1.40.0-14-ged56ef16d, which comprises the following commits: 08026ceb3 Builder.sbomScan(): don't break non-root scanners Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* aardvark-dns: update to v1.15.0Bruce Ashfield2025-06-262-35/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping aardvark-dns to version v1.15.0-14-g513be8b, which comprises the following commits: d71294c release v1.15.0 06fbfe4 release notes for v1.15.0 ce41695 github: add automatic release action ca22339 deps: update nix to 0.30.1 75ace53 fix(deps): update rust crate tokio to 1.45.0 d00ef95 fix(deps): update hickory-dns monorepo to 0.25.2 b234db7 Makefile: use cargo --locked in CI eab2ed1 ci: ensure tree is clean after build 7b9f20a fix(deps): update rust crate clap to ~4.5.37 ce81a00 chore(deps): update rust crate chrono to 0.4.41 407b816 chore(deps): update dependency containers/automation_images to v20250422 767eae2 fix(deps): update rust crate libc to 0.2.172 fef43b7 .github: check_cirrus_cron work around github bug e451092 fix(deps): update rust crate tokio to 1.44.2 0d6c386 update hickory to 0.25.1 03526d6 fix(deps): update rust crate clap to ~4.5.34 70df6f2 Add link to c/common contributor's guide f79abf4 chore(deps): update dependency containers/automation_images to v20250324 a0473ec update log to 0.4.27 ce420ef fix(deps): update rust crate tokio to 1.44.1 a70c535 test: use ncat not nc 9ae36da fix(deps): update rust crate libc to 0.2.171 aa2b388 fix(deps): update rust crate tokio to 1.44.0 d7e7464 .github: remove cirrus rerun action Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* wic: fix bios plugin name referencesBruce Ashfield2025-06-251-2/+2
| | | | | | | | | | When testing the OE core unpackdir fixups, it was found that the x86-64 xen images wouldn't assemble due to wic plugin issues. These tweaks get the images building, but runtime testing is still pending. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* networking: adapt to UNPACKDIR changesBruce Ashfield2025-06-255-9/+1
| | | | | | | | | | | | | This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - Drop S = assignemnts where possible Also note: openvswitch ptest is disabled as something in the source handling changes have broken it's install. We'll revisit this later. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: adapt to UNPACKDIR changesBruce Ashfield2025-06-253-5/+0
| | | | | | | | | | | | This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* demo: adapt to UNPACKDIR changesBruce Ashfield2025-06-251-2/+1
| | | | | | | | | | | This commit updates the container recipes to the OE core UNPACKDIR changes. - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* devtools: adapt to UNPACKDIR changesBruce Ashfield2025-06-2519-42/+5
| | | | | | | | | | | | | This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Update our GOPATH references to use UNPACKDIR - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* core: adjust to OE-core UNPACKDIR changesBruce Ashfield2025-06-256-16/+7
| | | | | | | | | | | | Adjusting our core recipes to work with the OE core source handling. Note: some of these recipes don't work at runtime, but this makes them parse. These changes are explicit S assignment removal and replacement of WORKDIR with UNPACKDIR. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virtiofsd: update to 1.13.2Bruce Ashfield2025-06-252-46/+142
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* vhost-device-gpio: drop clang checkBruce Ashfield2025-06-251-2/+0
| | | | | | clang is available in oe-core, we no longer need to check for it. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* upx: adjust to UNPACKDIR and bump versionBruce Ashfield2025-06-251-9/+7
| | | | | | | | We fix upx to work with the oe-core changes, and bump the version to fix compatibility issues with other updates in oe-core master. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* recipes-extended: adapt to UNPACKDIR changesBruce Ashfield2025-06-2528-50/+6
| | | | | | | | Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* containers: adapt to UNPACKDIR changesBruce Ashfield2025-06-2534-79/+32
| | | | | | | | | | | | | This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Update our GOPATH references to use UNPACKDIR - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer: drop styhead, add whinlatterBruce Ashfield2025-06-201-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kubernetes: rename CNI_NETWORKING_FILESChangqing Li2025-06-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Rename CNI_NETWORKING_FILES to 00_cni-containerd-net.conflist. According to the following k8s doc, k8s networking file will be used when both containerd-cni and kubernetes-cni both installed. "If there are multiple CNI configuration files in the directory, the kubelet uses the configuration file that comes first by name in lexicographic order." This commit can fix following issue: PACKAGE_CLASSES = "package_deb" do_rootfs failed with error: dpkg: error processing archive /path/to/oe-rootfs-repo/corei7-64/./kubernetes-cni_v1.32.0+git0+5fe148234f_release-r0.deb (--unpack): trying to overwrite '/etc/cni/net.d/cni-containerd-net.conflist', which is also in package containerd-cni v2.0.5-r0 Refer [1], "--no-force-overwrite" is set for dpkg, so above error occurred. [1] https://git.openembedded.org/openembedded-core/commit/?id=cb95ba079960411775c57ab864d266e15a6292d1 Signed-off-by: Changqing Li <changqing.li@windriver.com>
* podman: remove ptestChen Qi2025-06-122-39/+1
| | | | | | | | | | | | | The ptest was added almost three years ago and since then nobody ever fixed anything. It's almost impossible that the ptest never failed. As an evidence, for the current version, the test cases cannot even run. Remove this ptest. People who care about podman ptest should be maintaining it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* lxc: don't allow named listening IPv6 address on lxcbrX network interfaceXiangyu Chen2025-06-121-1/+1
| | | | | | | | | | | | | | | | | | lxc-net enabled the IPv6 by default since v6.0.0[1], when named enabled on system, the lxc-net which based on dnsmasq would fail to bind the IPv6 address on lxcbrX interface, that cause lxc cannot work correctly. LXC upstream changed the default v6 address again[2], we need to line up with upstream. Updated the lxc-net default v6 address to named.conf.option to tell named don't bind and listen that address. Ref: [1] https://github.com/lxc/lxc/commit/e8888344 [2] https://github.com/lxc/lxc/commit/31012d49 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* cni: make ca-certificates a packageconfigPatrick Vogelaar2025-06-041-2/+3
| | | | | | | | Moving ca-certificates into a packageconfig allows using cni without installing all the certificates. Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: fix compile failure while DEBUG_BUILD = 1hongxu2025-05-191-0/+1
| | | | | | | | | | | | | | | Build libvirt failed while DEBUG_BUILD = 1 [snip] ../git/src/cpu/cpu_x86.c: In function 'cpuidSetLeaf4': ../git/src/cpu/cpu_x86.c:2563:1: error: inlining failed in call to 'cpuidCall': function not considered for inlining [-Werror=inline] 2563 | cpuidCall(virCPUx86CPUID *cpuid) | ^~~~~~~~~ [snip] Explicitly add -Wno-error=inline to CFLAGS if DEBUG_BUILD = 1 to workaround Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvirt: add groups of libvirt and virtloginGuocai He2025-05-191-1/+1
| | | | | | | | | | | | | | | The systemd_sysusers_check logs: WARNING: wrlinux-image-std-1.0-r5 do_rootfs: Group libvirt has never been defined WARNING: wrlinux-image-std-1.0-r5 do_rootfs: Group virtlogin has never been defined This is because when libvirt is updated to v11.1.0, it involves: 2dd4f594ea tools: add sysusers file to create 'virtlogin' group 18f0160994 remote: add sysusers file to create 'libvirt' group To eliminate this warning, it is necessary to add these two groups. Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* fuse-overlayfs: update to v1.14Wojciech Slenska2025-05-193-54/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fuse-overlayfs-1.14 - isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all security xattrs with XATTR_CONTAINERS_OVERRIDE_PREFIX. - prefer user.containers.override_stat over user.fuseoverlayfs. - do not force -1 for owner overriding extended attributes. Otherwise the value is written to the override extended attribute. - fix file owner retrieval for chmod. - honor umask with xattr_permissions. - honor mode for devices with xattr_permissions. - propagate extended attributes permissions with copyup. * fuse-overlayfs-1.13 - fix a performance issue when dealing with big directories. * fuse-overlayfs-1.12 - change license to GPL-2.0-or-later. * fuse-overlayfs-1.11 - main: if a lower layer doesn't support ACLs do not enable them. * fuse-overlayfs-1.10 - main: use /proc/self/fd to read xattrs. - main: inherit ACLs for new files/dirs. - main: fix passing noatime. - main: add checks for valid /proc mount. - main: fix copy_file_range for deleted files. - main: fix creating links of just deleted files. Signed-off-by: Wojciech Slenska <wojciech.slenska@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* yq_git: add back apply=no for SRC_URI diffChen Qi2025-05-191-1/+1
| | | | | | | | | | | This apply=no was dropped during last upgrade. This causes do_patch error when using git shallow tarball. The original patch that added apply=no is: https://lists.yoctoproject.org/g/meta-virtualization/message/8804 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* xen: fix header guard inconsistencies (gcc15)Bruce Ashfield2025-05-152-1/+56
| | | | | | | | | | | | | | | | | | | | Fixing the following header inconsistencies | In file included from arch/arm/platforms/midway.c:22: | ./arch/arm/include/asm/platforms/midway.h:1: error: header guard '__ASM_ARM_PLATFORMS_MIDWAY_H' followed by '#define' of a different macro [-Werror=header-guard] | 1 | #ifndef __ASM_ARM_PLATFORMS_MIDWAY_H | ./arch/arm/include/asm/platforms/midway.h:2: note: '__ASM_ASM_PLATFORMS_MIDWAY_H' is defined here; did you mean '__ASM_ARM_PLATFORMS_MIDWAY_H'? | 2 | #define __ASM_ASM_PLATFORMS_MIDWAY_H | In file included from arch/arm/platforms/omap5.c:21: | ./arch/arm/include/asm/platforms/omap5.h:1: error: header guard '__ASM_ARM_PLATFORMS_OMAP5_H' followed by '#define' of a different macro [-Werror=header-guard] | 1 | #ifndef __ASM_ARM_PLATFORMS_OMAP5_H | ./arch/arm/include/asm/platforms/omap5.h:2: note: '__ASM_ASM_PLATFORMS_OMAP5_H' is defined here; did you mean '__ASM_ARM_PLATFORMS_OMAP5_H'? It is unclear whether this is on purpose or not, but for our limited set of permuations, we change them to match and no issues have been found. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: make xen 4.20 the defaultBruce Ashfield2025-05-151-2/+2
| | | | | | Bumping our default version to 4.20 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* libvmi: ignore incompatible-pointer-typesMartin Jansa2025-05-061-0/+17
| | | | | | | * temporary work around to unblock gcc-15 upgrade in oe-core Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* irqbalance: fix build with gcc-15Martin Jansa2025-05-062-0/+299
| | | | | | | | * fixes: http://errors.yoctoproject.org/Errors/Details/853261/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ipxe: fix build with gcc-15Martin Jansa2025-05-065-0/+451
| | | | | | | | * fixes: http://errors.yoctoproject.org/Errors/Details/853265/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* dev86: use gnu17 and ignore incompatible-pointer-types to allow building ↵Martin Jansa2025-05-061-0/+7
| | | | | | | | | | with gcc-15 The repo from SRC_URI is no longer accessible add temporary work around to allow building with gcc-15. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* yq: drop uneeded do_compile_prependPeter Kjellerstedt2025-04-201-15/+1
| | | | | | | | remove the do_compile:prepend(). It is not needed and removing it allows yq to be built after devtooling it. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* yq: Correct the version (4.45.1+)Peter Kjellerstedt2025-04-201-4/+4
| | | | | | | | | The current version of yq is actually based on 4.45.1. Also remove ${SRCREV_yq} from PV to allow `devtool modify yq` to work. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* scripts: adjust relocation.inc to not copy large directoriesBruce Ashfield2025-04-181-4/+29
| | | | | | | | | | | | | Some of the git repositories for depedencies can be quite large. The large files never seem to be related to build (as they would be too large to be pure go modules). To make things faster, update our rsync copy to exclude any directories bigger than 500M, we can adjust the limit or make it something a recipe can specify in the future, but for now this helps long build times. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* docker-compose: limit the amount of data copiedBruce Ashfield2025-04-182-2/+32
| | | | | | | | | | | | | | | The AWS dependency includes a VERY large set of directories, which are over 9G in size. To avoid some of this data movement, we suggest shallow clones and update our vendor rsync to exclude directories over 500M. This drastically speeds up the copy and overall build time. More investigation needs to be done, and perhaps a switch away from git clones for this recipe as the data over the network during fetch is still an issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* notary: drop recipeBruce Ashfield2025-04-181-41/+0
| | | | | | | Notary has had the depreciated warning for quite some time, dropping the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* devtools: update to latestBruce Ashfield2025-04-1712-151/+23
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* gunicorn: update to 23.0.0Bruce Ashfield2025-04-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As well as the update, we move away from pure setuptools to pyproject.toml and the meta backend. Bumping gunicorn to version 23.0.0-13-ga86ea1e4, which comprises the following commits: 411986d6 fix doc 9357b28d keep document user in access_log_format setting 79fdef08 bump to 23.0.0 256d474a docs: revert duped directive ffa48b58 test: default change was intentional 52538ca9 docs: recommend SCRIPT_NAME=/subfolder 687b78d2 config defaults: PATH_NAME and ::1 for proxy 5bbf373e undocumented allow-all for forwarder-headers 3e042e82 Configurable list of forwarder headers 01bcdb1d Exempt SCRIPT_NAME from newly introduced --header-map treatment 2bc931e7 whitespace handling in header field values ce039ca7 Swap error/debug severity 6c3296e1 update docs e3562c94 doc: news for 2024 6245e2c0 docs: unresolved reference (the reference is not named after the class name) 2a3dfdd2 CI: verify docs up to date 2c38b036 Update design.rst 555d2fa2 don't tolerate wrong te headers 5e39f886 Update tornadoapp.py cabc6662 chunked encoding: example invalid requests a3d130ae gracefully handle chunked encoding missing size 70a1e437 forbid lone CR/LF and NUL in headers (docs) 7c3e9c9c docs: clarify Makefile is generated 2669016a docs: https-capable sphinx homepage entry point 4b48ebe8 no docs/build in sdist 9ca4f1fd refuse empty request-target in HTTP request eda9d456 forbid lone CR/LF and NUL in headers e3fa50d1 update docs 0f200191 Document server hooks in a custom application 8fe034ef CI: run entry point tests without deps, run lint without package build steps 9949e34e CI: also try Python 3.13 (at this time beta 1) 3d006963 CI: revert macos-14 for Github runners 97f87ec1 Fix InvalidHTTPVersion exception str method 4f776658 Python 3.3+: replace deprecated aliases ec85b32d Pythn 2.7+: open arg defaults to r 78ef73b6 Python3: super() args not typically needed 422b18ac class Name(object): -> class Name: 4323027b drop long-default - coding: utf-8 5b68c17b fix license year f63d59e4 bump to 22.0 0243ec39 fix(deps): exclude eventlet 0.36.0 628a0bcb chore: fix typos 1954fb63 update example_config with latest settings 08364f03 Issue #3079, add unit test deae2fc4 CI: back off the agressive timeout f4703824 docs: promise 3.12 compat 5e30bfa6 add changelog to project.urls (updated for PEP621) 481c3f95 remove setup.cfg - overridden by pyproject.toml 89dcc5c5 CI: stop testing EoL PyPy 184e36f9 skip eventlet, not yet supported on python 3.12 b39c5b7e CI: style 0bb96d17 CI: tests may hang on PyPy 660fd8d8 Fix references to non-existent 20.2 version in configuration settings e0c3390f Typo and email in Security.md e710393d HTTP parser: stricter chunk-ext OBS handling b6c7414f briefly document security fixes in 2023 news 7ebe442d strict HTTP version validation f5501111 strict HTTP header field name validation fd67112f Ignore secure_scheme_headers in Trailer section ac29c9b0 fail-safe on unsupported request framing 0b10cbab unconditionally log request error 72b8970d silently drop or refuse header names w/ underscore b2846783 strict: header field validation: stop casefolding 42dd4190 test: verify TOKEN_RE against common HTTP Methods 13027ef7 Create SECURITY.md f0c91cca Check SCRIPT_NAME is at the request path's beginning 72238fcf RFC compliant request line and header parsing 735e9e86 Disallow empty header names. 2dbe49de RFC compliant header field+chunk validation 559caf92 pytest: raise on malformed test fixtures 611746ed CI: check entry points c3396b97 github actions: cache and test run_module (-m) 40232284 let's exception not bubble ensure we can catch correctly exceptions based on BaseException. 7acd83bf pyproject.toml: fix license-files field 0dd6b635 Use `utime` instead of `fchmod` in WorkerTmp.notify 237f3e6f Remove Python2 note a265b9cf news.rst: fix minor typo 4ce82358 Add Python 3.12 to test matrix and add classifiers afe06802 Document Python 3.7 requirement ca2ce2c7 Fix for issue #3079, worker_class parameter accepts a class 7d69222b Bump actions/checkout from 3 to 4 fdd23e82 migrate to pyproject.toml 7033f27e remove exclusion of tests and examples dir 760e8642 migrate to setup.cfg ab9c8301 bump to 21.2.0 bc905859 revert change considering connection as idle 4e12ebe3 bump to 21.1.0 60b78e3d fix setup.cfg: use new license_files property 86d85cb3 fix gthread worker 547f8561 bump 21.0.1: fix doc 033dca60 fix doc path to conf.py in readthedocs.yaml 1dd24e6e fix .readthedocs.yaml path b6eb01ba add readthedocs.yaml 543628eb remove pypy-3.7 from tests 91cb3dc6 Revert "remove cryptography from requirements" 471a6f80 remove cryptography from requirements f628dd97 fix import error cac38b42 bump doc version 0304f006 add minitimal changelog f72acb6c add missing depedency for eventlet tests 1ff10ff9 remove useless dep 378f0d04 bump to 21.0.0 2f17eb50 Add a Dependabot config to keep GitHub action versions updated fa94f705 Updating Content-Length Handling dd0aebfc add to THANKS :) cc15967c tox.ini deps 48d670f0 update pylint version, and fix linter issues 7f480daf replace pkg_resources.load_entry_point 858b743d remove double finally 6d4faab6 Log access even when connection is closed d8c3b149 Deprecate ssl_version option 2b98f5e7 Fix username parsing for basic auth ed9729a8 add missing double quote 0b5c4aea Fix LogRecord pre-formatting, closes #2801 a7ead983 fix basic auth logging f19e31fe utils.py: fix code reference e7781d2c gthread: consider intial connectino as idle 98653df9 Update setup.py b8d6b1e9 Add myself to THANKS 72faa11e Replace pkg_resources.parse_version with packaging.version.parse d04ddfd1 Docs: add link to configuration file 4d532c96 Update THANKS 2ea4699f Fixing errors reported by pycodestyle f5d73aa7 GA workflows cleanup Working Matrix for both lint/tox Fixing tox v4 issues Adjust pylint to working version 30baeebf Revert "get address from tuple" 48eda22a Update tox.yml 0b2c6fd9 bump uses 0ebb73aa gthread: only read sockets when they are readable 2f9eb19b prepare for release 1efc5d91 irc is on libera 61d643f9 add myself to THANKS file a41ee75c update irc channel docs 008d81d0 Update setup.py b42af98e Add contributor 6766c086 Fix HTTP status code for Request Header Fields Too Large 91fee380 Remove Travis CI configuration 137b77d3 build: harden lint.yml permissions 4cf30b79 build: harden tox.yml permissions 9f159f7c docs: Add section for Gthread workers c9d01c80 get address from tuple 69bf1d0c remove changes by isort and lint 4dff334f fix LevelLog in Arbiter.run() 7ef281fa readme: IRC channel has moved to libera.chat 1754d33e Add Python 3.10 classifier f186fa3a Make loggers function atomic 7d8f68c1 Solving issue #2692 ac8bc3a4 Regenerated rst docs cc3238c6 Prevent unnecessary setuid call 99447b08 Fix typo in deploy.rst 362a52bd Added parameter to ssl_context hook for constructing default context 71d6388f Replaced Travis CI badge with 2x gh actions badges for test and lint 19fb762b Split main tox test build and linters into two workflows. 80a62afc Updated THANKS. eaebf6d7 Revert the xfail for Python 3.10 1feb7c59 Revert the xfail for Python 3.10 f587bfaf GitHub Action to run tox a16b8975 GitHub Action to run tox 230cd034 Updated THANKS. 0b6939de Undo changes that make -R branch logic behave the same as non -R branch, that is, to close(0) and open /dev/null as fd=0 instead of fd=3. e9c4f744 Revert "Refactoring: common stdin </dev/null." eedc3a38 Refactoring: common stdin </dev/null. 835a4fc4 Ensure fd 0 stdin </dev/null is always inheritable. e5a97150 fix chdir documentation typo (#2656) cf3619f8 Fix typos 76f8da24 Revert "Log a warning when a worker was terminated due to a signal" c30b0d9d Fix problem that may happen after interrupted chunk-encoding request f639128b Fix sendfile behaviour for open files with non-zero offset. 141a8f3d docs: gthread is a sync worker e3b0b1f9 integral? that took me a while to figure out 3a6649a9 Fix link 5a581c0b Update SSLContext handling df82cac7 fix: gunicorn run tornado app failed 0215f5dc docs: add examples for cert-reqs 45687c35 Replace deprecated unittest alias daacf39c Improve access-log-format documentation section 7d50d61f Fix calling condition for Arbiter.log.reopen_files() 90ef9a6a Add nginx documentation for proxy_ignore_client_abort 6a8ebb48 eventlet worker: ALREADY_HANDLED -> WSGI_LOCAL 927c604f Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 cf55d2ce bump version 917ebcdd Fixes #1695 b83448bf Clarify the secure scheme behaviour, with examples (#2492) fb05e333 Fix a naming error for gthread worker 3b8ce3df Added a line to the documentation to further explain the use of logconfig_dict 01f5d4dd Remove 2020 unreleased changelog 1cfb59ca Fix changelog lint 6fbe6a11 Clarify grammar in FAQ about worker restarts 426fe70a link to 2021 61ccfd6c bump to 20.1.0 540b7100 Use warning level for 'Bad request' logs d1f0f11b fix inline code syntax in news f87882e4 add an empty line in news.rst 7a79808d update changeslog 6fd97b95 Document that WEB_CONCURRENCY is set by, at least, Heroku dad99a1b Update gunicorn_ext.py 32734928 Improve settings documentation a4407abf Default to Python 3 version of gunicorn in Stretch 00e73b7e Update Debian and Ubuntu distribution information 28a4c1b2 Typo fixed in the AsyncIO docs d7ff6053 Add Python 3.9 to PyPI classifiers 2ad21734 Enable Python 3.8 and Python 3.9 testing in AppVeyor f376da2e Test on Python 3.9 37994e14 Remove the --log-config-dict flag 3573fd38 Capture peer name from accept b695b497 Log a warning when a worker was terminated due to a signal d8a12560 Document that gthread also uses worker_connections da3b89b7 The signature of __init__ on the "fall through" InotifyReloader was missing the extra_files paramater, so specifying the inotify reload engine on the command line when one did not have inotify installed would, instead of a nice message about needed inotify installed would result in the following traceback: 548d5828 Remove reference to gunicorn/six.py in tox.ini (#2427) 5175471f be more explicit in the description of USR2 flow. 1d6f9029 Disable pylint raise-missing-from ca36d410 Fix format call 28df9926 Add additional logs when worker exits abnormally 83319f75 fix: repair django wsgi running error b3f9815a fix: don't enforce the content length f2d8b6d1 Split long line b80a3293 Correction on default value for config file (#2408) d81c6cef Warn in the case of bad systemd configuration 2a16fcd3 Test and defend against the specific case where the statsd hostname is 'unix' 15abac7e Allow specifying a UDS socket address through --statsd-host 7e16d130 Port websocket examples to Python 3 (#2371) e60a5591 Add project_urls and update to https 4b9afb47 Probably a typo 17e70dac ✨ Add support for python -m gunicorn 0d28529c Fixed two bugs related to gevent + gunicorn + statsd. 6aab4dec Add additional missing docs d4339979 Update desc for Timeout 4ababc36 Correct systemd socket activation example 57a9e2eb Specify wsgi_app in config #1359. 79fc9a3b Log abnormal arbiter shutdown at error level ee1e5c19 Log abnormal worker exit codes 4ae2a05c Disable keepalive during graceful shutdown ebb41da4 Make force close on max requests consistent 8c5613b1 Revert "Exit async keepalive request loop when self.alive is False" 78960570 Exit keepalive request loop when self.alive is False 57b8cdff Document --timeout 0 3bf93193 Update gthread.py f626830c Fix simple typo: convertable -> convertible f8b1e84d Do not raise and crash worker on ENOTCONN error f145e90e Set `max_accept` on `gevent` worker-class to 1 when workers > 1 f39b065d Validate directory before watching it with inotify 27d1e988 Fix issues #2133 and #2244 93bcf5a4 Replace and run the sitemap generator 83b78e09 Document the default name and path for the configuration file a648f8a8 Document how environment variables impact configuration c82996f7 Add documentation for the $PORT environment variable d3070459 Add milliseconds option to request_time in access_log (#2218) 287916a5 Remove dead code: find_library and _findWalk_ldpath 9219da52 Updated setup Development Status metadata to 5 - Production/Stable (was 4 - Beta). c1bea68f Added a set of pip requirements files to cover the examples in examples/frameworks. f74f926f remove trailing new line dcfd0f04 fix SERVER_SOFTWARE property 2f944c9b remove version from the Server header 2d40e6da Use socket.sendfile() instead of os.sendfile(). 2ec7493b Updated requires Python to >= 3.5. 7cce20e9 Don't build universal wheel, since Python 2 support has been removed. e5310d15 add os.path.abspath() in dirname generation of the reloader cfc93ad7 Update FAQ - Workers Silently Killed. 5a57d595 Fix sample command syntax highlighting in run.rst 4ef01b1c Bumped py3 min version in setup.py to 3.5 (was 3.4). 9c147f66 Added Brett Randall to MAINTAINERS. ed901637 Enable pycodestyle ff1dbfec update site with the new version 00b58979 Update faq.rst c5a254ad Update faq.rst 5858f815 Update faq.rst 9545e01d Update faq.rst 74cf2ce0 Update faq.rst and fix technical mistake on ulimit b014fa78 Various code improvements contributed by dilyanpalauzov. d1f6a778 Code style 5803f835 Added a possibility of logging the metrics to a Unix domain socket instead of UDP 000236aa Docs. 93d2687d f-strings only date back to Py3.6 13c5d72b Add --print-config option to print the resolved settings at startup. 2a0433e7 Update gunicorn/workers/workertmp.py 54d35d73 Fix #1965: About gunicorn [CRITICAL] Worker Timeout d20a26a3 updated styling e98f6a03 added capability to take JSON as log's config Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* scripts: add space around assignmentsBruce Ashfield2025-04-161-1/+1
| | | | | | | We need spaces around our SRCREV assignements to avoid QA errors. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* yq: update to v4.30.8Bruce Ashfield2025-04-161-45/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We also drop the -dev package avoidance of bash dependency as many more vendor'd packages now require it. Bumping yq to version 1.13.1-1767-gde2f77b4, which comprises the following commits: 8bf425b4 Bumping version f755755b Updated release notes 0f390b27 Bumping goccy 31ad7fba Bump github.com/magiconair/properties from 1.8.7 to 1.8.9 566cf82d Bump github.com/goccy/go-json from 0.10.3 to 0.10.4 2c9f8331 Bump github.com/elliotchance/orderedmap from 1.7.0 to 1.7.1 c02d44de Bump golang.org/x/net from 0.32.0 to 0.33.0 f73c862c feat: Create parent directories if --split-exp is used. 294a1709 Bumping version 342efb23 Fixed panic on multipling string by very large number #2211 22013812 Fixed multiply string by negative number panic #2211 52737154 Fixed panic error #2211 e204677f Fixed no-colors regression #2218 f7681595 Create docker image for armv7 / raspberry pi3 c16b1800 Make sure to update the key when deleting array elements 3bca3a23 Bump github.com/elliotchance/orderedmap from 1.6.0 to 1.7.0 70bef5b9 Bump golang.org/x/net from 0.31.0 to 0.32.0 ea2ba18e Bump golang from 1.23.3 to 1.23.4 80310eaa Removing temp docker fix 83911937 Temp fix docker version d858ab16 Removing riscv64 from docker build as its not supported by the base golang:1.23.2 image f1c7e5ca Updated release notes bc5b54cb Bumping version 129e5973 Fixing release pipeline 42db154e Bumping version f06c7c6b Updating release notes b710fadf Regenerating go mod 58cc9db7 Updated release notes 4af292f0 Fixed handling of nulls with sort_by expressions #2164 f238f018 Bump github.com/fatih/color from 1.17.0 to 1.18.0 58a4d240 Bump golang.org/x/net from 0.30.0 to 0.31.0 887b4a56 Fixed linting f2cc2ea5 Bump golang from 1.23.2 to 1.23.3 95e7b35f Fixed spelling of coloured f071a25f cmd: force no color output when NO_COLOR env presents b8607bac Prefer not having nolint 6908161f replace error creation f168172b remove unused variable parameters from functions 3ce266bf fix parameter order in error type comparison 7eef1a45 exclude lint errors to keep cobra params unchanged 072491c6 remove lint exception no longer required 18972b29 replace deprecated megacheck with specific linters 9d60c796 update golangci-lint to the last version 9caeb429 Format comments with a gray foreground 39a81da1 Bump golang.org/x/net from 0.29.0 to 0.30.0 b84e23e1 Bump golang from 1.23.1 to 1.23.2 f654fbf4 Fixed array subtraction update bug #2159 5df71072 Fixed index out of range error cc7738bb Bump golang.org/x/net from 0.28.0 to 0.29.0 302ce129 Bump golang from 1.23.0 to 1.23.1 f57de74c Bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 383cd0f1 Bump golang from 1.22.5 to 1.23.0 3727b3e6 Fixed unecessary int64 to int conversion c477fc08 Updated readme to include x-cmd 18460060 Can traverse straight from parent operator (parent.blah) dff01224 Regen kind docs 42b92aff Added pick including all keys example c76e432d Bump golang.org/x/net from 0.27.0 to 0.28.0 19e2591b Only use podman if CLI can execute. Use docker if non-Linux podman has no connection to Linux system. 6eb2ae75 Create kind.md header doc 82fca30e Fix cspell errors c46c1a71 build: use goreleaser for building cross-compiled binaries and add riscv64 target (#2135) bbdd9748 Bumping version 99406687 Preparing release 95aaccee Add Flox to installation methods (#2117) b9c3ff6f convert file ext to lowercase for format detection (#2121) b80e1cb3 Use static bin in snap (#2090) 0ff84152 Bump golang.org/x/net from 0.26.0 to 0.27.0 (#2099) e8dcf3f1 Bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 (#2108) 208302cf Bump golang from 1.22.4 to 1.22.5 (#2091) ef6fb92e Log printing follow no-colors flag #2082 28646c7b Skip and warn when interpolating strings and theres a unclosed bracket #2083 0b7d4b79 Fixed CSV content starting with # issue #2076 7e172251 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2075) f15500b2 Bumping version b8aec71e Preparing release 68aafb6a Handle numbers with underscores #2039 d58870b0 Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more f1964dec Adding splat[] short hand to collect,eval,map,omit,path,pick 45eda8db Added support for shorthand splat[] for filter,reverse,sort,shuffle d9af2dd9 Support env[] expression #2071 7bad2f4f Adding back in commented tests :facepalm 3ea19ad2 clean code 42120e13 Unique now works on maps and arrays #2068 1147113f Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (#2046) 2edfa834 Bump github.com/elliotchance/orderedmap from 1.5.1 to 1.6.0 (#2053) 8c7cfb72 Bump golang.org/x/net from 0.25.0 to 0.26.0 (#2061) 356c60f4 Bump golang from 1.22.3 to 1.22.4 (#2062) 4cc646b1 Bump github.com/fatih/color from 1.16.0 to 1.17.0 (#2043) 2e44ab45 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#2035) 557dcb87 Bumping version 2daa39e3 Updating release notes 0c15cf35 Added properties convert to numbers example #2023 d9adcdb6 Update instructions for Alpine Linux (#2034) 9010809d Bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 (#2024) 8250f0c2 Bump golang.org/x/text from 0.14.0 to 0.15.0 (#2036) 8ac9f605 Bump golang from 1.22.2 to 1.22.3 (#2037) 17481714 Bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 (#2014) 21ba506e Fix: shell-completion (#2006) b54d7eb2 handle escaped backslashes (#1997) db6f2dc6 Bump golang from 1.22.1 to 1.22.2 (#1998) 1411f450 Bump golang.org/x/net from 0.22.0 to 0.24.0 (#2008) c7baa8bc Fix: linux (w/ selinux) build (#2004) a4b9c304 Removed unused debian directory #2000 fe84f622 Docs 28c40670 Fixes npe when given filename ending with "." #1994 101cf14b min/max operators (#1992) 3283c65d pivot operator (#1993) 2ee7508b typos 2ecd8b60 updated contribe guide 021d5f05 Fixing omit docs 19a0e6dd Bumping version fbd4c842 Remove old JSON warning d9ef03a2 Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 (#1986) f5bfe5a2 omit operator (#1989) 3b85cef3 support string X int multiplication as jq (#1988) 76a0da39 Refactoring load op 2b2c2854 Adding release notes 8a07e3da Can specify parent levels #1970 9e9cb65e Fixed CSV line break issue #1974 29056ee8 Bump golang from 1.22.0 to 1.22.1 (#1968) 8f4e9718 Bump golang.org/x/net from 0.21.0 to 0.22.0 (#1969) b4463e29 Adding a EvaluateAll function to StringEvaluator #1966 93ed6660 yqlib, default to colors off when using yaml library #1964 b5e3a014 Added comment to goccy decoder, its will WIP b6ea54ba Updating release notes e092329b String interpolation! #1149 152b1584 Uncomment tests - oops 72a78472 Added tostring #72 706424a4 Improving column docs 9adde1ac Bumping version ef24680e Updating release notes 447bf28c Introduced 'format' to encapsulate encoding and decoding formats together 8f6d6420 Refactoring encoding configuration 1d371b71 Refactoring encoding configuration 55f6a3a4 Refactoring JSON encoder prefs 7a01e216 Refactoring Yaml encoder prefs f44d47a2 Refactoring Props encoder prefs 2866e90c Refactoring XML encoder prefs 571caa69 Refactoring Output types 8a538394 Updating release notes 3b84aaab Updating release notes 311c9afe Bump github.com/alecthomas/repr from 0.3.0 to 0.4.0 (#1953) abef92d7 Added prune recipe 9f3822fb Improving property docs b24b484e Added --properties-array-brackets flag for properties encoder #1933 2865022c Add --properties-separator option (#1951) 9a8151d3 Added csv separator flag #1950 42439b7d Adding shebang documentation 796b4a09 Adding shebang documentation 86bb90f9 Can shebang yq scripts! #1851 04769454 Bumping version 3c3f1180 Cleaning up log message formats 9142c93d Improved log format d9e1a789 Fixed Toml decoding when table array defined before parent #1922 c32a9cea Added new CSV option to turn off auto-parsing #1947 e81b6007 Fixing with_entries context #1925 8cde0c83 Can now retrieve the alias names of merge anchors #1942 b55f52f3 Improve merge docs 1d06d8b4 Another comment example 2871fa05 Release notes for next release 2dda0a20 Comments in yq expressions! #1919 24bd5636 Updating style docs bf2bc29e Dont run release build on v4 branch 7781edda Updating release notes c9722c22 Re-releasing for latest dependency updates bb66c9c8 Bumping version 279d9a69 Bump golang.org/x/net from 0.20.0 to 0.21.0 (#1940) 1b17de13 Bump golang from 1.21.6 to 1.22.0 (#1939) e1904627 Bumping version 5513ac8a Empty TOML table is an empty object d4e16a41 fix: empty TOML table (#1936) 6e21c9f7 Need to escape single quotes in bash, updated docs #1932 2473068a Attempt to use the latest snapcraft build 61833501 Bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3 (#1930) 33a3bb3b Bump golang from 1.21.5 to 1.21.6 (#1915) c06e1604 Bump golang.org/x/net from 0.19.0 to 0.20.0 (#1916) 010750da Updated to latest golint 8af3e46f Fixed bump version to move v4 tag 84890ae3 Add arg and flag completions a69c1b52 Generate v2 bash completions aaef2714 Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 (#1904) 16bab889 Bump github/codeql-action from 2 to 3 (#1903) dea8f956 Fixed "all" error message #1845 eb427878 Added another new recipe cbd03f8a Added new recipe 4cf123fe Fixed to_entries[] eff7d99e Added sample yq script dd648994 Bumping version 755becdd Release notes 7f26d91c Fixed handling of --- #1890, #1896 fa322aec Bump golang from 1.21.4 to 1.21.5 (#1895) c7b14eac Bump actions/setup-go from 4 to 5 (#1894) 2fd1537b Bump github.com/alecthomas/participle/v2 from 2.1.0 to 2.1.1 (#1893) 1db4b52c Bump github.com/yuin/gopher-lua from 1.1.0 to 1.1.1 (#1892) d474bb8b Fixing sef fault on bad XML #1888 1c3d5510 Bumping version d16b6fbb Release notes 54a6978e Release notes a988cd90 Updating JSON doc: NDJSON spec deprecated, prefer JSON Lines 779b2631 Updating references to yq being a YAML processor 638deed0 Bump golang.org/x/net from 0.18.0 to 0.19.0 (#1887) 730f240d Fixed to_entries and del bug #1886 c11a5332 Bumping version 430a6d52 Release notes eecc1065 Update JSON to YAML example for new JSON input output default (#1875) 998b4edb Grammar fixes (#1877) 26effddb Fixed empty array json bug #1880 1cf9ecc7 Bumping version 8024470b Updating release notes e5cc57be Do not panic when StdIn is closed (#1867) 3d64bdad Fixes issue when update against self #1869 4b8c8506 Updating release notes f789740f Bump github.com/elliotchance/orderedmap from 1.5.0 to 1.5.1 (#1854) 0523c9df Bump golang.org/x/net from 0.17.0 to 0.18.0 (#1856) c7ef9460 Fixed multi doc anchor bug #1861 79a50b9c Fixes dos line separator issue when reading expression file #1860 b75dc078 Bump github.com/fatih/color from 1.15.0 to 1.16.0 (#1857) fc940689 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#1858) 7892d38f Bump golang from 1.21.3 to 1.21.4 (#1859) 5f4c1fbd Bumping version 8122c9ed Release notes d6e099f7 Formatting bbe196ba feat: upgrade go.mod to 1.21 (#1830) a60d2797 add tests for root node unwrap bug in previous versions (#1837) c8f4ba7f Removing copier lib 13d1bbb4 Generic ast (#1829) 74304194 fix: Missing dependencies to build application (#1825) 5ac95e54 Bump golang from 1.21.1 to 1.21.3 (#1823) aaa81ac4 Bump golang.org/x/net from 0.15.0 to 0.17.0 (#1822) 7c78a15b Lua output fixes (#1811) 610896e5 Bump github.com/alecthomas/repr from 0.2.0 to 0.3.0 (#1813) d113344a Added tonumber support #71 6e65d44a Can build yq with no lua 5fa41624 Add support for Lua input (#1810) ee900ec9 Added kind operator a198f723 Bumping version 9f355b93 Release notes 0cf3adf5 Adding another xml test; spelling fixes 05ad1dad Fix typos (#1798) c750f1a4 Bump github.com/goccy/go-yaml from 1.11.1 to 1.11.2 (#1794) cdb9b560 Spellig with cspell 980b0e6d Bump golang.org/x/net from 0.14.0 to 0.15.0 (#1775) 0667500b Bump docker/setup-qemu-action from 2 to 3 (#1785) fa8cfd04 Bump docker/setup-buildx-action from 2 to 3 (#1786) 974ded5a Bump github.com/alecthomas/participle/v2 from 2.0.0 to 2.1.0 (#1787) e126344c Bump github.com/goccy/go-yaml from 1.11.0 to 1.11.1 (#1788) e09779e0 Fixed number parsing as float bug in JSON #1756 0a0182da Bump actions/checkout from 3 to 4 (#1776) 594a0be8 Bump golang.org/x/text from 0.12.0 to 0.13.0 (#1774) 95f61c6f Bump golang from 1.21.0 to 1.21.1 (#1773) de55fb39 Bump github.com/pelletier/go-toml/v2 from 2.0.9 to 2.1.0 (#1768) 62b25b1b Added recipes documentation c6648044 Added recipes documentation cda69bff Adding recipes e5564c18 Another xml example 55c0d485 Fixed string, null concact consistency #1712 71f95ab8 Fixed .a!= parsing issue #1711 1e84d7ef Bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 (#1763) d18a5e3a Fixed new linting issue CWE-118 596dda8c improve community supported installation options for Windows (#1761) 6609ed76 Bumping version 44c7f3ae Preparing release notes aaf805d8 Added checksum in bsd format ba1d5c1a Bump golang.org/x/net from 0.13.0 to 0.14.0 (#1751) 1c4f92ec Bump golang.org/x/text from 0.11.0 to 0.12.0 (#1752) 804b204f Bump golang from 1.20.7 to 1.21.0 (#1753) d302d75c Implement basic Lua output support (#1745) 9b408291 Bump golang from 1.20.6 to 1.20.7 (#1749) 1d611f04 Bump golang.org/x/net from 0.12.0 to 0.13.0 (#1750) 1dee08aa Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 (#1732) a68be7de Bump golang from 1.20.5 to 1.20.6 (#1725) 0b34c9a0 Bumping version 9cb09182 Release notes dde18338 Bump golang.org/x/net from 0.11.0 to 0.12.0 (#1719) b762da38 Bump golang.org/x/net from 0.10.0 to 0.11.0 (#1695) cb521fd0 Bump golang from 1.20.4 to 1.20.5 (#1690) 22ad68d1 Bump golang.org/x/text from 0.9.0 to 0.10.0 (#1696) 845d4ae3 Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 (#1673) fcc04823 Added docs on base64 only working with utf8 content 5950329e Added docs on yes/no being strings in yaml spec 1.2 5ef537f3 Bumping version f7fc4edc Preparing release notes af177f96 Bump golang.org/x/net from 0.9.0 to 0.10.0 (#1667) 4d50b001 Added test for null array json example d14eaa9b fix: runtime error: invalid memory address or nil pointer dereference (#1649) 91f47ff3 Bump golang from 1.20.3 to 1.20.4 (#1658) 80b42b81 Implement shell output format (#1645) bbe30550 Bump golang.org/x/net from 0.8.0 to 0.9.0 (#1638) d2f1ae9d Bumping version 3aa4c833 Release notes 385921a3 Fixed passing of readonly context in pipe 9d3c4029 Bump golang from 1.20.2 to 1.20.3 (#1628) cb907647 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1629) a7934680 Bump github.com/goccy/go-yaml from 1.10.1 to 1.11.0 (#1630) f58b1e52 Update README command for converting JSON to YAML (#1627) eba07529 Added scalar output for TOML (#1617) a389bb64 Fixed bug when splatting empty array #1613 496035c7 toml docs d00ffd9c Updating release notes d5bbe5be Bumping version 6a527604 Bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7 (#1623) 1fa88041 Bump github.com/alecthomas/participle/v2 from 2.0.0-beta.5 to 2.0.0 (#1624) 4cbede61 Bump github.com/goccy/go-yaml from 1.10.0 to 1.10.1 (#1625) 5fd2890d Add ``--nul-output|-0`` flag to separate element with NUL character (#1550) 311622d1 Add removable-media interface plug declaration to the snap packaging(#1618) (#1619) 8d516ce5 Handle scalars in csv, xml files 1b0a62d0 Handle scalars in property files ac5346b1 Release notes ebd1548e Bumping version aebdbb41 Added warning for auto-input json files 7103b78d Draft: Toml (#1439) 47f4ddc9 Bump github.com/goccy/go-json from 0.10.1 to 0.10.2 (#1614) 4ee4b09e Bumping version df5737ab Updating release notes 48b481b6 Unknown file type should default to yaml, Fixes #1609 7305b50f Fixed release notes - toml not released yet 875cfdc9 Bumping version 95aafdd8 Fixed modulo docs fdce8fce Added docs d8324dee Release notes dccba109 added another base64 test 69d3e3f3 Add support for decoding base64 strings without padding (#1604) 99b2ab61 Bump github.com/goccy/go-json from 0.10.0 to 0.10.1 (#1602) cbe84232 Bump actions/setup-go from 3 to 4 (#1601) dd4306b0 Bump github.com/fatih/color from 1.14.1 to 1.15.0 (#1603) ac8ffa28 doc gen fa6fac1a Minor typos (#1595) a6f0495b Stripped debugging info from binary e7f4c6ca Update README.md f2dd2999 Removed debain as a installation method 3404cc0d Removed debain as a installation method 9d2210b1 Removed debain as a installation method a466821e Added divide and modulo operators (#1593) 360a47fd Fixed npe in log #1596 08a6cb65 Auto output format (#1599) 2c14c984 Bump golang from 1.20.1 to 1.20.2 (#1589) eafcc3ba Bump golang.org/x/net from 0.7.0 to 0.8.0 (#1590) 9539877f Add filter operation (#1588) d30941b5 Detect input format based on file name extension (#1582) fed96f67 Bump github.com/goccy/go-yaml from 1.9.8 to 1.10.0 (#1581) 2340ce6a Release notes e5260d85 Release notes 47f4f8c7 Bumping version 2195df9e Fixed xml encoding of ProcInst #1563, improved XML comment handling fdb14875 Preparing release notes 3f1f66a8 Fixed merged anchor reference problem #1482 cf8cfbd8 Allow build without json and xml support (#1556) 62d167c1 Variable loop - Fixes #1566 (#1577) cb27444e Bump golang.org/x/net from 0.1.1-0.20221104162952-702349b0e862 to 0.7.0 (#1576) ce3d8378 Bump github.com/a8m/envsubst from 1.4.1 to 1.4.2 (#1569) 9949a237 v4.31.1 b86fb0ae Bumping version b369de66 Bump golang from 1.20.0 to 1.20.1 (#1557) 75483fe9 Fix github action attempt f4e7203a Fix github action attempt d17fd942 Added shuffle command #1503 a1698b74 Added ability to sort by multiple fields #1541 5cb3c876 bump to go 1.20 0f2a84d2 Bump golang from 1.19.5 to 1.20.0 (#1542) bbb149b3 Bumped linter 18a51ca5 Bump github.com/a8m/envsubst from 1.3.0 to 1.4.1 (#1551) 93b7c999 Use a lazy-quoting @sh encoder (#1548) f64f73a0 Updated gosec 88a6b20b Fixed date comparison with string date #1537 915ab699 Added to_unix operator f9f340b6 Github pipeline not in AU tz :D 75920481 Added from_unix operator #1535 d21bb920 Added shell string encoder (@sh) #1526 d119dbc2 Upgrading golang.org/x/net package (#1540) 7eda4a51 Bump github.com/fatih/color from 1.13.0 to 1.14.1 (#1531) 3b1bcac5 review feed back on URI 6d7d76a3 Adds @uri/@urid #1529 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* packagegroup-container: Fix docker typoTheodore A. Roth2025-04-091-1/+1
| | | | | | Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* podman: fix PACKAGECONFIG QA errorsBruce Ashfield2025-04-091-5/+7
| | | | | | | | | | | | | | | bitbake now errors if PACKAGECONFIG is used, but doesn't have entries for the possible values in the variable. podman was using PACKAGECONFIG as a local feature variable in one case (docker) and in the other, was later adding a RDEPEND that could have been done via the packageconfig directly (rootless). The docker issue is fixed by creating a PODMAN_FEATURES variable and testing on it, and the rootless one is fixed by using PACKAGECONFIG to add the rdepends Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* diod: No need to pass systemddir via EXTRA_OEMAKEPeter Kjellerstedt2025-04-091-1/+0
| | | | | | | | Use of the systemddir variable was removed from the diod repository in commit c081e851744d33025ff2626029a9ac2a5f9ccf8d. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* diod: Remove the dependency on tcp-wrappersPeter Kjellerstedt2025-04-091-1/+1
| | | | | | | | Use of tcp-wrappers was removed from the diod repository in commit 59b221f7b5eb24a20fdd886fdd1f8ff9810bdb73. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel-cfg: update to 6.12-tipBruce Ashfield2025-04-041-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* lopper: update to -tipBruce Ashfield2025-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping lopper to latest, which comprises the following commits: bd7deb3 ops/assists: Introduce new assist file to address PL overlay issues ce3b41b openamp: xlnx: zynqmp: FreeRTOS IPI Vect ID can now be same as Versal so let it match 531e782 Revert "lopper: Improved Logging for Better Traceability" 16b5fab lopper: assists: bspconfig: Modify the behaviour when no memory is mapped to processor 282e0e7 lopper: Improved Logging for Better Traceability 05ef511 lopper: assists: gen_domain_dts: Fix syntax issues in lopper 446ecf0 lopper: assists: gen_domain_dts: Update status property based on pciepsu configured mode 81cf953 lopper: assists: Add Cadence I2C for Zephyr 4cee740 lopper: assists: yaml_bindings: Add tile format property f67a124 lopper: assists: gen_domain_dts: Add DRC checks for microblaze riscv zephyr handling 18b3eaa lopper: assists: gen_domain_dts: Fix axi gpio DT error b9856f3 openamp: xlnx: Enable OpenAMP plugin to run after domain access plugin 8775786 gen_domain_dts: update linux ignore list to remove mmi_gpu 6006a7c lopper: assists: zephyr: Add Xilinx WWDT node for Zephyr 3a7b30d openamp: xlnx: header only: Set VRINGS as FW_RSC_U32_ADDR_ANY 2b1b4d7 openamp: xlnx: ensure ipi vect id for rtos is same as baremetal for vitis-flow 4ce6ab9 openamp: xlnx: Ensure that openamp lopper run accounts for misc args 00a7817 spec: introduce Parent and GLOB device matching 4629360 openamp: xlnx: ensure ipi vect id for rtos is same as baremetal e51e9c3 sanity: add try/except around node moving test fbe0f60 tree: improve warning and assertion on node moving d2496b3 sanity: add reference for adding phandle replacement e32066e assists: gen_domain_dts: Add PMP support for mbv32 zephyr 0750650 lopper: Fix TTC instance exclusion and DTS split dd4c77e lopper: lops: lop-gic-el1: Add lops for handling gic e1 ns use case 947bbf8 lopper: assists: Add support to generate zephyr compatible DT for R52 d6db002 lopper:assists:baremetallinker_xlnx: Remove reset vector check for microblaze_riscv 3519b15 lopper:__main__.py:Unify lopper_directory path handling across module 1f2e160 lopper: assists: yaml_bindings: Add boolean properties for HDCP 17f8a5b lopper: assists: yaml_bindings: Add boolean properties for HDCP protocol e94725a lopper: assists: yaml_bindings: Add boolean properties for versal device 0577348 lopper: assists: yaml_bindings: Add boolean properties for versal device e098f18 Update README: Add xlnx_overlay_dt.py usage details 82f374e lops: lop-microblaze-riscv: Add support for b extension in arch flags 5d9ad99 baremetalconfig_xlnx : Add support for gmiitorgmii-addr property ee4d0fa gen_domain_dts: update linux ignore list to remove mmi_10gbe and gty 9f0f110 assist-sanity: test node ordering constraints fc0f404 assists/domain_access: convert print to lopper.log 975f2b5 sanity: enhance sanity tests to cover device tree overlays 6448a06 lopper: allow multiple independenty setup/print calls f20b3a9 tree: output flexibility and external tree dereferences 9310c83 tree: remove lopper-label-* properties on node load 02ac9cf lopper/tree: introduce core external trees support 1b8548a openamp: xlnx: VersalGen2: Catch TCM nodes for processing ab74db0 openamp: xlnx: remove debug prints 4f37e92 openamp: xlnx: fix up generated header 9a26e77 lopper: assist: yaml_bindings: Add BSD License 5e1c024 lopper: assists: yaml_bindings: Add BSD License 6ab5ecc Revert "lopper: lops: lop-microblaze-riscv: Update multilib mapping when fpu is configured in the design case" bf353f0 lopper: assists: gen_domain_dts: Fix interrupt-controller value in case of zephyr 228082d openamp: xlnx: move TTC removal logic to end of xlnx_openamp_parse 5e8f6d2 openamp: xlnx: Change FreeRTOS header symbol to FREERTOS_BSP b7c6b52 lopper: Ensure Only Existing DT Node Parameters 4403fb5 lopper: assists: zephyr: Updates for mbv zephyr f6f9b90 lopper/tree: make dts input node merging configurable b00a75d lopper/fmt: detect fdt encoded empty strings 0797ae7 baremetalconfig: update warning message in xlnx_generate_config_struct d8d9155 baremetal_linker: update xlnx_memipname list with ddr3 memory d3adb7b lopper: lops: lop-microblaze-riscv: Update multilib mapping when fpu is configured in the design case bfeccc6 lopper: Exclude last TTC instance for RPU peripheral tests 3f70bdd lopper: assists: TTC removal logic now based on compatible string beff111 lopper/sanity: add dts overlay sanity test c7bb82b lopper: allow .dtsi as an output extension for dts files 78d78eb tree: add dts_overlay type abcd554 tree: ensure tha labels and meta-labels are consistent c590d11 lopper: assists: remove gtwiz_versal from the linux_ip_ignore list as it has a linux driver 9f4770f lopper:assists:baremetallinker_xlnx: Update the logic to select the lower DDR. aabc4f2 openamp: xlnx: Add checks for VersalGen2 to work with latest design 5003909 lopper:assists:baremetallinker_xlnx:Add the full names of the memory sections to the linker script to ensure proper alignment with Vitis Classic 6861007 lopper:assists:baremetallinker_xlnx: The repeating address maps are being overridden because they are stored in a dictionary as a key. This is due to a recent change(https://gitenterprise.xilinx.com/decoupling/lopper/commit/e575b351e61c26b3b7d13849b0c6ab8d74297a83) in get_mem_ranges that removes unwanted loops 116a7c9 lopper: assists: Move TTC removal logic to OpenAMP 91576d3 lopper: lop: lop-ttc-split: Add check for interrupt parent b5bab63 lopper: assists: zephyr: Add AXI TIMEBASE WATCHDOG node for Zephyr 3751d9a openamp: xlnx: Update Host Bitmask for ZynqMP d2bde8e lopper: assists: baremetal_xparameters_xlnx: Fix the issue of out-of-order node entries in xparameters.h file cfaf312 lopper: assists: gen_domain_dts: Scale TTC0 removal to all SOCs 4fa11f3 lopper: assists: gen_domain_dts: Remove TTC0 for Versal-based SOCs 5e63e89 lopper:assists:baremetallinker_xlnx: Fixed the issue from the previous commit e575b351e61c26b3b7d13849b0c6ab8d74297a83. If lmb_bram is available in bram data, provide high precedence for lmb_bram for the memory test to align with the xsct. a2c260c tree: fix debug print during filtering 18d14a0 assists/domain_access: enable command line asisst mode b277009 assists/domain_access: allow absolute path to target domain 3f0c726 openamp: xlnx: Update NOBUF IPI support to include nobufipi6 e89f99f lopper: assists: zephyr: Add current-speed to UARTNS550 e6d3ff9 openamp: xlnx: xlnx_openamp_gen_outputs_only: Update to account for no IPI nodes inSDT f95b278 assists: Make the regex strings containing escape characters raw strings 31f506e lopper: search user supplied directories before system 30710f7 dt: convert to logger for output d671bd3 lopper: assists: baremetalconfig_xlnx: Fix the issue of out-of-order config struct node generation by first 7e02a46 lopper: assists: baremetallinker: Fix the bram start address when base vectors start address is non-zero 7f688d1 openamp: xlnx: add VNET NOBUF IPIs 6f6d4f3 openamp: xlnx: remove address-cells and size-cells from core remoteproc node 98499b4 lopper: assists: gen_domain_dts: Enable RPU domain support for OpenAMP 40a9511 lopper: baremetalconfig_xlnx: Add support for 'mdioproducer-baseaddr' property a72f2e2 lopper:assists:petalinuxconfig_xlnx: 'get_memranges' function returns both the memory ranges and label names as part of adding the full names of the memory sections, to match the return values add '_' e575b35 lopper: assists: baremetallinker_xlnx: Eliminated unnecessary code blocks that were no longer needed. - Separated the 'xlnx_generate_bm_linker' code into the following functions to improve code flow: - **generate_mem_config**: Generates the memory configuration. - **get_ddr_address**: Retrieves the default DDR address value. - **generate_linker_script**: Contains the generic code for the linker script. - Add the full names of the memory sections to the linker script to ensure proper alignment with Vitis Classic. lopper: assists: Integrated label names within the 'get_memranges' function, which returns both the memory ranges and label names as part of adding the full names of the memory sections. 00b5625 openamp: xlnx: Set native flag to false for remoteproc v2 case cca4b94 lops: add namespace portion to lop nodes 531bd21 tree: ensure that properties with a value have a type cfd467a sanity/openamp: use outdir for constructed system device trees 02a38b1 assists/extract: convert format strings to f-strings ea89bc1 assists/grep: convert format strings to f-strings 35fbe51 assists/xen: convert format strings to f-strings eac2bc9 assists/domain_access: convert format strings to f-strings 1b20b2b assists/lopper_lib: convert format strings to f-strings e987d5d assists/isospec: convert format strings to f-strings bf2c046 assists/subsystem: convert format strings to f-strings e9d89b0 yaml: update format strings to f-strings e12f24c tree: change format strings to f-strings 67342dc dt/fdt: update print statments to f-string 87d546f base: update print statments to f-string baf9f69 init/main: convert print statements to f-string 34147fc sanity: convert print statements to f-string 4b30c2c sanity: update openamp tests with latest 5038197 openamp: xlnx: Fix platform check 955f705 openamp: xlnx: Add flag openamp_no_header 7a69639 openamp: xlnx: Enable output of header given OpenAMP DT 2fa66e8 lopper: assists: gen_domain_dts: Add MDM RISCV UART for Zephyr b579561 lopper: assists: baremetallinker_xlnx: Enable the generation of the BASE_VECTOR cmake variable for the MicroBlaze processor 8aa734c openamp: xlnx: Update domains removal check 0ecb422 openamp: xlnx: Small fixes f4efa37 lopper:assists:baremetallinker_xlnx: Add default heap size for OpenAMP Cases b8b2363 openamp: xlnx: Add support for Versal2 f5f4edc openamp: xlnx: Add support for Versal MBox binding aa14db3 openamp: xlnx: Add support for upstream driver 2e1de2b pip: update Pipfile and Pipfile.lock 05114a9 isospec: process all destinations in design cells 2b936c7 treewide: make regex strings raw 5a59aa3 vendor/libfdt: add python bindings for 3.13 370574d vendor/libfdt: add python bindings for 3.12 b104b95 fdt: fix literal string warnings 54418eb pipfile: bump minimum python version to 3.10 01d6c5a sanity: start python 3.13 preparation 3277d4d asists/subsystem: reduce verbose output e5da33f lopper: lops: lop-cpu-oslist: Don't generate the cpu meta-data in case cpu is not mapped in the design 1d4649d lopper: assists: gen_domain_dts: Update memory node handling to consider device_type field 43a8d8d lopper: assists: baremetal_xparameters_xlnx: skip canonical defines generation incase of it matches with any of the label_names in the node_list 16cdb8c lopper: venv: add requirements.txt and venv usage in README 6b8e26d lops: Remove print statement ce41ba6 lopper:assists:baremetallinker_xlnx: Add CODE and DATA sections e916bb8 lopper: assists: gen_domain_dts: Add AXI GPIO node for Zephyr 567647a lopper: assists: gen_domain_dts: Add gtwiz_versal IP to the linux_ignore_ip_list d419cb4 base.py: Enhance interrupts-extended Property Specification 9786f0b xlnx_overlay_dt.py: Fix interrupt-parent assignment logic in overlay generation 4d85a1d openamp: xlnx: Update ELF DDR Load carveout retrieval for baremetal linker f097508 lopper_sanity: xlnx: Add sanity test for simple gen_domain case 39608c4 lopper: Add special hanlding for ttc baremetal use case 9e60693 openamp: xlnx: Add error handling in xlnx_openamp_find_channels to account for no domains present c4ae400 lopper: assists: yaml_bindings: Add xilinx FMC node for versal devices 94eec7e lopper: assists: yaml_bindings: Add xilinx FMC node for versal devices f1bc613 openamp: xlnx: outputs: Account for FreeRTOS IPI Vector ID d9c1cfb openamp: xlnx: Enable gen_domain to invoke openamp processing b053939 lopper: assists: gen_domain_dts: Add UART and AXI-IIC nodes for Zephyr 2d2cb8a Revert "lopper: assists: Optimized metadeta generation logic" bb8514a assists: gen_domain_dts: Fix zephyr,sram property generation (#424) dee4d5d lopper : Fixed path issues (#422) 742ad54 lopper: assists: Optimized metadeta generation logic ad347ec lopper: assists: gen_domain_dts: Add Ignore IP entries for Versal Gen2 linux domain b0d86c5 xlnx_overlay_dt.py: Use re.match instead of re.search for clock pattern matching 0309ec9 sanity/openamp: enable symbol tracking 6429792 isospec: process info section and check for shallow .iss files 00d1ab7 assists/subsystem: remove obvious debug print statements 4bf1d44 lopper_sanity: openamp: Clean up sanity testing df9e2da openamp: xlnx: Enable user to pass in custom name for output header b105fe9 openamp: xlnx: xlnx_rpmsg_construct_carveouts: preserve v1 parsing 60adb2a openamp: xlnx: Add YAML for each SOC and RPU configuration e8bf87e openamp: xlnx: Update for lockstep and other SOCs for v2 driver 10d429c openamp: xlnx: Change warnings to errors c3422ba lopper:assists: Added logging lopper:assists:baremetal_xparameters_xlnx: Fixed new line issue da27ead baremetallinker: set memtest_config to False while updating default_ddr based on valid_mem_ips e1be108 lopper:assists:baremetal_xparameters_xlnx: Fixed issue from the previous commit 6817b13 a68a949 Changed logger logic and used from lopper/log 6817b13 lopper: assists: common_utils: Added logger setup based on verbose lopper: assists: baremetalconfig_xlnx: For scan_reg_size added exception to handle the Index error and added logger warnings lopper: assists: baremetal_xparameters_xlnx: Added logger messages and removed duplicate code lopper: assists: gen_domain_dts: Removed duplicate code 7940ebf lopper: add search paths for input files ed10228 lopper: fix assist not found error message f972d3f lopper: assists: common_utils: Add support for read-only embeddedsw usecase 2a7c3e2 lopper: assists: baremetal_gentestapp_xlnx: Exclude pulling uartlite examples for tmr-sem 12717ad lopper: assists: xlnx_overlay_dt: Add support for 'cortexa78_0' processor 0074865 openamp: xlnx: Update YAML for latest upstream driver 46a04f2 openamp: xlnx: add support for upstream remoteproc bindings b03947f lops: lop-mbv-zephyr-intc: Remove compatible from cluster node 481bda1 zephyr_dt: Align mbv32 interrupt controller wiring with zephyr-amd 9e8cc73 assist: gen_domain_dts: Align generated kconfig files with zephyr-amd dfa8f2d demo: openamp: Make openamp demo work a96b347 lopper: assists: baremetallinker_xlnx: update the mem_ranges to account for multiple NoC memory segments within a given region c0facd0 lopper: assists: gen_domain_dts: delete unneeded nodes for zephyr MB-V b801792 lopper: assits: yaml_bindings: Add audio snd-pcm proerties 84f06ca lopper: assists: baremetallinker_xlnx: Add support for handling xlnx, memory-ip-list property a2d8522 assists: gen_domain: linker: Update the assist to handle ZU+ fsbl usecase ecda3a2 assists: baremetalinker: Update microblaze-v default address 4cae84f lopper: hdmi: Add HDCP1x Keymanagement property dc51298 lopper: assist: dt-binding: vphy: Fix the syntax error in vphy YAML binding 6515708 lopper: vphy: Add FMC connector property d0cb1b4 lopper: assists: baremetal_gentestapp_xlnx:Add condition for tapp section check 8c5d992 lopper_sanity: openamp: add second test a78cd4f lopper: assists: yaml_bindings: Fix the audio tx name a2e32d9 lopper: assists: yaml_bindings: Fix optional properties 97d1c45 v-dprxss: Add missing property in DPRX yaml 2af672d lopper: assists: gen_domain_dts: Preserve TCM nodes with latest checks 196cb57 openamp: xlnx: Add compatible strings to remoteproc driver 220a50b assists: isospec: exit after file not found exception 7180d6d lopper: increment VERSION in preparation for release 034261a lopper: assists: baremetal_gentestapp_xlnx: Add support for dma headers 93878f3 vendor: add python 3.11 libfdt c8b1685 lops/assists: Rename APU gic labels to gic instead of gic_a* f1a54d0 assists:baremetallinker Add pmc_ram in valid list of memory IPs 0551671 assists:gen_domain_dts: Remove all the IP sub-cores from Linux Device Tree 36cf01a lopper: assists: gen_domain_dts: Don't delete the xlnx,name property for sysmon driver 99ffe0a lopper: assists: baremetal_gentestapp_xlnx: Improve test app selection logic. 51ea16f lopper: assists: baremetal_gentestapp_xlnx: Add DDR dependency 4105108 tree: remove potentially alarming print statement df9df5a base: add comment about address-map non-compliance a40684d lopper/tree: add the ability to lookup values in parent nodes b0f2aa5 lopper: make output file type detection more specific f981d8c lopper: Add 'external-fpga-config' option to support pre-configured FPGA use cases 8241086 assists: gen_domain_dts: Add strict check while fetching cpu nodes from SDT 5c8554f openamp: xlnx: xlnx_openamp_get_ddr_elf_load: Add logic for current VNET SDT 00c2490 lopper: assists: Add special handling for zynq nand 757ac34 assists: gen_domain_dts: Ignore subcore nodes for mipi pipeline e30857c lopper: assists: gen_domain_dts: Don't delete the xmpu and xppu nodes while generating linux device-tree d65f154 assists: gen_domain_dts: Ignore v_tc node generation ac109ac lopper: assists: gen_domain_dts: Add missing properties in HDMI Phy yaml 9044c75 lopper: assists: gen_domain_dts: Add missing DT properties vphy yaml a2abe17 lopper/device tree: variable sized records Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* docker-distribution: fix assignment operation whitespaceBruce Ashfield2025-04-041-1/+1
| | | | | | | The scripted assignement operator cleanup incorrectly caught BUILDTAGS, which breaks our build. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* cri-tools: fix assignment operation whitespaceBruce Ashfield2025-04-031-1/+1
| | | | | | | The scripted assignement operator cleanup incorrectly caught BUILDTAGS, which breaks our build. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* criu: update to v4.1Bruce Ashfield2025-04-036-66/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Along with the new commits we adjust the following: - refreshed patches - pytoml fixes for crit plugin - debug prefix map for cuda Bumping criu to version v4.1, which comprises the following commits: b6059ff19 criu: Version 4.1 (CRISC-V) bc1415317 criu: fix log_keep_err signal deadlock 0f6470944 namespace: skip cleaning up the uid/gid map in error cases 6826ac58c ci: run tests on a nftables only system 700a8c4b5 ci: do not run tests requiring iptables if it is missing f22330ff0 test: print out logs if tests fail 29ccb5b62 test: others/rpc do not use nftables locking backend 95729ec32 docs: mark make commands with same format as elsewhere 2cd9d5ded docs: update INSTALL.md with a section about building CRIU 867c77303 make: allow setting the default network locking backend 720bf67e0 zdtm/vdso02: unmap vvar_vclock mappings 62a4a5874 vdso: correct data types for ELF hash table sizes b8553d19e test/zdtm: check that PAC keys are C/R-ed 8ae5db37b arm64: C/R PAC keys c5d46d86a restorer: Add a lock around cgroupd communication. 7748b3fe7 pstree: print clone flags in error message d85550157 vdso: Fixes in DT_GNU_HASH handling ed6374b48 lsm: use the user provided lsm label d35808f5e ci: update to latest actions for codeql CI job c298b51a6 scripts/uninstall_module: import signal module 38b9807cd coredump: enable coredump generation on arm da90b33a4 coredump: enable coredump generation on aarch64 030fa4aff criu: fix internal representation of cgroups hierarchical structure b7fa7d304 kerndat: run iptables with -n to not resolve service names 528c94c48 ci: install gawk for Fedora based tests d66bc3499 Makefile: move codespell options to .codespellrc 8a06ca27c vdso: switch from DT_HASH to DT_GNU_HASH (aarch64) 6710cfce1 zdtm/netns_sub_sysctl: add ipv4/ping_group_range sysctl check 4ca74b9af net/sysctl: c/r ipv4/ping_group_range value 9c40781c2 net/sysctl: put common multiplier outside the brackets d226bd4f6 ci: handle results from latest codespell e2dffcbc8 lib: do not set protobuf has_* field too early 82b03429b cuda: disable CUDA plugin for pre-dump 7f0d107fe seize: use separate checkpoint_devices function 02056bf41 cuda: prevent task lockup on timeout error f83931542 net: remember the name of the lock chain (nftables) 54795f174 criu: use libuuid for criu_run_id generation 815ef6884 ci: two check-commits.yml changes 061f4266e test/zdtm: add a new test to check non-periodic timers 09dc2e958 timer: Refine itimer_armed logic and improve timer value handling aad66a4f7 test: fix cmdlinenv00 on aarch64 2b7492480 files-reg: fix buffer overflow on aarch64 6fdac5081 seize: Adjust the position of the log message 97398068b net: redirect nftables stdout and stderr to CRIU's log file 6dce80c53 util: added cleanup_file attribute. 260c08418 zdtm: Check CapAmb is restored correctly after C/R 6f8efad30 cr: Task CapAmb support 94b9b3c5d freeze_processes: implement kludges for cgroup v1 82f4ecda6 freeze_processes: fix logic 99e1fbd8a criu/seize.c: clang-format it a8754905c test: run scm06 in the ns and uns flavors 15c81c126 test/java: increate the ghost file limit dc6cef0b4 cuda: Fix return value from CHECKPOINT_DEVICES hook so that dump's fail properly 8ee2eba47 vdso: handle vvar_vclock vma-s ed560a349 pidfd: add missing include 40b7f04b7 compel/arch/riscv64: properly implement compel_task_size() 399d7bdcb compel: fix gitignore and remove autogenerated code 21e5f4cfd test: add get-state to mocked cuda-checkpoint tool 28c2cb3fd cuda: enable checkpoint support for paused tasks 498bcf280 zdtm: Check many processes with common dead pidfd 7125bfc69 pidfd: one process creates a helper and opens all fds to it b1cac7a8e cuda: fix check for GPU device availability 36a53fe23 ci: test interrupt-only mode with frozen cgroup 4196268ee seize: enable support for frozen containers ff9dbef90 seize: fix error handling for check_freezer_cgroup 622b43392 criu: Initialize util before service worker starts 9052ef93c uffd: Disable image deduplication after fork 2be958d22 include: don't use GCC's __builtin_ffs on riscv64 da6b1807e ci: add workflow for riscv64 bb29067de zdtm: add riscv64 support 6d970ed04 criu: add riscv64 support to parasite and restorer 1d028ef44 images: add riscv64 core image 95359a62a compel: add riscv64 support d8f93e7ba include: add common header files for riscv64 c49eb18f9 pidfd: block SIGCHLD during tmp process creation 5ca440069 zdtm: add inventory test plugins 5335b35f7 images/inventory: add field for enabled plugins b524dab32 pycriu: fix lint errors 88aa7e2c1 make/lint: use 'ruff check <path>' f29e655df zdtm: Check pidfd for thread is valid after C/R 7a64004dc zdtm: Check fd from pidfd_getfd is C/Red correctly 2e6f34845 zdtm: Check dead pidfd is restored correctly 3f30ec0ed zdtm: Check pidfd can kill descendant processes 2899d4600 zdtm: Check pidfd can send signal after C/R 3096df9ea zdtm: Check pidfd fdinfo entry is consistent 1ce408ffa criu: Support C/R of pidfds 3322d1e94 images: Add protobuf definition for pidfd 4f8f6f288 Makefile.config: set CR_PLUGIN_DEFAULT variable f1d465448 amdgpu: remove exec permissions on source files c2b48ff42 criu: Version 4.0 (CRIUDA) a8cbe76d4 util: dump fsfd log messages 096c1f7a4 plugins/amdgpu - Increase maximum parameter length 60ee5ebd9 plugins/amdgpu: Zero ib_info on initialization 691899889 plugin/cuda: disable CUDA plugin if /dev/nvidiactl isn't present e1331a4b6 fault: allow to check dont_use_freeze_cgroup 651df375b criu: Allow disabling freeze cgroups 59f49c627 codespell: fix typos edb6fbb82 scripts/uninstall_module: fix package discovery b1b3c14b1 cuda: unlock on timeout error dbfa45024 ci: run aarch64 tests native via actuated 8beac656f coredump: fail on unsupported architectures early d44fc0de5 test: only run macvlan tests if macvlan devices can be created 01c65732b test: better test for SELinux tools 615ccf98c crit: do not crash on aarch64 doing 'crit x ./ rss' 21ea718f9 plugins/amdgpu: fix printf format specifiers 3e2ed1879 plugins/amdgpu: use C99-standard types d68205e91 ci: enable cross compile testing for amdgpu-plugin 2ee584441 plugins/amdgpu: fix cross-compilation 9a19cf34d scripts/ci: run tests with the mocked cuda-checkpoint tool de31abb97 criu/plugin: don't call plugin device hooks for non-alive tasks dea630591 test/zdtm: allow to run tests with the mocked cuda-checkpoint tool 67fe44e98 support user set remote mmap vma address 551cd9244 timer: fix printf specifiers for __suseconds64_t a045c874c ci: run tests with amdgpu and cuda plugins 2453ed69a zdtm: add option to run tests with criu plugins ad66c27a1 cuda: fix launch cuda-checkpoint fde0b7ac6 cuda: don't leak fds to cuda-checkpoint 4dde52a30 ci/podman: show mounts 9a85fb638 ci/podman: show criu logs in case of error 8437663cc delete redundant include header files c42b58f4f plugin: enable multiple plugins for the same hook 85050be66 seize: fix pause-devices plugin hook 21108b40d test/zdtm: mount a new tmpfs to the zdtm root /dev fcbadfbdb plugins: set executable bit on .so files 5783706d5 docs: update amdgpu-plugin man page 089345f77 Adjust to glibc __rseq_size semantic change b9081ca56 zdtm: make cgroup testcases run non-parallel 4f45572fd util: use close_range when it's supported 42b177da6 scripts/build: drop centos 7 targets 181583819 vdso: proxify the __vdso_clock_gettime64 function ac22aaf57 apparmor: get_suspend_policy must return NULL in error cases 71999d888 cgroupd: unblock SIGTERM to make stop_cgroupd actually work daed6c353 irmap: duplicate string in irmap_scan_path_add b169e3b63 plugins/cuda: fix crosscompilation ca971b7f8 compel: fix build on Amazon Linux 2 due to missing PTRACE_ARCH_PRCTL bf417dd05 criu/plugin: Add NVIDIA CUDA plugin 5f486d5ae criu/plugin: Introduce new plugin hooks PAUSE_DEVICES and CHECKPOINT_DEVICES to be used during pstree collection 1012e542e criu: Restore rseq_cs state slightly earlier in the restore sequence and run the plugin finalizer later in the dump sequence 7ac453706 readme: update link to FAQ page 4f15fe8c5 make: improve check for externally managed Python fdf546dbd ci: upgrade to Fedora 40 Vagrant images (38 is EOL) f17164926 test/dump-crash: check code path when dump crashes a252a240c zdtm: Distinguish between fail and crash of dump 6feb57a84 ci: remove CentOS Stream 8 test (EOL) 1da29f27f zdtm: add support for LD_PRELOAD tests e7276cf63 pagemap-cache: handle short reads cc88b1e1f net: Fix TOCTOU race condition in unix_conf_op 457bc6a8f criu: use proper format-specified to accommodate time_t 64-bit change 95f66d13d criu: move sigact dump/restore code into sigact.c 9c8a6927a ci: update check for SELinux b3c3422cd test/make: remove unused target 30aa8dbe4 mount: fix unbounded write 708f872a6 sk-tcp: Add test cases for TCP_CORK and TCP_NODELAY socket options 9ba9aff77 sk-tcp: Move TCP socket options from SkOptsEntry to TcpOptsEntry 1cb75c0b1 sk-tcp: Move TCP socket options from TcpStreamEntry to TcpOptsEntry 13854a988 criu: fix a fatal failure if nft doesn't work df178c7e5 sk-tcp: cleanup dump_tcp_conn_state error handling 4607b5356 mem: optimize debug logging of enqueued pages f4290868b ci/vdso01: fix typo e68a06cfd ci: update actions/checkout to v4 5aaf45021 ci: update base OS to ubuntu 22.04 1c2a3d7fa check: verify ino and dev of overlayfs files in /proc/pid/maps e07ffa04b Makefile.config: fix/improve feature warnings. af4058871 timer: fix wrapping allignment in function declaration 0fc83a79b ci: silence CircleCI warning about deprecated image 52623cca1 criu: move timers dump/restore code into separate file 231ba0cd2 zdtm/sched_policy00: use reset-on-fork flag 75fed59ef Add support for reset-on-fork scheduling flag 8f0e200e6 mem: fix some VMAs being incorrectly mapped wtih PROT_WRITE a2b018a18 ci: try to fix broken docker test a48aa33ea restorer: shstk: implement shadow stack restore 7dd583002 restore: add infrastructure to enable shadow stack f47899c9e criu: kerndat: add kdat_has_shstk() 2ebd1a4f0 criu: shstk: prepare shadow stack parameters for restorer blob 4b6dda7ec criu: shstk: premap and prepopulate shadow stack VMAs 17eda3ce5 criu: shstk: add VMA_AREA_SHSTK flag 0aba3dcfa compel: shstk: prepare shadow stack signal frame 63a45e1c8 compel: infect: prepare parasite_service() for addition of CET support 6e491a19a compel: shstk: save CET state when CPU supports it 17f4dd095 compel: always pass user_fpregs_struct_t to compel_get_task_regs() 0b8c51eaa compiler: add ALIGN_DOWN macro f590c2b63 zdtm/static: check that cgroup layout of threads is preserved a0a6ec3dc cgroup: Add support for restoring a thread in a correct v1 cgroup 835afb1b8 criu-ns: fix lint error e0b74f558 make: replace flake8 with ruff 7fd4a15e6 pb2dict: fix flake8 error e0f91e66e kerndat: check support for PAGE_IS_SOFT_DIRTY a808f09be amdgpu_plugin: fix lint errors bd17bd43e sk-inet: fix codding style in restore_ip_opts 895a16c13 zdtm: Added tests for IP_TTL restore 71102e7f7 sk-inet: Added IP_TTL socket option 0d5923c95 amdgpu_plugin: Refactor code used to implement Checkpoint 733ef9631 amdgpu_plugin: Refactor code in preparation to support C&R for DRM devices b689a6710 plugin/amdgpu: Also don't print 'plugin failed' in criu 59599dacd plugin/amdgpu: Don't print error for "No such process" during resume 92e8f9293 net: return bool with iptable_has_criu_jump_target a62f82730 criu-log: remove unused declaration d2511707f zdtm: socket-tcp-nft-nfconntrack: add a hook to the chain in nft case afc0efcf7 pagemap-cache: add an ability to run tests without PAGEMAP_SCAN cb64d73ad page-cache: use the PAGEMAP_SCAN ioctl when it is available 20628bc8a kerndat: check the PAGEMAP_SCAN ioctl 842289c7e net: add error messages for restore of nftables d94251df7 test/nfconntrack: use nft or iptables-legacy 0ab2f9e97 net: fix network unlock with iptables-nft d9c427d70 irmap: hardcode some more interesting paths b419f3dfd make: fix compilation on alpine 7b689b7a4 gitignore: remove historical left-over files 2d1f4ec71 ci: disable non-root in user namespace test in container fe8f5130c ci: fix centos-stream 9 ci errors 6679d60ff ci: do not use 'tail' for skip-file-rwx-check test f86f1b849 tty: skip ioctl(TIOCSLCKTRMIOS) if possible 8a51639e3 Makefile: Use common warnings settings for loongarch64 37d62fa47 docker-test: downgrade docker to v24.0.7 1004625fa docker-test: fix condition for max tries 088390ea8 ci: switch to permissive selinux mode during test 900909d95 test: check for btrfs in the current directory fc94b2d15 ci: fix rawhide netlink error 9f9737c80 comple: correct the syscall number of bind on ARM64 f8b14286b criu: Version 3.19 (Bronze Peacock) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* metadata: relocation.inc: add whitespace around assignmentsMartin Jansa2025-04-035-5/+5
| | | | | | | | | With: https://lists.openembedded.org/g/bitbake-devel/message/17508 there are many WARNINGs from this layer Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* metadata: src_uri.inc: add whitespace around assignmentsMartin Jansa2025-04-035-763/+763
| | | | | | | | | With: https://lists.openembedded.org/g/bitbake-devel/message/17508 there are many WARNINGs from this layer Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* metadata: add whitespace around assignmentsMartin Jansa2025-04-0326-41/+41
| | | | | | | | | | With: https://lists.openembedded.org/g/bitbake-devel/message/17508 there are many WARNINGs from this layer will cover src_uri.inc files in next commit. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>