)]}'
{"id":"openocd~master~Ia038ed10b3862e7235b66bb6f42c2d3471c27d70","project":"openocd","branch":"master","hashtags":[],"change_id":"Ia038ed10b3862e7235b66bb6f42c2d3471c27d70","subject":"poll targets in the end of `init`","status":"NEW","created":"2026-02-27 13:33:15.000000000","updated":"2026-02-27 20:50:51.000000000","submit_type":"CHERRY_PICK","submittable":false,"total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"2591ef3271cec6b12126bd10d4bacae8ea0e73b4","_number":9485,"owner":{"_account_id":1002047,"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","username":"en-sc"},"actions":{},"labels":{"Verified":{"approved":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"all":[{"tag":"autogenerated:jenkins-gerrit-trigger","value":1,"date":"2026-02-27 20:50:51.000000000","permitted_voting_range":{"min":-1,"max":1},"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}],"values":{"-1":"Fails"," 0":"No score","+1":"Verified"},"description":"","default_value":0},"Code-Review":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":1},"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}],"values":{"-2":"This shall not be merged","-1":"I would prefer this is not merged as is"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me, approved"},"description":"","default_value":0}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2026-02-27 16:35:13.000000000","updated_by":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"reviewer":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"state":"CC"},{"updated":"2026-02-27 20:50:51.000000000","updated_by":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"reviewer":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"state":"REVIEWER"}],"messages":[{"id":"a9e3751fd96165b03f41de2eb6aaca0d78065d45","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":1002047,"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","username":"en-sc"},"real_author":{"_account_id":1002047,"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","username":"en-sc"},"date":"2026-02-27 13:33:15.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"2591ef3271cec6b12126bd10d4bacae8ea0e73b4","tag":"autogenerated:jenkins-gerrit-trigger","author":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"real_author":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"date":"2026-02-27 20:50:51.000000000","message":"Patch Set 1: Verified+1\n\nBuild Successful \n\nhttps://build.openocd.org/job/openocd-gerrit-build/21905/ : SUCCESS\n\nhttps://build.openocd.org/job/openocd-gerrit/22801/ : SUCCESS","accounts_in_message":[],"_revision_number":1}],"current_revision":"8184f800d8da37c0b09b20696277137a63be7a72","revisions":{"8184f800d8da37c0b09b20696277137a63be7a72":{"kind":"REWORK","_number":1,"created":"2026-02-27 13:33:15.000000000","uploader":{"_account_id":1002047,"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","username":"en-sc"},"ref":"refs/changes/85/9485/1","fetch":{"anonymous http":{"url":"https://review.openocd.org/openocd","ref":"refs/changes/85/9485/1","commands":{"Branch":"git fetch https://review.openocd.org/openocd refs/changes/85/9485/1 \u0026\u0026 git checkout -b change-9485 FETCH_HEAD","Checkout":"git fetch https://review.openocd.org/openocd refs/changes/85/9485/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.openocd.org/openocd refs/changes/85/9485/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.openocd.org/openocd refs/changes/85/9485/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.openocd.org/openocd refs/changes/85/9485/1","Reset To":"git fetch https://review.openocd.org/openocd refs/changes/85/9485/1 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"05db71a9e2178bd34200212ff4bd9b1271958c59","subject":"target/xtensa: drop the call to `target_set_examined()`"}],"author":{"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","date":"2026-02-25 14:10:02.000000000","tz":180},"committer":{"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","date":"2026-02-26 12:04:11.000000000","tz":180},"subject":"poll targets in the end of `init`","message":"poll targets in the end of `init`\n\nThis allows to drop the call to respective poll implementations from\n`aarch64_examine()` and `cortex_a_init_debug_access()`, which in turn\nallows to drop the calls to `target_set_examined()`.\n\nHowever, after the patch the poll is not called at the end of\n`\u003ctarget_name\u003e arp_examine` for the following target types:\n* `aarch64`\n* `armv8r`\n* `cortex_a`\n* `cortex_r4`\n* `feroceon`\n\nThis requires adjustment to config files (the list is the result of `git\ngrep arp_examine -- tcl | cut -f1 -d: | sort -u`), except for (all files\nare in `tcl/target`):\n* `marvell/cn9130.cfg` -- `arp_examine` is in a comment.\n* `nrf52.cfg`, `nrf53.cfg`, `psoc4.cfg`, `psoc6.cfg` -- targets are\n  `cortex_m`.\n* `nrf_common.cfg` -- used in `nrf91.cfg`, `nrf53.cfg`, still all\n  targets are `cortex_m`.\n* `stm32mp13x.cfg` -- the call is in `reset-deassert-pre` event handler,\n  `reset` polls at the end.\n* `stm32mp15x.cfg` -- for the calls in `reset-deassert-*` handlers the\n  reason is the same, the call in `examine-end` handler is not affected\n  since `$::CHIPNAME.cm4` is a `cortex_m` target.\n\nChange-Id: Ia038ed10b3862e7235b66bb6f42c2d3471c27d70\nSigned-off-by: Evgeniy Naydanov \u003ceugnay@gmail.com\u003e\n"}}},"requirements":[],"submit_records":[{"rule_name":"gerrit~DefaultSubmitRule","status":"NOT_READY","labels":[{"label":"Verified","status":"OK","applied_by":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}},{"label":"Code-Review","status":"NEED"}]}],"submit_requirements":[{"name":"Verified","status":"SATISFIED","is_legacy":true,"submittability_expression_result":{"expression":"label:Verified\u003dMAX -label:Verified\u003dMIN","fulfilled":true,"status":"PASS","passing_atoms":["label:Verified\u003dMAX","-label:Verified\u003dMIN"],"failing_atoms":[]}},{"name":"Code-Review","status":"UNSATISFIED","is_legacy":true,"submittability_expression_result":{"expression":"label:Code-Review\u003dMAX -label:Code-Review\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Code-Review\u003dMAX","-label:Code-Review\u003dMIN"]}}]}
