From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: rust: add EMSGSIZE error code Date: Fri, 27 Feb 2026 12:21:58 +1000 Message-ID: In-Reply-To: <20260226-cmdq-continuation-v3-3-572ab9916766@nvidia.com> References: <20260226-cmdq-continuation-v3-0-572ab9916766@nvidia.com> <20260226-cmdq-continuation-v3-3-572ab9916766@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review One-line addition of `EMSGSIZE` to `rust/kernel/error.rs`. Trivial and correct. **Note**: The insertion position breaks the alphabetical ordering of the existing error codes (`EOVERFLOW` is errno 75, `EMSGSIZE` is errno 90, `ETIMEDOUT` is errno 110). The actual numeric order is maintained, which is fine. --- Generated by Claude Code Patch Reviewer