From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/encoder: add mutex to protect the bridge chain Date: Wed, 25 Mar 2026 06:59:30 +1000 Message-ID: In-Reply-To: <20260324-drm-bridge-alloc-encoder-chain-mutex-v5-1-8bf786c5c7e6@bootlin.com> References: <20260324-drm-bridge-alloc-encoder-chain-mutex-v5-0-8bf786c5c7e6@bootlin.com> <20260324-drm-bridge-alloc-encoder-chain-mutex-v5-1-8bf786c5c7e6@bootlin.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean and straightforward. Adds `bridge_chain_mutex` to `struct drm_encoder`, initializes it in `__drm_encoder_init()`, and destroys it in `drm_encoder_cleanup()`. No issues. The placement of `mutex_destroy()` after `list_del(&encoder->head)` and before `memset()` is fine. --- Generated by Claude Code Patch Reviewer