)]}'
{
  "log": [
    {
      "commit": "3489229b870a6eac235f101ed4434a1909d3a9c3",
      "tree": "6e7477e47c8650e366bdd441377c4607f34d4497",
      "parents": [
        "ac00f41427042ff0696bad5de7f3746a032cc8bf"
      ],
      "author": {
        "name": "crosvm-luci-ci-builder",
        "email": "crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com",
        "time": "Sat Jul 18 12:01:46 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 14:31:47 2026"
      },
      "message": "bruschetta: Uprev refvm image to 20260716_000621.\n\nGenerated by https://cr-buildbucket.appspot.com/build/8675939861904784417.\n\nChange-Id: I8f186acaaab1ca6d22f7a98269c1dd52d14902b4\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/8121478\nCommit-Queue: crosvm LUCI CI \u003ccrosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com\u003e\nTast-Review: tast-stamper@tast-stamper.iam.gserviceaccount.com \u003ctast-stamper@tast-stamper.iam.gserviceaccount.com\u003e\nBot-Commit: crosvm LUCI CI \u003ccrosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ac00f41427042ff0696bad5de7f3746a032cc8bf",
      "tree": "0f26240daeb63553c543a28a28998bf84930cece",
      "parents": [
        "8bae32f608008d1bd934a9119e3cf58e6ab9eded"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 14:22:29 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 14:22:53 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675931258336445617\nChange-Id: Ida45f7ab4cfc086fe304d35898df8eabddac8af7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121480\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "8bae32f608008d1bd934a9119e3cf58e6ab9eded",
      "tree": "086674f38f8ccd8cd181680083bf8a7335d01063",
      "parents": [
        "5947aa38731f2d9f8ef82a9f7877660886372d9a"
      ],
      "author": {
        "name": "Firas Sammoura",
        "email": "fsammoura@google.com",
        "time": "Tue Jul 14 22:09:10 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 14:18:22 2026"
      },
      "message": "fingerprint: egis630: Fix heap buffer overflow in PAL allocator\n\nThe Platform Abstraction Layer (PAL) allocator functions for EGIS630\nhad several issues that could lead to heap corruption or crashes.\n\nSpecifically, `sys_alloc(count, size)` ignored the `count` argument and\nonly allocated `size` bytes. Callers like `plat_calloc` expecting\n`count * size` bytes can write out of bounds because of missing\nmultiplication overflow check.\n\nThe previous `plat_realloc` implementation manually copied memory. When\ngrowing an allocation, it would copy the new size, potentially reading\npast the end of the smaller original buffer.\n\nThis change addresses these issues:\n\n-   `sys_alloc` now uses `k_heap_calloc` to allocate and zero-initialize\n    the correct number of bytes (`count * size`), honoring both\n    arguments. Note that this transitions `sys_alloc` from returning\n    uninitialized memory to returning pre-zeroed memory for safety.\n    Because `k_heap_calloc` inherently guarantees that returned memory\n    is aligned to a multiple of the pointer size (`sizeof(void *)`),\n    there is no functional regression from the previous explicit aligned\n    allocation logic using `k_heap_aligned_alloc`.\n-   Introduced `sys_realloc` which wraps `k_heap_realloc` for safe\n    reallocation.\n-   `plat_realloc` now uses the safe `sys_realloc` wrapper.\n-   `plat_calloc` now directly uses the corrected `sys_alloc`, avoiding\n    redundant manual initialization overhead.\n-   Introduced `sys_alloc_usable_size` to query the actual size of an\n    allocation.\n-   Added `NULL` checks to `sys_alloc_usable_size`.\n\nThese changes prevent heap buffer overflows and over-reads within the\nPAL allocator.\n\nBUG\u003db:524143025\nTEST\u003d./twister -v -i -T zephyr/test/fingerprint/drivers -c\nTEST\u003dzmake -D build sanok --clobber\nLOW_COVERAGE_REASON\u003db:524143025, additional testing on an actual board\n\nChange-Id: I4a9122d2808d0f216e6fa5f33be1a462ebd19d10\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/8094262\nReviewed-by: Tom Hughes \u003ctomhughes@chromium.org\u003e\nCommit-Queue: Firas Sammoura \u003cfsammoura@google.com\u003e\nTested-by: Firas Sammoura \u003cfsammoura@google.com\u003e\n"
    },
    {
      "commit": "5947aa38731f2d9f8ef82a9f7877660886372d9a",
      "tree": "7411eb5b4cff5972704b5548a47734877c82e6aa",
      "parents": [
        "4cbb1a6859156d1cef333091433e97b32eed1474"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 14:16:37 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 14:16:55 2026"
      },
      "message": "Set CQ_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/cq-R152-16756.0.0-86194-8675939774301044129/packages.\n\nAutomatically generated by go/bbid/8675931384165320177\n\nCr-Build-Id: 8675931384165320177\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/cq-R152-16756.0.0-86194-8675939783862746945/packages.\n\nAutomatically generated by go/bbid/8675931384165320177\n\nCr-Build-Id: 8675931384165320177\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/cq-R152-16756.0.0-86194-8675939783869590705/packages.\n\nAutomatically generated by go/bbid/8675931384165320177\n\nCr-Build-Id: 8675931384165320177\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/cq-R152-16756.0.0-86194-8675939783773324433/packages.\n\nAutomatically generated by go/bbid/8675931384165320177\n\nCr-Build-Id: 8675931384165320177\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/arm-generic/cq-R152-16756.0.0-86194-8675939783796906097/packages.\n\nAutomatically generated by go/bbid/8675931384165320177\n\nCr-Build-Id: 8675931384165320177\nChange-Id: Ic93d41dd7fa2ca2905959ab877d28c258a09249a\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8119210\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4cbb1a6859156d1cef333091433e97b32eed1474",
      "tree": "5a44b58c51f02ffa60a1f2efe0fc0d225952846c",
      "parents": [
        "ef2277adc55578d542225a82846c323838da929d"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 11:39:03 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 14:14:43 2026"
      },
      "message": "chromeos-chrome: Automatic uprev to 152.0.7958.0_pre1664348.\n\nRoll Chrome to commit 605c904774a4e2204ef7ca2dbc93ac16f526c085.\n\nThis uprev is based on tip-of-tree main branch Chrome at a particular commit, not a Chrome canary release. It aims to provide more frequent uprevs and smaller lag for Chrome roll to ChromeOS main branch tip-of-tree.\n\nIf you want to revert this CL, please see go/before-reverting-chrome-uprev-cl.\n\nIn case of merge conflict, please regenerate the CL by clicking \u0027RETRY BUILD\u0027 in the below link of the job detail then abandon this.\n\nDiff Link: https://chromium.googlesource.com/chromium/src/+log/eb27df1a5a6065c1ec44fba0efce5a464884c8f7..605c904774a4e2204ef7ca2dbc93ac16f526c085?n\u003d10000\n\nGenerated by PUpr, see https://cr-buildbucket.appspot.com/build/8675941488232342177 for job details.\n\nBUG\u003dNone\nTEST\u003dCQ\nR\u003dchrome-os-gardeners-reviews@google.com\n\nPupr-Upstream-Versions: [{\"ref\": \"refs/heads/main\", \"repository\": \"/chromium/src\", \"revision\": \"605c904774a4e2204ef7ca2dbc93ac16f526c085\"}]\nCq-Cl-Tag: pupr:chromeos-base/chromeos-chrome\nChange-Id: I85a9993c6eb8a63d0dda1273ceca70c5374cd822\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8120071\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\nCommit-Queue: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ef2277adc55578d542225a82846c323838da929d",
      "tree": "27666fd270508ddb2add48c8ad9c89ba73ab373f",
      "parents": [
        "8bf708f37dcf726e721a0251302c81fd38088fc2"
      ],
      "author": {
        "name": "Chrome Release Translations",
        "email": "mdb.chrome-release-translation-dump@google.com",
        "time": "Sat Jul 18 14:01:35 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 14:04:53 2026"
      },
      "message": "Updating XTBs based on .GRDs from branch main\n\nBinary-Size: Size increase is unavoidable\nChange-Id: I9bace0e57999d1aaa6bd0ba78d3a8957d193b9e9\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8119168\nBot-Commit: rubber-stamper@appspot.gserviceaccount.com \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nAuto-Submit: Chrome Release Translation Dump \u003cmdb.chrome-release-translation-dump@google.com\u003e\nCommit-Queue: rubber-stamper@appspot.gserviceaccount.com \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nSLSA-Policy-Verified: SLSA Policy Verification Service \u003cdevtools-gerritcodereview-exitgate@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1664360}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6332e8d347f542434adf32616588e058638d2ae9\n"
    },
    {
      "commit": "8bf708f37dcf726e721a0251302c81fd38088fc2",
      "tree": "954ea8db36af803f95f828fc698bba277c836ac4",
      "parents": [
        "1b3a53ea78eaea111c606c2136aae5d5f6c58508"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 13:08:29 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 13:09:11 2026"
      },
      "message": "termina-dlc: updating version pin to latest - 152.16756.0.0\n\nCL generated by job https://cr-buildbucket.appspot.com/build/8675936084988679249\n\nChange-Id: I498793f4de4246eece4d906bd73ff88dd4f4e905\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8120807\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "1b3a53ea78eaea111c606c2136aae5d5f6c58508",
      "tree": "38a60b7dcdb53ec63f45807fd97c3cdba78a5195",
      "parents": [
        "42a261512fdfff661284c91ca4b738a624a41a8c"
      ],
      "author": {
        "name": "Lionel Landwerlin",
        "email": "lionel.g.landwerlin@intel.com",
        "time": "Fri Jul 17 13:25:36 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 10:22:33 2026"
      },
      "message": "vulkan/runtime: fixup vk_shader leak on RT group recompile\n\nIf you compile the same RT groups in multiple processes, there is a\nchance one process writes the disk cache with one of the shader in the\ngroup. Another process will pickup on the disk cache entry but not\nhave all the entries for the group and therefore trigger a recompile.\n\nIn that unlikely cases that is probably only reachable while running\nthe CTS in multiple processes, there will be a shader leak that will\nmaterialize later at cache destroy :\n\n  deqp-vk: ../src/vulkan/runtime/vk_pipeline_cache.c:687: vk_pipeline_cache_destroy: Assertion `cache-\u003eobject_cache-\u003eentries \u003d\u003d 0\u0027 failed.\n\nSigned-off-by: Lionel Landwerlin \u003clionel.g.landwerlin@intel.com\u003e\nCc: mesa-stable\nReviewed-by: Ivan Briano \u003civan.briano@intel.com\u003e\nPart-of: \u003chttps://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/43037\u003e\n"
    },
    {
      "commit": "42a261512fdfff661284c91ca4b738a624a41a8c",
      "tree": "f6cc48a494b3069eb695e210c3ca5e1ff27b5d3a",
      "parents": [
        "0dd152ee37aaa8c8b3d7244d92f1f819eed94144"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:44:59 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:45:10 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86192-8675950183099016337/packages.\n\nAutomatically generated by go/bbid/8675950183099016337\n\nCr-Build-Id: 8675950183099016337\nChange-Id: I3a5c951a4408c220e384b69b69793b22eaf9d62f\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121477\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "0dd152ee37aaa8c8b3d7244d92f1f819eed94144",
      "tree": "510775b869ab1f384dc786344ff9907469b3377e",
      "parents": [
        "d6652aee38d3e82360f5f67a35a71bf42ed3bc00"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:44:29 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:44:42 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86192-8675950183099016337/packages.\n\nAutomatically generated by go/bbid/8675950183099016337\n\nCr-Build-Id: 8675950183099016337\nChange-Id: I23d2ed6755edff3b3dd47a75ebfb0617c60fbbd7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8119921\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d6652aee38d3e82360f5f67a35a71bf42ed3bc00",
      "tree": "f582b38e70ab73f611130cd555676eee41aa6c1a",
      "parents": [
        "ca8621d08baaaa34ea9dea3f7b50af45b6d0afb5"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:44:19 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:44:29 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86192-8675950182046109793/packages.\n\nAutomatically generated by go/bbid/8675950182046109793\n\nCr-Build-Id: 8675950182046109793\nChange-Id: I6b162fbb598eeb1bd5215f56f8c009bcee8cc3b7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121460\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ca8621d08baaaa34ea9dea3f7b50af45b6d0afb5",
      "tree": "c2815b85e06ca437d11f249111cb039c80c87458",
      "parents": [
        "6f44d703a64b120a25c3a114cf715f4e29f8658e"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:44:02 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:44:15 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/postsubmit-R152-16756.0.0-86192-8675950173677443905/packages.\n\nAutomatically generated by go/bbid/8675950173677443905\n\nCr-Build-Id: 8675950173677443905\nChange-Id: Ia76301575b1d393989b0e36e89fab0b800b80ba6\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121476\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "6f44d703a64b120a25c3a114cf715f4e29f8658e",
      "tree": "1d44eb94da57e75421a8ef5b774ee6ea418e5d6e",
      "parents": [
        "e6d44b0a35b5f372bee3de68bc9cdee6560563dc"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:43:59 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:44:11 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86192-8675950182046109793/packages.\n\nAutomatically generated by go/bbid/8675950182046109793\n\nCr-Build-Id: 8675950182046109793\nChange-Id: Iaa7765c44a60814e30da484255a9d35143374484\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121459\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e6d44b0a35b5f372bee3de68bc9cdee6560563dc",
      "tree": "c5242fb8ce3664ee939346e480c5edd1a8e151c3",
      "parents": [
        "1286613fad8f5ebb9a424d4bc694fc85e43f5163"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:43:39 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:43:56 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/postsubmit-R152-16756.0.0-86192-8675950172616260465/packages.\n\nAutomatically generated by go/bbid/8675950172616260465\n\nCr-Build-Id: 8675950172616260465\nChange-Id: Ibccc312f0d4f365d59d9a5afaba9800f16a4abdb\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8119920\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "1286613fad8f5ebb9a424d4bc694fc85e43f5163",
      "tree": "ae2f2335ed982dc5c7780d5541f4c88d45531b6f",
      "parents": [
        "5aa3b3a797e1dabfc0c0ab619c90fab25b35c00d"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:43:01 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:43:19 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm-generic/postsubmit-R152-16756.0.0-86192-8675950176745332577/packages.\n\nAutomatically generated by go/bbid/8675950176745332577\n\nCr-Build-Id: 8675950176745332577\nChange-Id: I2099969072dd338be7b797f64feab7ff02cf4062\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121534\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5aa3b3a797e1dabfc0c0ab619c90fab25b35c00d",
      "tree": "1d1d646c58f3a9d485f433bd54307bae87975d61",
      "parents": [
        "7e225b6f6f6380f929b556d49934280916aea465"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:35:22 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:35:49 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675949376863094113\nChange-Id: I49be752152ffc90de40987b29fa5e2376b828465\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121514\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7e225b6f6f6380f929b556d49934280916aea465",
      "tree": "2f5d1c99d799919c4922f9934951bc440764023f",
      "parents": [
        "3563e5776f97cee275a7a15c0348344262e6ec3a"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:34:24 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:34:37 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tatl/postsubmit-R152-16756.0.0-86192-8675950105309697969/packages.\n\nAutomatically generated by go/bbid/8675950105309697969\n\nCr-Build-Id: 8675950105309697969\nChange-Id: Id65ff6a9080daca5a8d0cbf13b2788eaf3672190\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8114805\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3563e5776f97cee275a7a15c0348344262e6ec3a",
      "tree": "323fe4cf2282bd43c6e617dd3414b65730bd5287",
      "parents": [
        "53fce6de998efd8acbc3da71bc2467806cd4d4e1"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:33:47 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:34:03 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tael/postsubmit-R152-16756.0.0-86192-8675950107537818657/packages.\n\nAutomatically generated by go/bbid/8675950107537818657\n\nCr-Build-Id: 8675950107537818657\nChange-Id: Ia26057d487b34d0cc02de51be5c822f92494c7e7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8119919\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "53fce6de998efd8acbc3da71bc2467806cd4d4e1",
      "tree": "88574326fa4e937fa88082133ded86e51a530178",
      "parents": [
        "e6a13bb8807721bd871f22c8145ca0dfaaef9bb6"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:18:14 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:25:11 2026"
      },
      "message": "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by the recipe roller. This CL rolls\nrecipe changes from upstream projects (infra) into this repository.\n\nThe build that created this CL was\nhttps://ci.chromium.org/b/8675950494702192113\n\ninfra:\nhttps://chromium.googlesource.com/infra/infra.git/+/1ca2fea4492ddccc031f40f3cab68949df214fad\n  1ca2fea (vaghinak@google.com)\n      [csa/recovery] Fix GetRecoveryVersion hostname lookup and non-i...\n\nPlease check the following references for more information:\n- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller\n- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback\n- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md\n\nUse https://goo.gl/noib3a to file a bug.\n\nR\u003dchromeos-continuous-integration-fire-hose+autoroller@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nIgnore-Freeze: Autoroller\nBugdroid-Send-Email: False\nChange-Id: I72c3a9aafec61ab76ad0fcd3df6c8f5886af4c58\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/recipes/+/8121361\nBot-Commit: recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com \u003crecipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com \u003crecipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e6a13bb8807721bd871f22c8145ca0dfaaef9bb6",
      "tree": "2e172c1a87a478ba8f95700560f4b49ade4d39c3",
      "parents": [
        "5d419b226fada07efe64c27ea8d60c84fa8be6b6"
      ],
      "author": {
        "name": "Ivan Chen",
        "email": "yulunchen@google.com",
        "time": "Thu Jul 16 15:15:39 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:24:33 2026"
      },
      "message": "sys-firmware: Upload realtek PDC FW to multiple variants\n\nUpload v0.65.4 for pre-production variants\nUpload v16.18.4 for production variants\nRelease note: src/platform/pdc/firmware/realtek/release_notes\n\nBUG\u003db:436526367, b:444148454\nTEST\u003dplatform/pdc/scripts/check_ebuild.py\n\nChange-Id: I6f3bf3e10474dde803352429185c2e99f578d268\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8108018\nReviewed-by: Keith Short \u003ckeithshort@chromium.org\u003e\nTested-by: Ivan Chen \u003cyulunchen@google.com\u003e\nCommit-Queue: Ivan Chen \u003cyulunchen@google.com\u003e\n"
    },
    {
      "commit": "5d419b226fada07efe64c27ea8d60c84fa8be6b6",
      "tree": "59b470e1dcdef0eb00f2c315e800df0766505bac",
      "parents": [
        "e04de5f82801810f4da9922df42859384a44049a"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:14:07 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:14:36 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675950684931216881\nChange-Id: I745d9103f406ef5926cc00236f9d0b0a8a55b9b4\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121008\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e04de5f82801810f4da9922df42859384a44049a",
      "tree": "eaf93f0678996876ea431a6fa5dc055cbbf65a36",
      "parents": [
        "ce85299de4db947c9a8acadf88c1fcbc32dd5168"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 09:09:34 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 09:09:45 2026"
      },
      "message": "Marking set of ebuilds as stable\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675951186024517825\nCr-Automation-Id: cros_source/push_uprevs\nChange-Id: If11154d6f7cfb276f89db28e513a185e66fd888a\n"
    },
    {
      "commit": "ce85299de4db947c9a8acadf88c1fcbc32dd5168",
      "tree": "4ab3be8a0c40974f5cd46bd755e1d3fb20d325f9",
      "parents": [
        "55c9ebeb45ef38ef9b6016e6aca8c3938a491699"
      ],
      "author": {
        "name": "Jonathon Reinhart",
        "email": "jrreinhart@google.com-copybot-pick",
        "time": "Fri Jul 17 23:49:21 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:54 2026"
      },
      "message": "UPSTREAM: pw_protobuf: Rename \u0027oneof\u0027 field names matching C++ keyword\n\nRegular fields and enums are renamed, but \u0027oneof\u0027 fields were not.\n\n(cherry picked from commit 1cc1c28fc56f6f65d7d0bcd6945d522d1b9f10e0)\n\nOriginal-Bug: 536099651\nOriginal-Change-Id: Ibadcb871a4d5d3ea6bd07b78d85f5a09ca43418f\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/438152\nGitOrigin-RevId: 1cc1c28fc56f6f65d7d0bcd6945d522d1b9f10e0\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: I5d2df565f0228d54829f8fe836b5d0b9a4e7f262\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121140\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "55c9ebeb45ef38ef9b6016e6aca8c3938a491699",
      "tree": "5eca8dc38d2cbbb38316c6d4a0ee726f7ef29086",
      "parents": [
        "9ad4cdc31c4526f75ac49be45c2539314d4046d2"
      ],
      "author": {
        "name": "Faraaz Sareshwala",
        "email": "fsareshwala@google.com-copybot-pick",
        "time": "Fri Jul 17 23:17:53 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:51 2026"
      },
      "message": "UPSTREAM: pw_bluetooth_sapphire: Fix SDP client queue wedge on transaction Cancel\n\nWhen an SDP transaction is cancelled (either due to a malformed response\nor a timeout), the `Cancel()` method removes the transaction from the\nqueue but fails to reset the `pending_timeout_` optional. This causes\nsubsequent transactions to be permanently blocked.\n\n(cherry picked from commit fcfb555e6fc17492d75abcad4705a5cd21e0a84a)\n\nOriginal-Fixed: b/524779460\nOriginal-Test: bazelisk test //pw_bluetooth_sapphire/...\nOriginal-Change-Id: I69fe5967ac6f774688b77f3c548fdcfd00700076\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/434636\nGitOrigin-RevId: fcfb555e6fc17492d75abcad4705a5cd21e0a84a\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: Iade0954b11d899439f88b2be44de8d19c0ebf1ee\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121139\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "9ad4cdc31c4526f75ac49be45c2539314d4046d2",
      "tree": "a5af59eb5db19f4edd5dfac6f800aee92c598fa2",
      "parents": [
        "70ac7d08e2373ca022a5a890af97efd136e74c7c"
      ],
      "author": {
        "name": "Kayce Basques",
        "email": "kayce@google.com-copybot-pick",
        "time": "Fri Jul 17 23:11:56 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:48 2026"
      },
      "message": "UPSTREAM: docs: Update changelog for June 2026\n\n(cherry picked from commit 589dc34e668c039246b43cc7db47c1bd94cbcabc)\n\nOriginal-Change-Id: I59d3d84e8854e6db904cf8ab1248392408870e9f\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/434234\nGitOrigin-RevId: 589dc34e668c039246b43cc7db47c1bd94cbcabc\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: Ifb43345412c18b26d9a8f1324b645bd935181692\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121138\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "70ac7d08e2373ca022a5a890af97efd136e74c7c",
      "tree": "89396683bbf7fd9017acd8802e2d9e92157222b2",
      "parents": [
        "cbe33fc6bf0562c7bbc72a3a08781d36aca9d423"
      ],
      "author": {
        "name": "Liam Bucci",
        "email": "liambucci@google.com-copybot-pick",
        "time": "Fri Jul 17 21:15:25 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:45 2026"
      },
      "message": "UPSTREAM: pw_target_runner: Pass runner arguments\n\nAdds the ability to pass runner arguments from a client through the\nserver and to the runner executable.\n\nunit tests on stm32f429i_disc1 platforms.\n\n(cherry picked from commit b2f8a068d0de59252779923f52f9993dda63125e)\n\nOriginal-Test: Tested this in order to enable switching between RPC and logging\nOriginal-Change-Id: Ie476a69910941f41b140852590e2abd0f2dbfd62\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/437512\nGitOrigin-RevId: b2f8a068d0de59252779923f52f9993dda63125e\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: I6399400acd3cda9c922e33e5901ee67d6b51a229\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121137\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\n"
    },
    {
      "commit": "cbe33fc6bf0562c7bbc72a3a08781d36aca9d423",
      "tree": "71c99927d6283567eb9981061160d5d514cc80ca",
      "parents": [
        "e89ab8e1ec62fdd5bb3259c7d54becea157f239a"
      ],
      "author": {
        "name": "Faraaz Sareshwala",
        "email": "fsareshwala@google.com-copybot-pick",
        "time": "Fri Jul 17 19:50:47 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:43 2026"
      },
      "message": "UPSTREAM: pw_bluetooth_sapphire: Invoke fail_cb on command handler malformed response\n\nThis change resolves a bug where a remote peer sending a malformed L2CAP\nsignaling response packet would cause\ntransaction without invoking either the success callback (rsp_cb) or the\nfailure callback (fail_cb). Since the SignalingChannel clears the\ntransaction (and its RTX timer) before invoking the handler, this causes\nany caller waiting on these callbacks to hang indefinitely (wedging\nchannel closures, link errors, etc. and causing a DoS).\n\nWe fix this by invoking fail_cb() in the three branches where we ignore\nthe malformed response and complete the transaction. We also add POC\ntests to verify this fix.\n\n(cherry picked from commit 637cfad18cf55c77159b3ade07dc6e0a836b3d60)\n\nOriginal-CommandHandler: :BuildResponseHandler to silently complete the outbound\nOriginal-Fixed: b/524773694\nOriginal-Test: bazelisk test //pw_bluetooth_sapphire/...\nOriginal-Change-Id: I5765e731e8f958f6dfe8838b5689810cda7225aa\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/433954\nGitOrigin-RevId: 637cfad18cf55c77159b3ade07dc6e0a836b3d60\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: I62642ce46ecfb0bb93bbfb45678f6384e332791d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121136\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\n"
    },
    {
      "commit": "e89ab8e1ec62fdd5bb3259c7d54becea157f239a",
      "tree": "3181a6c8c4e9916b287742511de79e2377c2e99a",
      "parents": [
        "42791eddaa46860a01baeacf3df1a70429ea2dac"
      ],
      "author": {
        "name": "Faraaz Sareshwala",
        "email": "fsareshwala@google.com-copybot-pick",
        "time": "Fri Jul 17 19:50:41 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:42 2026"
      },
      "message": "UPSTREAM: pw_bluetooth_sapphire: Clamp invalid LE CoC MPS in TX engine\n\nAn unauthenticated remote attacker can trigger a denial of service by\nsending an L2CAP LE Credit-Based Connection Request with an MPS of 0.\nAlthough validation was added to the L2CAP signaling layer, defense in\ndepth is improved by clamping the MPS to the spec minimum (23) in the\nTX engine constructor to prevent infinite loops in `SegmentSdu()`.\n\nAlso correct a `PW_DCHECK` off-by-one that disallowed the minimum\nMPS value of 23.\n\n(cherry picked from commit 2d5b7c619ec24a9106a8459cde9e5021f3d0b200)\n\nOriginal-Fixed: b/525182944\nOriginal-Test: bazelisk test //pw_bluetooth_sapphire/...\nOriginal-Change-Id: I8edeccc5c534d44e8d3d845c253d94be3193dbfe\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/433953\nGitOrigin-RevId: 2d5b7c619ec24a9106a8459cde9e5021f3d0b200\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: I6d6af2ae7440ce059f0dfabedd1bf6d30da2b9a6\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121135\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\n"
    },
    {
      "commit": "42791eddaa46860a01baeacf3df1a70429ea2dac",
      "tree": "9843c5365bdc824c7d3c0fc2ebfa4b993ee1dd7a",
      "parents": [
        "52ebb4ecaea789a350cd6e1fc45510f54f4d9aa2"
      ],
      "author": {
        "name": "Faraaz Sareshwala",
        "email": "fsareshwala@google.com-copybot-pick",
        "time": "Fri Jul 17 19:50:36 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:49:39 2026"
      },
      "message": "UPSTREAM: pw_bluetooth_sapphire: Erase connection request by peer ID to prevent iterator invalidation\n\nThis change resolves a vulnerability where\nconnection_requests_ across the synchronous NotifyCallbacks() call. If\na callback synchronously re-enters Connect() (e.g. to try fallback\ncandidates), new connection requests are emplaced into the map. If this\ntriggers a rehash, the held iterator is invalidated, leading to\nundefined behavior when connection_requests_.erase(req_iter) is called.\n\nWe fix this by erasing the request by peer_id (key) instead of req_iter\n(iterator), which remains safe and well-defined even after a map\nrehash. We also add a POC test case to verify this re-entrant connection\nbehavior.\n\n(cherry picked from commit e54f8f15620c462fd5e12e164d005befbcf75c56)\n\nOriginal-BrEdrConnectionManager: :CompleteRequest holds an iterator to\nOriginal-Fixed: b/524768690\nOriginal-Test: bazelisk test //pw_bluetooth_sapphire/...\nOriginal-Change-Id: I8e866dafe889ee3d8af1cae8bbe860c506f75f1d\nOriginal-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/436374\nGitOrigin-RevId: e54f8f15620c462fd5e12e164d005befbcf75c56\nCr-Build-Id: 8675983274205796177\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675983274205796177\nCopybot-Job-Name: pigweed-main-copybot-downstream\nChange-Id: I8f2946ec0cc59a8f499f97c4703bdca7ea927529\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/pigweed/pigweed/+/8121134\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: Ting Shen \u003cphoenixshen@chromium.org\u003e\nReviewed-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\nTested-by: Ting Shen \u003cphoenixshen@chromium.org\u003e\n"
    },
    {
      "commit": "52ebb4ecaea789a350cd6e1fc45510f54f4d9aa2",
      "tree": "4dd7c56cef653055875c83bc7ce9cfddd32ff290",
      "parents": [
        "1fcf381494ccb11fab68378edac6c549349fb812"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 08:18:27 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:18:44 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675954184822340273\nChange-Id: I722d6aaae1f40585594c68c115ec2339eb707fa7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8116694\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "1fcf381494ccb11fab68378edac6c549349fb812",
      "tree": "21f0eea6aa97953c84099e87989295e08f2c384f",
      "parents": [
        "4935efa5b601ccc9414f96649dbfdfc56cb93d01"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 08:16:44 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:17:03 2026"
      },
      "message": "Set CQ_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/cq-R152-16756.0.0-86188-8675962517323560609/packages.\n\nAutomatically generated by go/bbid/8675954121826613073\n\nCr-Build-Id: 8675954121826613073\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/cq-R152-16756.0.0-86188-8675962526642671169/packages.\n\nAutomatically generated by go/bbid/8675954121826613073\n\nCr-Build-Id: 8675954121826613073\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/cq-R152-16756.0.0-86188-8675962526720537009/packages.\n\nAutomatically generated by go/bbid/8675954121826613073\n\nCr-Build-Id: 8675954121826613073\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/cq-R152-16756.0.0-86188-8675962526827159649/packages.\n\nAutomatically generated by go/bbid/8675954121826613073\n\nCr-Build-Id: 8675954121826613073\nSet CQ_BINHOST\u003dgs://chromeos-prebuilt/board/arm-generic/cq-R152-16756.0.0-86188-8675962526746914609/packages.\n\nAutomatically generated by go/bbid/8675954121826613073\n\nCr-Build-Id: 8675954121826613073\nChange-Id: Ib9490333a9211e425bbbeaa32a05a32658cbd355\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8116154\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4935efa5b601ccc9414f96649dbfdfc56cb93d01",
      "tree": "27ca73621f17f34d6f64296ff8d1ed349286a907",
      "parents": [
        "b93fafdba26224e142dc4dc0192745aea8a285e3"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:38:02 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 08:12:53 2026"
      },
      "message": "chromeos-chrome: Automatic uprev to 152.0.7958.0_pre1664314.\n\nRoll Chrome to commit eb27df1a5a6065c1ec44fba0efce5a464884c8f7.\n\nThis uprev is based on tip-of-tree main branch Chrome at a particular commit, not a Chrome canary release. It aims to provide more frequent uprevs and smaller lag for Chrome roll to ChromeOS main branch tip-of-tree.\n\nIf you want to revert this CL, please see go/before-reverting-chrome-uprev-cl.\n\nIn case of merge conflict, please regenerate the CL by clicking \u0027RETRY BUILD\u0027 in the below link of the job detail then abandon this.\n\nDiff Link: https://chromium.googlesource.com/chromium/src/+log/697ff29e454aa1f6e5b9f72843b28f0bd87972ed..eb27df1a5a6065c1ec44fba0efce5a464884c8f7?n\u003d10000\n\nGenerated by PUpr, see https://cr-buildbucket.appspot.com/build/8675964110480929057 for job details.\n\nBUG\u003dNone\nTEST\u003dCQ\nR\u003dchrome-os-gardeners-reviews@google.com\n\nPupr-Upstream-Versions: [{\"ref\": \"refs/heads/main\", \"repository\": \"/chromium/src\", \"revision\": \"eb27df1a5a6065c1ec44fba0efce5a464884c8f7\"}]\nCq-Cl-Tag: pupr:chromeos-base/chromeos-chrome\nChange-Id: If88b01390f57dbb0ece377f136ac178ae156c39c\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8119131\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\nCommit-Queue: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b93fafdba26224e142dc4dc0192745aea8a285e3",
      "tree": "f51c06a3854101079b98f52d481005ca145a1ed7",
      "parents": [
        "15faa7270696fb37095ec0125a42dde6467dc07d"
      ],
      "author": {
        "name": "Konstantin Seurer",
        "email": "konstantin.seurer@gmail.com",
        "time": "Sat Jan 10 11:01:34 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 07:52:25 2026"
      },
      "message": "vulkan: Implement a late triangles -\u003e quads pass\n\nThe pass tries to combine triangles into quads after sorting the morton\ncodes. Since this reduces the number of triangle nodes, there will be\ngaps in the key_id_pair array and active_leaf_count will be to high. We\ntherefore also need to run a prefix scan on the IDs.\n\nAcked-by: Sagar Ghuge \u003csagar.ghuge@intel.com\u003e\nReviewed-by: Natalie Vock \u003cnatalie.vock@gmx.de\u003e\nPart-of: \u003chttps://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42636\u003e\n"
    },
    {
      "commit": "15faa7270696fb37095ec0125a42dde6467dc07d",
      "tree": "0388909f4d1d17e1fb398bb6f28936223f0e308f",
      "parents": [
        "3e68f10c483630f9166ca8ef0abef46a579e11fd"
      ],
      "author": {
        "name": "Marvin, the Aspect bot",
        "email": "marvin@aspect.build",
        "time": "Sat Jul 18 04:16:25 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 06:32:26 2026"
      },
      "message": "aspect_rules_ts@3.9.2 (#9737)\n\nRelease: https://github.com/aspect-build/rules_ts/releases/tag/v3.9.2\n\n_Automated by [Publish to\nBCR](https://github.com/bazel-contrib/publish-to-bcr)_\n\nCo-authored-by: jbedard \u003c89246+jbedard@users.noreply.github.com\u003e"
    },
    {
      "commit": "3e68f10c483630f9166ca8ef0abef46a579e11fd",
      "tree": "775cf309ed43e4b4b27633e03f96d03a02a4736f",
      "parents": [
        "47bbc7ee66cfece07886be89c1af135285b62ca5"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:43:15 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:43:33 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86188-8675965082662723681/packages.\n\nAutomatically generated by go/bbid/8675965082662723681\n\nCr-Build-Id: 8675965082662723681\nChange-Id: Ie2cdbc2ee2941a6310e7a4d3ea59bf9a94e7b65a\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121474\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "47bbc7ee66cfece07886be89c1af135285b62ca5",
      "tree": "3f4eb82d876ebf8c5e9f2ce7a80e2211c84f659f",
      "parents": [
        "fefadd84e0216d185e3485f082080597523dff3c"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:42:42 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:42:58 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86188-8675965082662723681/packages.\n\nAutomatically generated by go/bbid/8675965082662723681\n\nCr-Build-Id: 8675965082662723681\nChange-Id: Ifce6cc3009004a4747dbec29dd61bd1a86c43046\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121454\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "fefadd84e0216d185e3485f082080597523dff3c",
      "tree": "443c0d2be188af5a6121fae2c7da46cb34c64e1b",
      "parents": [
        "b94758ec6e7fb027c7c55dd6a6ecd0cb26b2e3d7"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:42:46 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:42:57 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86188-8675965081705622705/packages.\n\nAutomatically generated by go/bbid/8675965081705622705\n\nCr-Build-Id: 8675965081705622705\nChange-Id: I07ea9207c8cb6cb5f04dc3dcadba9389246f8264\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121359\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b94758ec6e7fb027c7c55dd6a6ecd0cb26b2e3d7",
      "tree": "cb7df14ba729ecc3c74c64e6497f52f2a72afb74",
      "parents": [
        "e411394e1426d7d22f7adb39d6ec25925009e14a"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:42:24 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:42:38 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86188-8675965081705622705/packages.\n\nAutomatically generated by go/bbid/8675965081705622705\n\nCr-Build-Id: 8675965081705622705\nChange-Id: I36c51c6242e3c9ba5239ccb5dd2458e4a7aef242\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121358\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e411394e1426d7d22f7adb39d6ec25925009e14a",
      "tree": "6fc1e683ae46e37b05bf308c091fddd8b81c97c2",
      "parents": [
        "9185363e60709383cd6365a3d0818eef5d53ecca"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:37:04 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:37:17 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tatl/postsubmit-R152-16756.0.0-86188-8675965005058471985/packages.\n\nAutomatically generated by go/bbid/8675965005058471985\n\nCr-Build-Id: 8675965005058471985\nChange-Id: Ie09fb61b78418f9bba0a0dd9a9378d13574123fc\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121357\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "9185363e60709383cd6365a3d0818eef5d53ecca",
      "tree": "3700580652efa675670b5ba84f0fdecbe98160f6",
      "parents": [
        "e7b66f617e2ac3a46f42a1615bda651273d9a6b8"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:36:20 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:36:38 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tael/postsubmit-R152-16756.0.0-86188-8675965007189149841/packages.\n\nAutomatically generated by go/bbid/8675965007189149841\n\nCr-Build-Id: 8675965007189149841\nChange-Id: Id1a77570114b735a9d247970212c50c520b2b21e\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121006\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e7b66f617e2ac3a46f42a1615bda651273d9a6b8",
      "tree": "3f540e8eb3f84b3a4cfc00684daeca5a471e0327",
      "parents": [
        "f01382844a74c3be44ebbffad785066ba5612e56"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:23:32 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:23:58 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675965433295968817\nChange-Id: Iefc5266173d5560dbb4c6110a7d93139c324364d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121004\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "f01382844a74c3be44ebbffad785066ba5612e56",
      "tree": "83fcc369839e4a6955298b5d585c8f6add75ed92",
      "parents": [
        "978559c3e3e830de65fc5f54fe4295132a5a1297"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:09:49 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:10:01 2026"
      },
      "message": "Marking set of ebuilds as stable\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675966287661179569\nCr-Automation-Id: cros_source/push_uprevs\nChange-Id: Ib53f775f51cdc1feaa25887aea5b3cdc527fbf20\n"
    },
    {
      "commit": "978559c3e3e830de65fc5f54fe4295132a5a1297",
      "tree": "6a3d3cd0d085413db4029f7047f9402fee5f12e1",
      "parents": [
        "a881fcb3d4072b2a8f1b3af3a2e638ffdd618a24"
      ],
      "author": {
        "name": "chromeos-ci-release",
        "email": "chromeos-ci-release@chromeos-release-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 05:09:01 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 05:09:17 2026"
      },
      "message": "Update signing-docker-image.version\n\nThis build triggered by the following:\n - Manual trigger\n\nGenerated by https://cr-buildbucket.appspot.com/build/8675966285502400529.\n\nChange-Id: I3b0f97cbc3557367ff203fab54004a92f8efc9ba\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/recipes/+/8116749\nBot-Commit: chromeos-ci-release@chromeos-release-bot.iam.gserviceaccount.com \u003cchromeos-ci-release@chromeos-release-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "a881fcb3d4072b2a8f1b3af3a2e638ffdd618a24",
      "tree": "69ee360c4008e1816f3d937b2a705734bfbf1067",
      "parents": [
        "1a25476447d91430ae26464d924490bb8f74bcd5"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 02:34:55 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:56:44 2026"
      },
      "message": "VERSION-PIN: updating version pin chromeos-ec-token to 2026.07.18.023450\n\nCL generated by job https://cr-buildbucket.appspot.com/build/8675982022594520225\n\nChange-Id: I551faf1e6f4222c88d84cdfa3e48138b9d91a324\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8117998\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\nCommit-Queue: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "1a25476447d91430ae26464d924490bb8f74bcd5",
      "tree": "d3de6fffa80f7277fc0e6927b58284b6ccdd2eab",
      "parents": [
        "5792237530d34654c40a0fcafdecb09519dbbfea"
      ],
      "author": {
        "name": "Adrian Ratiu",
        "email": "adrian.ratiu@collabora.com",
        "time": "Fri Jul 17 17:37:50 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:55:45 2026"
      },
      "message": "vm_tools/chunnel: allow madvise in chunneld seccomp policies\n\nFurther CQ testing uncovered that chunneld also requires the seccomp\nrules added in commit 1a6612ff959b (\"seccomp: allow MADV_GUARD_INSTALL\n/MADV_HUGEPAGE madvise for glibc 2.43\").\n\nThis was missed because chunneld has no madvise rule at all and the\ncommit above only extended it on policies which already allowed it.\n\nThe asurada CQ audit log shows 44 seccomp kills: comm\u003d\"chunneld\"\nsyscall\u003d233 (madvise) sig\u003d31 arch\u003dc00000b7.\n\nBUG\u003db:491765858\nTEST\u003daudit log analysis of failed asurada arc.Optin.vm CQ run; CQ\n\nChange-Id: Ibea38e4618061766f5ad8abb48fc372c5a071880\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/8118409\nReviewed-by: George Burgess \u003cgbiv@chromium.org\u003e\nReviewed-by: Allen Webb \u003callenwebb@google.com\u003e\nTested-by: Adrian Ratiu \u003cadrian.ratiu@collabora.corp-partner.google.com\u003e\nCommit-Queue: Adrian Ratiu \u003cadrian.ratiu@collabora.corp-partner.google.com\u003e\nAuto-Submit: Adrian Ratiu \u003cadrian.ratiu@collabora.corp-partner.google.com\u003e\n"
    },
    {
      "commit": "5792237530d34654c40a0fcafdecb09519dbbfea",
      "tree": "9cd99ed409ff4bb27cfbfb9d3bd7824dcf3c8db8",
      "parents": [
        "d31e7e2fd36e1334f8f67abe478200fd784f6dfe"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:40:59 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:41:12 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86187-8675968963529376449/packages.\n\nAutomatically generated by go/bbid/8675968963529376449\n\nCr-Build-Id: 8675968963529376449\nChange-Id: Ibb1a2d3c31127176de13bcaa81dea8c34b01ac19\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121028\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d31e7e2fd36e1334f8f67abe478200fd784f6dfe",
      "tree": "e8bb6eaecdc1be43f0a52585d2e93ba019f7761b",
      "parents": [
        "35faba9f059aaf65d709484d485e602180ffb708"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:40:40 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:40:51 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86187-8675968963529376449/packages.\n\nAutomatically generated by go/bbid/8675968963529376449\n\nCr-Build-Id: 8675968963529376449\nChange-Id: I7cbb271d2724f775edcfbe43fb447f3cabfaf41c\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8118005\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "35faba9f059aaf65d709484d485e602180ffb708",
      "tree": "7467b0cf3bafe4a18912de076393f9b5650d6b04",
      "parents": [
        "971364153c640d667faa0f56c4da2e4606127310"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:40:20 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:40:33 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/postsubmit-R152-16756.0.0-86187-8675968955128607633/packages.\n\nAutomatically generated by go/bbid/8675968955128607633\n\nCr-Build-Id: 8675968955128607633\nChange-Id: I69abab937e09493096af747c53066f218e316634\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121003\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "971364153c640d667faa0f56c4da2e4606127310",
      "tree": "7e549cb93e63cee239c9ca313590cfc4452180b8",
      "parents": [
        "d22f751c5c368f4e563fd9a8c3d5c13eb87f3395"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:39:45 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:39:58 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86187-8675968964477669521/packages.\n\nAutomatically generated by go/bbid/8675968964477669521\n\nCr-Build-Id: 8675968964477669521\nChange-Id: Ifd8514b02093cc385b37cc3a0679e3e7b04e09f7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121027\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d22f751c5c368f4e563fd9a8c3d5c13eb87f3395",
      "tree": "46c03574a89f2fac92f3c523f348d936900ee60f",
      "parents": [
        "cdab5ac6515e1922e5d1f8a5abf93a2855fb4bbd"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:39:22 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:39:37 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86187-8675968964477669521/packages.\n\nAutomatically generated by go/bbid/8675968964477669521\n\nCr-Build-Id: 8675968964477669521\nChange-Id: I89b6e2e2afd7641336b802edbe5180231943c746\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8117360\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "cdab5ac6515e1922e5d1f8a5abf93a2855fb4bbd",
      "tree": "4850032c25950d99cf6f64437b3d03ac570624ff",
      "parents": [
        "fd25989f9622b079720aeaea97554a7039cd6e6b"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:38:53 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:39:11 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/postsubmit-R152-16756.0.0-86187-8675968954083301601/packages.\n\nAutomatically generated by go/bbid/8675968954083301601\n\nCr-Build-Id: 8675968954083301601\nChange-Id: Ie7cdf2b105df7b61b98310adfbe7d4a91245f8c7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121026\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "fd25989f9622b079720aeaea97554a7039cd6e6b",
      "tree": "982b0322e484fe3ac6129e515d4da6ea4057563f",
      "parents": [
        "41348bab052c5cdb02804cdfb34c1afdb2c6b852"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:38:49 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:39:04 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm-generic/postsubmit-R152-16756.0.0-86187-8675968958273327969/packages.\n\nAutomatically generated by go/bbid/8675968958273327969\n\nCr-Build-Id: 8675968958273327969\nChange-Id: I7b9c39fcdbb668f5eabd2cff3988de15aff7c1ac\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8117359\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "41348bab052c5cdb02804cdfb34c1afdb2c6b852",
      "tree": "eca1dd8d10cd3df20baa34a365990496c2529319",
      "parents": [
        "a3d8b89861449b27b54ddf50d0a7144ba0fe8d09"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:36:00 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:36:14 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tatl/postsubmit-R152-16756.0.0-86187-8675968886904655265/packages.\n\nAutomatically generated by go/bbid/8675968886904655265\n\nCr-Build-Id: 8675968886904655265\nChange-Id: Ia0821e1f143df7954eb06cc54d19a191dd2e53e3\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8118004\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "a3d8b89861449b27b54ddf50d0a7144ba0fe8d09",
      "tree": "90437f50e5b0b524a6ade95d09d5076d41f6b5fa",
      "parents": [
        "579784395c60d2e7b9448099c92304413f5cd168"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:35:43 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:36:03 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tael/postsubmit-R152-16756.0.0-86187-8675968888987730673/packages.\n\nAutomatically generated by go/bbid/8675968888987730673\n\nCr-Build-Id: 8675968888987730673\nChange-Id: I51db9bcb44f21157e00842b27229033505229ee1\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121001\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "579784395c60d2e7b9448099c92304413f5cd168",
      "tree": "e05c2bbea7d9f3d48d713d329e4d2108caf05892",
      "parents": [
        "9515a0f082dd9f1b373eb156bd002aef255cfc5b"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:21:19 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:21:48 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675969112513751777\nChange-Id: Ied0158e0d17cdd59c58774581e13f4bec3334d1b\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121354\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "9515a0f082dd9f1b373eb156bd002aef255cfc5b",
      "tree": "12aec181009c9734f00d2b9ca8a0217809330375",
      "parents": [
        "b4ff26b0f180bbcd5e805af86a87bfe860c5f979"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 04:08:21 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 04:08:28 2026"
      },
      "message": "Marking set of ebuilds as stable\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675970059219202385\nCr-Automation-Id: cros_source/push_uprevs\nChange-Id: I0b7ded39c877a067bdd5738a01f991df5deffd83\n"
    },
    {
      "commit": "b4ff26b0f180bbcd5e805af86a87bfe860c5f979",
      "tree": "2e906ee9f3f6a81ea121fccbcf0db6cb9dfe5eff",
      "parents": [
        "6f44707e18fa54bb8c09f7acacaf93c382072e39"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:47:49 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:48:02 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/postsubmit-R152-16756.0.0-86186-8675972665840975553/packages.\n\nAutomatically generated by go/bbid/8675972665840975553\n\nCr-Build-Id: 8675972665840975553\nChange-Id: If72a60c50afeb9f43af68895ce720e4b9192916b\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8118003\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "6f44707e18fa54bb8c09f7acacaf93c382072e39",
      "tree": "962e5451a26b66fa04435ef07b1af0853ddb724c",
      "parents": [
        "eb098e8e69ac38e9c2eb98bb1c2428793e40a8e2"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:45:38 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:45:54 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm64-generic/postsubmit-R152-16756.0.0-86186-8675972664789117057/packages.\n\nAutomatically generated by go/bbid/8675972664789117057\n\nCr-Build-Id: 8675972664789117057\nChange-Id: If3aba074f06fdab4a101df94469afbbe33ec5afc\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8115125\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "eb098e8e69ac38e9c2eb98bb1c2428793e40a8e2",
      "tree": "9131a2928b1e4c546cf170888483ced8c4e0c7e5",
      "parents": [
        "ab4bccb9eb7f6976977f5b0d408d6bdaf2a386db"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:45:35 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:45:46 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86186-8675972674216998449/packages.\n\nAutomatically generated by go/bbid/8675972674216998449\n\nCr-Build-Id: 8675972674216998449\nChange-Id: Ife3103114d4b437d929c2c3ec42e3090d3707fc7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121000\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ab4bccb9eb7f6976977f5b0d408d6bdaf2a386db",
      "tree": "851b6952c2624e595f90b6bc467a80d4faf1ca2a",
      "parents": [
        "66ea6beb64b42978ee1d649dd754d69f16c26466"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:45:14 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:45:27 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86186-8675972674216998449/packages.\n\nAutomatically generated by go/bbid/8675972674216998449\n\nCr-Build-Id: 8675972674216998449\nChange-Id: I5ba0b254f5805efc572a4e3f805a48f5383fb998\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121025\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "66ea6beb64b42978ee1d649dd754d69f16c26466",
      "tree": "e20bcfdee28a68c5932966b16cb6404e2ee3b425",
      "parents": [
        "5c7068f1165b881b8f7b1b9aca4261be3c63efe3"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:44:57 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:45:14 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/host/amd64/amd64-generic/postsubmit-R152-16756.0.0-86186-8675972675243259009/packages.\n\nAutomatically generated by go/bbid/8675972675243259009\n\nCr-Build-Id: 8675972675243259009\nChange-Id: I93fe3a3f0de2a091698a8d2c8bdac7a17a530568\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8118002\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5c7068f1165b881b8f7b1b9aca4261be3c63efe3",
      "tree": "daec70d0bce2c45b7e7f07125ab2188f320a7831",
      "parents": [
        "781bffb7056a4e1c1325c48c009dd213367f1ccd"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:44:38 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:44:53 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/arm-generic/postsubmit-R152-16756.0.0-86186-8675972668975445921/packages.\n\nAutomatically generated by go/bbid/8675972668975445921\n\nCr-Build-Id: 8675972668975445921\nChange-Id: I8f4fd71e42de77850e768a8f876166526002ae9d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8118001\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "781bffb7056a4e1c1325c48c009dd213367f1ccd",
      "tree": "e08e56467d6d5f9f99d2344ce51e3d35b88c8c5a",
      "parents": [
        "8be5d44d784ba44e28e08a3067c74aea604060de"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:44:31 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:44:50 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/amd64-generic/postsubmit-R152-16756.0.0-86186-8675972675243259009/packages.\n\nAutomatically generated by go/bbid/8675972675243259009\n\nCr-Build-Id: 8675972675243259009\nChange-Id: I99fb8958db900a1b5f2e755b6023a8ef77e3dd4e\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8120999\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "8be5d44d784ba44e28e08a3067c74aea604060de",
      "tree": "caf8b609f3ca3591387e266ae4dce2f90a793ae7",
      "parents": [
        "7c3fce55d140e69fa32df082726b63db75c3ee32"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:41:58 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:42:21 2026"
      },
      "message": "Update Metadata Cache\n\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675971600869945441\nChange-Id: I6111025febc92b87bed3832bb1fedb0ccea17b02\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8116150\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7c3fce55d140e69fa32df082726b63db75c3ee32",
      "tree": "cd12b6b54ea8ffa9fa01653a7dbb42ab123c6697",
      "parents": [
        "a5bf02c2064824b2e14299efee270df42747fdf7"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:37:39 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:37:55 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tael/postsubmit-R152-16756.0.0-86186-8675972599685357505/packages.\n\nAutomatically generated by go/bbid/8675972599685357505\n\nCr-Build-Id: 8675972599685357505\nChange-Id: Id51e2f0d1445cf8d3b0f6d8fbd8cccfb101847c6\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8120827\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "a5bf02c2064824b2e14299efee270df42747fdf7",
      "tree": "e7b26af8da2dafc5f67fa7d838e80f7af3b56f48",
      "parents": [
        "ebbca3b7a20fdc5986fb21233d6edef60bcd8544"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 03:37:32 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:37:51 2026"
      },
      "message": "Set POSTSUBMIT_BINHOST\u003dgs://chromeos-prebuilt/board/tatl/postsubmit-R152-16756.0.0-86186-8675972597602904465/packages.\n\nAutomatically generated by go/bbid/8675972597602904465\n\nCr-Build-Id: 8675972597602904465\nChange-Id: I49af3578e8d8eff6822711d6a3cfad0c41eff5c4\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8120826\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ebbca3b7a20fdc5986fb21233d6edef60bcd8544",
      "tree": "3939aa7e9c79d3815fa10f0ca1c25ba3068567a0",
      "parents": [
        "bd68aef84925ac141b00aa7c344324c6692876e6"
      ],
      "author": {
        "name": "chromeos-ci-prod",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Sat Jul 18 00:26:49 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:33:08 2026"
      },
      "message": "ec-devutils, ec-utils, ec-utils-test: Automatic uprev to b0f5c38569029c628e9604ef663119491f0e83b4.\n\nReviewers please read\nhttps://chromium.googlesource.com/chromiumos/platform/ec/+/main/docs/pupr.md\nGenerated by PUpr, see https://cr-buildbucket.appspot.com/build/8675983702555059201 for job details.\n\nBUG\u003dNone\nTEST\u003dCQ\nR\u003dcros-ec-champion@google.com\n\nPupr-Upstream-Versions: [{\"ref\": \"refs/heads/main\", \"repository\": \"/chromiumos/platform/ec\", \"revision\": \"b0f5c38569029c628e9604ef663119491f0e83b4\"}, {\"ref\": \"refs/heads/main\", \"repository\": \"/chromiumos/platform/ec\", \"revision\": \"d3eba596aac0ae5e4d52b2857b4daf3918915615\"}, {\"ref\": \"refs/heads/main\", \"repository\": \"/chromiumos/platform/ec\", \"revision\": \"e3486b8f8b486489853aab69c81e970bce0f2335\"}, {\"ref\": \"refs/heads/main\", \"repository\": \"/chromiumos/platform/ec\", \"revision\": \"f34b1e4959dba4a99ffaad2bd410425d498e58f6\"}, {\"ref\": \"refs/heads/main\", \"repository\": \"/chromiumos/platform/ec\", \"revision\": \"6fcdf64e30ec11315f19a6993290f6202df464cd\"}, {\"ref\": \"refs/heads/main\", \"repository\": \"/chromiumos/platform/ec\", \"revision\": \"eae0e7171025845adf934dfe2096eb7f6ff21345\"}]\nCq-Cl-Tag: pupr:chromeos-base/ec-utils\nCq-Include-Trybots: chromeos/cq:amd64-generic-bazel-cq\nChange-Id: I551b3dec51e6f6c1a157197ca26deda28dab1353\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/8121014\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\nCommit-Queue: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "bd68aef84925ac141b00aa7c344324c6692876e6",
      "tree": "104d5315a24268096e8ec15a13135b82ae2b354c",
      "parents": [
        "764bb80a2c7dea06fdb46faf669b506f3ef8cee7"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:27 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:54 2026"
      },
      "message": "samples: video: fix CMakeLists.txt style\n\nCMakeListst.txt was having the wrong FILE() command,\nuse lowercase file() instead.\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: da9b7b9d257b71098ed2c0d156d137420ea86779\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I63228ef2381be5323d0ec5e7c8b929945287eec0\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121133\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "764bb80a2c7dea06fdb46faf669b506f3ef8cee7",
      "tree": "1cbe1f2e1e2561acf3459d3e4eeda3ae107d09e7",
      "parents": [
        "cba128a390c10f96e13e5c841d40805e34b01404"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:27 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:51 2026"
      },
      "message": "video: update the sample and test names to match their new location\n\nThe previous commit moves the samples and tests without modification.\nAlso adjust their content to reflect their change of category.\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: 235e40c904a483ec5e9943b187f175f00af63c94\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I01ca0e7422175c190a9a5914d030a4b9c4838e76\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121132\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "cba128a390c10f96e13e5c841d40805e34b01404",
      "tree": "ee061faed0befc6b5c0b83983226780330a8a676",
      "parents": [
        "69ccb2e5e1ff477d5b26c9e78ba1a9d3a34ea72c"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:26 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:47 2026"
      },
      "message": "video: move tests and samples to subsys/video subdirectory\n\nFollowing the introduction of the video subsystem, move the tests and\nsamples that use the subsys/video APIs to the subsys/video.\nAdd doc redirections and update the content referring to these samples.\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: d685b884cc51fa1211ec17bf2e05daf7af8d4527\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I02326b6ab01db2662df07acb72e68fe8ca1ee484\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121131\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "69ccb2e5e1ff477d5b26c9e78ba1a9d3a34ea72c",
      "tree": "2598795297b714a1dc43102c6ff125dd08c91270",
      "parents": [
        "814ba43619fbc45eaa7072b469ca824e831bb9bf"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:25 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:43 2026"
      },
      "message": "doc: releases: 4.5: video: document the migration\n\nVideo driver APIs are moved to a video subsystem. Document the change\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: ee70240922fdaa4c93d872b083ff6c51f048580e\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: Ibc1037ddeac84b737eb35e6bf88e8a6cf66e2d1a\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121130\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "814ba43619fbc45eaa7072b469ca824e831bb9bf",
      "tree": "16befe102b5ae378628a1db1a9178665b1acffd1",
      "parents": [
        "ac868b5e64d4c0c8d8e6c315a9e7beff9740b947"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:25 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:39 2026"
      },
      "message": "video: ctrls: convert to use driver API wrappers\n\nNow that controls are imported, convert them to be API wrappers instead of\nusing DEVICE_API_GET(). Except for video_auto_cluster_ctrl() so that it\ncan check if the get_volatile_ctrl() API is supported or not.\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: b2be4e30e886b1712d132d0b20ffe3e0e14080c5\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I0bbb68814753f3a56c028cae6824817b7068334f\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121129\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ac868b5e64d4c0c8d8e6c315a9e7beff9740b947",
      "tree": "5800fbcb0fe89bf47d37dc810300b56397135d79",
      "parents": [
        "eb07a92aec01d652d4863868c799a17bde64b930"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:24 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:35 2026"
      },
      "message": "video: import source content from drivers/video\n\nMove most of the shared sources from drivers/video/ into subsys/video/.\nThe content left in drivers/video/ is now only used by drivers, or\ndrivers themselves.\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: 93511748eef0b0091e0607619e5b96db8286e90e\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I333eb20ebefe3f1bb399ae55c5856d214c67aeb1\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121128\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "eb07a92aec01d652d4863868c799a17bde64b930",
      "tree": "08fc3491dd6393a3f40b2fcc5946f813e23c02c1",
      "parents": [
        "fc662d8cff5fcdd2cbc40762405dc908b263ff44"
      ],
      "author": {
        "name": "Josuah Demangeon",
        "email": "me@josuah.net-copybot-pick",
        "time": "Fri Jul 17 23:48:23 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:32 2026"
      },
      "message": "drivers: video: only use \u003czephyr/drivers/video.h\u003e for API shims\n\nMove all the content of \u003czephyr/drivers/video.h\u003e to a separate include\nfile in \u003czephyr/video/video.h\u003e except driver entry points, all with a\nvideo_drivers_... prefix.\n\nVideo control IDs are now in \u003czephyr/video/controls.h\u003e and included\nfrom both \u003czephyr/drivers/video.h\u003e and \u003czephyr/video/video.h\u003e.\n\nVideo format FourCCs are now in \u003czephyr/video/formats.h\u003e and included\nfrom both \u003czephyr/drivers/video.h\u003e and \u003czephyr/video/video.h\u003e.\n\nAs a side effect, introduce a video subsystem in MAINTAINERS.yml\n\nOriginal-Signed-off-by: Josuah Demangeon \u003cme@josuah.net\u003e\nGitOrigin-RevId: a0666f3877ec56fa2e430de7af5c8eaadbed3fca\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I010406963711d8a53607ee479a93234b98038b99\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121127\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "fc662d8cff5fcdd2cbc40762405dc908b263ff44",
      "tree": "e1b96a250e9c6f2903fad0d168220e62c94802e0",
      "parents": [
        "0348cfbf5f0bbb2344092984d1dda8ceb6488bc6"
      ],
      "author": {
        "name": "Arya Khochare",
        "email": "aryakhochare@gmail.com-copybot-pick",
        "time": "Fri Jul 17 23:48:23 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:28 2026"
      },
      "message": "net: shell: ppp: Fix config option checks\n\nChange all four CONFIG_NET_PPP references (two #if guards, one\nthat is the symbol that actually controls whether PPP support\nis compiled in.\n\nOriginal-Signed-off-by: Arya Khochare \u003caryakhochare@gmail.com\u003e\nGitOrigin-RevId: 5013d4c7aa40cdbdc479371e815b9bb2a43a3734\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I1dfdffbbba7ef7908c5fe620309f52c2266fcf99\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121126\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "0348cfbf5f0bbb2344092984d1dda8ceb6488bc6",
      "tree": "50d6138eaf81935ec1ff122fff9927f4a81da790",
      "parents": [
        "5c92a92bf2216ac4fab3ee9f374be4661040d999"
      ],
      "author": {
        "name": "Daniel Leung",
        "email": "daniel.leung@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:22 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:24 2026"
      },
      "message": "tests: posix/semaphore: fix fault when CONFIG_KERNEL_COHERENCE\u003dy\n\ntest_semaphore declared its semaphore as stack local. On platforms\nwith CONFIG_KERNEL_COHERENCE enabled, thread stacks live in cached,\nnon-coherent memory. Kernel objects need to be in coherenet memory,\nor else kernel code will assert on these variables due to failing\nthe sys_cache_is_mem_coherence() test.\n\nSo fix this by declaring the semaphore static so it will reside\nin coherent memory.\n\nOriginal-Signed-off-by: Daniel Leung \u003cdaniel.leung@intel.com\u003e\nGitOrigin-RevId: e6dec71da3027891b303cc0e048f83a5a05f38a8\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I26367aa81ea5f72db3cdee48d2134cc774a19d0c\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121125\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5c92a92bf2216ac4fab3ee9f374be4661040d999",
      "tree": "b462dea12368201b5fab370c19974e506ab31ed0",
      "parents": [
        "6140e93f32e10180f19db6c128d22690fd9d4747"
      ],
      "author": {
        "name": "Daniel Leung",
        "email": "daniel.leung@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:21 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:21 2026"
      },
      "message": "boards: qemu_x86_tiny: up DRAM size to 384K\n\nSome of the tests are complaining about ROM size so we need to\nup the DRAM size to accommodate ever increasing binary size.\n\nOriginal-Signed-off-by: Daniel Leung \u003cdaniel.leung@intel.com\u003e\nGitOrigin-RevId: d751e1c1a486a2214529ff1449a3c1448535dc6e\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I5dbf261657feb4ed9090e0dbf2f2ff726ca18e89\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121124\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "6140e93f32e10180f19db6c128d22690fd9d4747",
      "tree": "4e69c2e0a3dac20f808bced2d373e78f8e22b419",
      "parents": [
        "3e1d165586ff45986c581f376cb41d10ec0f9594"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:21 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:17 2026"
      },
      "message": ".github: twister: install Python requirements after the rebase\n\nIn the test-plan prep job the pull request is rebased onto its base\ninside the zephyr-ci-env step. Previously Set up Python and\ninstall-packages ran before that step, so pip installed\nscripts/requirements-actions.txt from the un-rebased PR head and\nsetup-python keyed its cache on that file.\n\nMove both steps after Set up Zephyr environment so the requirements are\ninstalled from the rebased tree. The west setup itself needs no pip\npackages, and Generate Test Plan still runs after the install.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 1e63ffabe61f63106403e91cbed87d8b5d6f0396\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I0f1dbde052b583dc690a40f7b6c3a205a1a203e0\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121123\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3e1d165586ff45986c581f376cb41d10ec0f9594",
      "tree": "5233186c4b04794dd90c8e996d88c1cce6c34bd3",
      "parents": [
        "6ec3eccd57fe546fd425c1d98727bbcb7df9dbf6"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:20 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:14 2026"
      },
      "message": ".github: push_artifacts: use the zephyr-ci-env action\n\nReplace the inlined repo-cache west setup with the shared zephyr-ci-env\ncomposite action. push_artifacts is push triggered, so the action\u0027s\npull_request-gated rebase is a no-op, matching the previous setup which\ndid no rebase. No group-filter is set, as before.\n\nPATH gains ~/.cargo/bin and the west-update log moves from \u0027tee\u0027 to a\nredirect, consistent with the shared action.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: beb4f0a83f48f9d3afa186ca2c7439a870acc4ac\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I9c81957e476d7ef8fbf8709921601e331d3057f0\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121122\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "6ec3eccd57fe546fd425c1d98727bbcb7df9dbf6",
      "tree": "96a035569cbded1c90dc04cc7a5e1e83475a3b6a",
      "parents": [
        "edb73acf9ddee825cb6f7eb5d4dd647e1672a19a"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:20 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:10 2026"
      },
      "message": ".github: doxygen-checks: use the zephyr-ci-env action\n\nReplace the inlined repo-cache west setup with the shared zephyr-ci-env\ncomposite action. doxygen-checks is pull-request triggered, so the\naction\u0027s pull_request-gated rebase runs as the previous unconditional\nrebase did. Pass base-ref; no group-filter is set, matching the original.\n\nThe BASE_REF job env is kept, as a later worktree step still uses it. The\nshared action additionally clears any stale .git/rebase-apply/merge and\nprints the rebased log, both harmless.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 137ae2b27caa0e9bae8e17512a4c3f8296c89560\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: Ie725789ccc58326344f57ef7b291a07e63c1c8bc\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121121\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "edb73acf9ddee825cb6f7eb5d4dd647e1672a19a",
      "tree": "a985bb16c38672f4463ac400b0770dcf9bdfd5d1",
      "parents": [
        "9c27e5bbc57d6d415e1cfe8619699daa166c5110"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:19 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:24:04 2026"
      },
      "message": ".github: clang: use the zephyr-ci-env action\n\nReplace the inlined repo-cache west setup with the shared zephyr-ci-env\ncomposite action. clang is push triggered, so the action\u0027s\npull_request-gated rebase is a no-op, matching the previous setup which\ndid no rebase. Pass group-filter \u0027+ci,+optional\u0027.\n\nclang keeps its own LLVM-specific Check Environment step, so run-checks\nstays off. The migration also normalises onto the shared action: the\npost-update \u0027west forall git reset --hard\u0027 is now run, the west-update log\nfile becomes west.update.log, and PATH gains ~/.cargo/bin. The redundant\ngit clean/config from the old block is dropped -- actions/checkout already\ncleans the tree.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 1e08e49a4efbb3274b7327911b129d14f09ccb94\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I2d1929ed73013f9681943e380db92a2211631e20\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121120\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "9c27e5bbc57d6d415e1cfe8619699daa166c5110",
      "tree": "542cae220820b74a3b5c11151afe9058c3ceeb74",
      "parents": [
        "8315c64424d76638f6c00f21e8dec8278cdde36b"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:18 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:59 2026"
      },
      "message": ".github: bsim-tests: use the zephyr-ci-env action\n\nReplace the inlined repo-cache west setup with the shared zephyr-ci-env\ncomposite action. bsim-tests is pull-request triggered, so the action\u0027s\npull_request-gated rebase runs exactly as the previous unconditional\nrebase did. Pass group-filter \u0027+ci\u0027 and base-ref, and drop the now-unused\nBASE_REF step env. The ephemeral rebase author normalises to\n\"Zephyr Builder\" and PATH gains ~/.local/bin and ~/.cargo/bin.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 6943b699caba26d420e3c86c70f62b55d7c7818d\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I06a1a421a34ab399a10a0eed98090d40f7685f2f\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121119\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "8315c64424d76638f6c00f21e8dec8278cdde36b",
      "tree": "1c3892a557804d27b737f1c86dcf5cf51570ddba",
      "parents": [
        "010c1352d4ab7355f70ff8d370268bd0ea8b8fc6"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:18 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:56 2026"
      },
      "message": ".github: add concurrency cancellation to PR check workflows\n\nThese pull-request check and test workflows had no concurrency group, so\npushing several revisions to a PR in quick succession left every\nsuperseded run executing to completion, wasting runner capacity.\n\nAdd the repo-standard concurrency group, keyed on workflow, event and\nhead ref, with cancel-in-progress, to codeql, coding_guidelines,\ncompliance, devicetree_checks, doxygen-checks, errno, license_check,\npinned-gh-actions, pylib_tests, scripts_tests, twister_tests,\ntwister_tests_blackbox and west_cmds. The event is part of the group key,\nso scheduled and push runs are not cancelled by pull-request runs.\n\nDeliberately left alone: doc-build (already has job-level concurrency),\nrelease (must not cancel a publish), scorecards (security scan) and\ndaily_test_version (not pull-request triggered).\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: f20557a5b02c1314e59fc5f0104d795f4166d79a\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I0c3b96e474d4216298729a2dfb9e45c563052fe1\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121118\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "010c1352d4ab7355f70ff8d370268bd0ea8b8fc6",
      "tree": "fd8dabca51ac1119f419972bfa46bb0449ed6339",
      "parents": [
        "2984586264f541bdade0f854560367622520fa7f"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:17 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:51 2026"
      },
      "message": ".github: set persist-credentials: false on non-pushing checkouts\n\nBy default actions/checkout leaves the GITHUB_TOKEN in the local git\nconfig, where any later step -- including third-party actions -- can read\nit. None of these jobs push with the persisted credential (the release\njob creates its release via gh with an env token), so disable credential\npersistence on every checkout that does not need it. This follows the\nOpenSSF Scorecard token-permissions guidance and matches the checkouts\nthat already set the flag.\n\nBare checkouts gain a minimal with: block; the release workflow keeps\nworking because gh release create authenticates via GH_TOKEN, not git.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: ba5faf6a2280c0d44c77e030a6032470095be09f\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I852046f8d63b630511d990abf1eae6583c629c7d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121117\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "2984586264f541bdade0f854560367622520fa7f",
      "tree": "f5f3f43babff0c4ad6d58981c7e9230917875a87",
      "parents": [
        "11853e3559a3f417a25edc4a8cf4cf59ad2062b8"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:17 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:46 2026"
      },
      "message": ".github: add timeout-minutes to jobs that lacked them\n\nJobs without an explicit timeout-minutes inherit GitHub\u0027s 6-hour default,\nso a hung step can occupy a runner (often a large self-hosted node) for\nhours before being killed. Add explicit per-job timeouts across the\nworkflows that had none, sized to the job: tight caps for the light\nUbuntu automation/results jobs, and generous ceilings for the heavy\ncontainer build/scan jobs (the longest, e.g. codecov, keep the former\n6-hour effective limit, now stated explicitly).\n\nReusable-workflow caller jobs are left untouched, as they take their\ntimeout from the called workflow.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: d7ebeb67c82b23ebddc10ea7c0e120187695a9e1\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I16250cdd6a20ef4bbf6490f73469dbc7196cce7d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121116\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "11853e3559a3f417a25edc4a8cf4cf59ad2062b8",
      "tree": "9d67c253511295b06c9af47d359cb4b1614bee06",
      "parents": [
        "5c8eb7e73ed29b180c537fb86d2f1444e2a23d17"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:16 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:42 2026"
      },
      "message": ".github: coding_guidelines: use the zephyr-ci-env action\n\nThe coding guidelines scan duplicated the same repo-cache west setup and\ntoolchain version dump as the other CI jobs. Replace its inlined\nEnvironment Setup and Check Environment steps with the shared\nzephyr-ci-env composite action.\n\nThe workflow runs on schedule only, so the action\u0027s pull-request-gated\nrebase never fires -- matching the previous behaviour, which had no\nrebase. Pass group-filter \u0027+ci,+optional\u0027 and run-checks \u0027true\u0027 to keep\nthe manifest filter and the version dump unchanged.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: cbf28212493da272b6fc7ed020467ca24fdb384a\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: Ib0830cfbc485849e35f88e5e1bb5e3b96e0544e6\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121115\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5c8eb7e73ed29b180c537fb86d2f1444e2a23d17",
      "tree": "4425028efbbcc955ab4f39fd6f6bde879dd81978",
      "parents": [
        "3c26df16baeab4bfe496dd4f842cdbf41e8c707b"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:15 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:39 2026"
      },
      "message": ".github: doc-build: use the zephyr-ci-env action\n\nThe documentation HTML build performed the same repo-cache west setup as\nthe twister jobs. Replace its inlined Environment Setup with the shared\nzephyr-ci-env composite action (no group-filter, as before), and drop the\nnow-unused BASE_REF env.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 3ceb37d2518fccf45cedfb474ef77314ddca0a16\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I5734356e68c45e701cb969b9cf1edd238eef5bf4\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121114\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3c26df16baeab4bfe496dd4f842cdbf41e8c707b",
      "tree": "30c390aac4a25ca94312dd898a976f97657ab090",
      "parents": [
        "d52e30217a2a5695b02092103cbcb36b45e2b9dc"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:15 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:32 2026"
      },
      "message": ".github: twister: default the matrix subset to an empty array\n\nThe final branch of \"Determine matrix size\" set size\u003d0 but left subset\nunset, so the job output was an empty string. It is currently harmless\nbecause twister-build is gated on size !\u003d 0 and its matrix is never\nevaluated, but an empty subset is invalid JSON and one fromJSON away\nfrom breaking. Default subset to \u0027[]\u0027 so the output is always valid.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: f6017136c04e80fd82bd3c51ac7211683170a3f6\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I510e7c117093decfad9211c59057070b83ec30c0\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121113\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d52e30217a2a5695b02092103cbcb36b45e2b9dc",
      "tree": "a1d9bb1400f580b749e33d666e2ec46c0544aeb8",
      "parents": [
        "f1849ab55353d6a1b04df536f8fddfdcedf41cab"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:14 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:28 2026"
      },
      "message": ".github: twister: drop the unused COMMIT_RANGE env\n\nCOMMIT_RANGE was defined in both the twister-build-prep and twister-build\njob env blocks but never referenced by any step; the change range is\nderived from origin/${BASE_REF} where needed. Remove the dead variable.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 4cec2019fed953ab5cf514c74232bc637b74c395\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I784d53c2f7f190416959943a3e583c6011999d66\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121112\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "f1849ab55353d6a1b04df536f8fddfdcedf41cab",
      "tree": "a9d5b5ad56e882d47de156c11989d55c27d3adcf",
      "parents": [
        "636db66ab861e7c7d00770617d9774502771cf1b"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:13 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:25 2026"
      },
      "message": ".github: twister: unify the per-event twister run steps\n\nThe push, pull-request and weekly test runs were three near-identical\nsteps differing only in the options env var (PUSH_OPTIONS / PR_OPTIONS /\nWEEKLY_OPTIONS), the pull-request-only --load-tests testplan.json\nargument, and the extra fullrun gate on the pull-request module tests.\n\nCollapse them into a single \"Run Tests with Twister\" step that selects\nthe options by github.event_name, loads the test plan on pull requests\n(exiting early when no testplan.json was produced, as before), and gates\nthe one-shot module tests on subset 1 -- additionally requiring a full\nrun on pull requests. Behaviour is unchanged for all three events; the\nstep just has one definition to maintain instead of three.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 83ea874a008185b090209d4b55aa601e82580334\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: If9015fcc1303c64f68ae055a7d2b39018796ec6d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121111\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "636db66ab861e7c7d00770617d9774502771cf1b",
      "tree": "47d61e6974cb77eb0de2ef1607178160e72e4824",
      "parents": [
        "e51e7298e23346f4c5b47158b96df780ef348dc6"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:13 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:22 2026"
      },
      "message": ".github: twister: extract shared setup into a composite action\n\nThe Environment Setup and Check Environment steps (west workspace init,\nthe repo-cache west update with its fallback, and the toolchain version\ndump) were duplicated between the twister-build-prep and twister-build\njobs. Extract them into a local composite action,\n.github/actions/zephyr-ci-env, and call it from both jobs.\n\nThe action is written to be reusable from the start: group-filter is\noptional (the manifest filter is left unchanged when empty), base-ref\ndrives the pull-request rebase, and the version dump is gated behind a\nrun-checks input (default off). Local composite actions are read from the\nchecked-out workspace, so the action only runs after actions/checkout;\ntwister-build always checks out, while twister-build-prep gates it (and\nthe checkout) to pull requests, where it is actually needed.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 20ffc491cdf8bbc4ca2e8d1757557771f77f835e\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: Ic8c695c49a75a998185961e8918ffd13f0cb0dbd\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121110\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e51e7298e23346f4c5b47158b96df780ef348dc6",
      "tree": "d77f7ffa4cc29128ee2ebb9ad1c41cc73d0c1724",
      "parents": [
        "ea4d3494a6d1cdcd12ed7dadc8a7489c21fea73f"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:12 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:18 2026"
      },
      "message": ".github: twister: generate the PR test plan only once\n\nThe pull-request test plan was computed in twister-build-prep solely to\nsize the matrix and then discarded, while every twister-build matrix job\nre-ran test_plan_v2.py to regenerate testplan.json on its own. This\nrecomputed the plan up to 26 times per PR and, worse, let each job split\nits --subset against a plan that could diverge from the one used to size\nthe matrix, silently misaligning the subset math whenever regeneration\ndiffered or crashed.\n\nGenerate testplan.json once in the prep job, publish it as an artifact,\nand have each PR build job download it instead of regenerating. The prep\njob exports a has_testplan output so the upload and download steps are\nskipped when no targeted plan exists, preserving the prior behaviour\n(no plan -\u003e twister skipped).\n\ntestplan.json content is independent of --tests-per-builder (that flag\nonly affects the .testplan node divisor), so the reused plan is\nequivalent to per-job regeneration.\n\nOriginal-Assisted-by: Claude:claude-opus-4-8\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: 411acc6c4b971d3bde67bf400f667217047a85e6\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I7240643c3d97b6eff5a266d49ea68d472a66282d\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121109\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ea4d3494a6d1cdcd12ed7dadc8a7489c21fea73f",
      "tree": "f3882594fd2694061f2f408ed08a823384635540",
      "parents": [
        "ec5bd677ebae0958c0ad64452177239a378db880"
      ],
      "author": {
        "name": "Chaitanya Tata",
        "email": "Chaitanya.Tata@nordicsemi.no-copybot-pick",
        "time": "Fri Jul 17 23:48:12 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:15 2026"
      },
      "message": "soc: nordic: nrf71: don\u0027t auto-boot Wi-Fi core by default\n\nThe Wi-Fi core (LMAC/UMAC) is kickstarted from soc_early_init_hook()\nwhen SOC_NRF71_WIFI_BOOT is set. Until now this symbol defaulted to y\non non-TF-M builds, so the core was booted unconditionally even when no\nWi-Fi driver was present. A booted Wi-Fi core is useless without the\ndriver that owns it, and no such driver exists in upstream Zephyr.\n\nInvert the control: leave SOC_NRF71_WIFI_BOOT disabled by default and\nturn it into a passive capability that the driver owning the core is\nexpected to select. This way the core is booted if and only if a driver\nthat can use it is present.\n\nA pure-Zephyr build has no nRF71 Wi-Fi driver, so defaulting the boot\noff is the correct behaviour and loses nothing.\n\nOriginal-Signed-off-by: Chaitanya Tata \u003cChaitanya.Tata@nordicsemi.no\u003e\nOriginal-Assisted-by: Claude:claude-opus-4.8\nGitOrigin-RevId: cdba7c81c2ba454261474256fdcc44edf9004fb7\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I750b5d545dbe1bfc2e6e2c1196fcea58900bedb7\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121108\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ec5bd677ebae0958c0ad64452177239a378db880",
      "tree": "a70297f1937651674d52ce7053e772a0dd1ce91d",
      "parents": [
        "9e01dfac85ba60f95ba808d000114f3918a1c360"
      ],
      "author": {
        "name": "Ashish Mahanth",
        "email": "ashish.mahanth@microchip.com-copybot-pick",
        "time": "Fri Jul 17 23:48:11 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:12 2026"
      },
      "message": "cmake: toolchain: add XC32 toolchain configuration files\n\nAdd the XC32 toolchain configuration files needed for Zephyr\nto detect and use the Microchip compiler toolchain with the\nexpected compile/link defaults.\n\nOriginal-Signed-off-by: Ashish Mahanth \u003cashish.mahanth@microchip.com\u003e\nGitOrigin-RevId: 68078955f70b9a7d7ec05775cf8b5921df685bb1\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I4f8ad2985f0979d97627601aebd38871273f0ffb\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121107\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "9e01dfac85ba60f95ba808d000114f3918a1c360",
      "tree": "9b0f1c3e6f950f27ad45f702239040714eebcb09",
      "parents": [
        "5ffd3d61bbca45ea340798561c82017c79b82280"
      ],
      "author": {
        "name": "Anas Nashif",
        "email": "anas.nashif@intel.com-copybot-pick",
        "time": "Fri Jul 17 23:48:10 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:09 2026"
      },
      "message": "tests: ipc: benchmark: fix cpu_load.h include\n\nUse correct include zephyr/sys/cpu_load.h\n\nOriginal-Signed-off-by: Anas Nashif \u003canas.nashif@intel.com\u003e\nGitOrigin-RevId: ae9b9b1429679f79c8a723d5174ccd2608b2d96b\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I15d197ec339018d40d5923a0b2f23774a955e394\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121106\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5ffd3d61bbca45ea340798561c82017c79b82280",
      "tree": "0a6f6f481030a81a8e77dd4f385288960ef89719",
      "parents": [
        "bb2f03972a98ec89e29d3f0cafbb015229d2da21"
      ],
      "author": {
        "name": "Henrik Brix Andersen",
        "email": "henrik@brixandersen.dk-copybot-pick",
        "time": "Fri Jul 17 23:48:09 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:04 2026"
      },
      "message": "canbus: isotp: mark as stable\n\nMark the CAN ISO-TP protocol implementation as stable.\n\nOriginal-Signed-off-by: Henrik Brix Andersen \u003chenrik@brixandersen.dk\u003e\nGitOrigin-RevId: 581d8ffa8a9585bb185a54ad1cb533c6c29bf212\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I607df63bd4690396b254d1b9d26bf875f6e3f5de\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121105\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "bb2f03972a98ec89e29d3f0cafbb015229d2da21",
      "tree": "18b6531bf1026affc1d513b878736f5e5e18e20d",
      "parents": [
        "ea0b4c820e515a5539a958a0d1e805d4030abdd5"
      ],
      "author": {
        "name": "Reto Schneider",
        "email": "code@reto-schneider.ch-copybot-pick",
        "time": "Fri Jul 17 23:48:09 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:23:01 2026"
      },
      "message": "cmake: Mention modern git commands\n\nThere are more modern alternatives to git checkout, and it makes sense\nto mention them too.\n\nOriginal-Signed-off-by: Reto Schneider \u003ccode@reto-schneider.ch\u003e\nGitOrigin-RevId: a8cca443c372dc003b0c41f43e7dec8cc22273be\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I1ca89f5cfb9c569610db072209a07fe8d96241df\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121104\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ea0b4c820e515a5539a958a0d1e805d4030abdd5",
      "tree": "68ca74eeacc9126d69067fe6459119b1f6f0f69d",
      "parents": [
        "30bf20f7471c610fa7fb8596c6cd3e2c0d05c458"
      ],
      "author": {
        "name": "Reto Schneider",
        "email": "code@reto-schneider.ch-copybot-pick",
        "time": "Fri Jul 17 23:48:08 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:22:57 2026"
      },
      "message": "scripts: footprint: Improve function name\n\nThe previous function name was a bit misleading, as the actual work it\ndoes it using \"git reset\", not \"git checkout\".\n\nOriginal-Signed-off-by: Reto Schneider \u003ccode@reto-schneider.ch\u003e\nGitOrigin-RevId: 1938e2061ff3ddaf174f28d3c254c73b497f3635\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I8338d64e95e66df350a142ae5454b52e05f5d529\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121103\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "30bf20f7471c610fa7fb8596c6cd3e2c0d05c458",
      "tree": "c047fd9af392a9c10259231e88c67db3956834ec",
      "parents": [
        "3cfe4fe5ed1c0475dbb062cc5d47caa06d35ef8f"
      ],
      "author": {
        "name": "Reto Schneider",
        "email": "code@reto-schneider.ch-copybot-pick",
        "time": "Fri Jul 17 23:48:07 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:22:53 2026"
      },
      "message": "samples: drivers: ethernet: Use git switch instead of checkout\n\n\"git switch\" is the modern, less ambiguous replacement for \"git\ncheckout\" when switching branches.\n\nOriginal-Signed-off-by: Reto Schneider \u003ccode@reto-schneider.ch\u003e\nGitOrigin-RevId: bb20634a78e70e5e245bf7499812328ac37be697\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: I9ad7e325cfd184acb1ac0cf0552ac79d5ae68ba9\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121102\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3cfe4fe5ed1c0475dbb062cc5d47caa06d35ef8f",
      "tree": "502502afbc9addb53e8487e7990592e48e8a3e41",
      "parents": [
        "78c5e69de19e2fcd22c1e0b0cb914e6f5c9187cb"
      ],
      "author": {
        "name": "Reto Schneider",
        "email": "code@reto-schneider.ch-copybot-pick",
        "time": "Fri Jul 17 23:48:06 2026"
      },
      "committer": {
        "name": "mdb:chrome-ops-source",
        "email": "superproject-auto-update@invalid",
        "time": "Sat Jul 18 03:22:50 2026"
      },
      "message": "doc: manifest: executorch: Use git switch instead of checkout\n\n\"git switch\" is the modern, less ambiguous replacement for \"git\ncheckout\" when switching branches.\n\nOriginal-Signed-off-by: Reto Schneider \u003ccode@reto-schneider.ch\u003e\nGitOrigin-RevId: 1889a0ceda853e48872af3bad115f7c66a1e6ddf\nCr-Build-Id: 8675987047922516785\nCr-Build-Url: https://cr-buildbucket.appspot.com/build/8675987047922516785\nCopybot-Job-Name: zephyr-project-main-copybot-downstream\nChange-Id: Ib8b52f0e6453dec66df695e0c965fb1ffe6d389c\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyrproject/+/8121101\nCommit-Queue: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\nTested-by: copybot@chops-service-accounts.iam.gserviceaccount.com \u003ccopybot@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    }
  ],
  "next": "78c5e69de19e2fcd22c1e0b0cb914e6f5c9187cb"
}
