From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 68C872BE639 for ; Wed, 9 Sep 2026 01:13:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788916411; cv=none; b=SPJVoU8gkjPS+mhq/vRP6lMIuN4ALmONQJWzYme26ud+cuO4i+smSpZrVEkymiFaEkgRFE0u6w7kfNTbCHYxVZwy+aApXLhunGANKV6+yOakOBSPBlEnZBB/IcLP8t6QLyI/LtYH9SJMIIZ9ajd32FkYfrBJGvxG6/SYCrqNEEE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788916411; c=relaxed/simple; bh=0bhhjy6ENRKrrBMYmr4j0zIb/ASnhmaHKxEeO9Vsf8I=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=uWv/ELhETnvw3kJjVPo3yuUBClwVo1nShaLuJdFe7Mh+qRcmIxZ1tc30ygxNBTJep5Rlp4IFQdJaMg37WNVbOArfxiOZiBDZo7tQIIQsioacxy+B4y+eTez1+Lh/9WwjXRO/Mez+Jr5qQNffoT86tli7SJ9lXt8/ZUlCBrlYNvE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Hgc6qOo/; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Hgc6qOo/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 233FE1F00A3A; Wed, 9 Sep 2026 01:13:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788916410; bh=9HlxQvjuct+JtCobiJ7NsGHeoLVT0QEcYijnXw6yfnQ=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=Hgc6qOo/6Es/j/C/I3S14MRrV5tzwpycEyhX0fdDKDOIV1cvS5ZqQbai/wpHb34KY ibfbfWWFwNishp+RhR4FZ8XJKfSNPn1sFPXOvMUBkASoAbIRkQKbOS0HnZMCd7oTVh aGmKUzyqN5H16j7nRqom0Kcll7yxLcPBYdQ14yF9OeNgGXR5kxlc7W2ZadMamwK8ME 09Okzgiji1pNZCgBBcs4T+MmcYhFJUFj1zjmWzfccfMgTTk8J9txhqz9LLCgAl26Kw S7ZjW+oT08J3WVB/y73UYoOR17/8Z6QazvP74/6DwLuMDDC5wYjJ9CkkZlwx5frMD3 MMfufHW6I3IPQ== From: sashiko-bot@kernel.org Subject: Re: [PATCH v9 34/39] dyndbg: harden classmap and descriptor validation Reply-To: sashiko-reviews@lists.linux.dev To: "Jim Cromie" Cc: dri-devel@lists.freedesktop.org, linux-modules@vger.kernel.org In-Reply-To: <20260908-dd-cmap-part2-clean-v9-34-3a3f621f4a10@gmail.com> References: <20260908-dd-cmap-part2-clean-v9-0-3a3f621f4a10@gmail.com> <20260908-dd-cmap-part2-clean-v9-34-3a3f621f4a10@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Wed, 09 Sep 2026 01:13:29 +0000 Message-Id: <20260909011330.233FE1F00A3A@smtp.kernel.org> Precedence: bulk X-Mailing-List: linux-modules@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Thank you for your contribution! Sashiko AI review found 1 potential issue(= s) to consider: - [Medium] Missing implementation: The commit message claims to add a `stat= ic_assert` to `DYNAMIC_DEBUG_CLASSMAP_USE_`, but this change is entirely ab= sent from the patch diff. -- commit 9e868ca8748038075020ceae45f58600f28f51b4 Author: Jim Cromie dyndbg: harden classmap and descriptor validation This commit improves dynamic debug classmap and descriptor validation by adding run-time overlap checks for used classmaps and scanning module descriptors at load time to warn about missing class IDs. It also adjusts the reporting of unknown class IDs. > - Mirror the compile-time limits of _DEFINE by adding a static_assert > to validate the _offset value passed to DYNAMIC_DEBUG_CLASSMAP_USE_. [Severity: Medium] The commit message explicitly claims this patch mirrors compile-time limits= by adding a static_assert for the _offset passed to DYNAMIC_DEBUG_CLASSMAP_USE= _. However, this change to include/linux/dynamic_debug.h is entirely missing f= rom the patch diff. It appears this change may have been introduced in an earlier patch in the series (commit ed72477b68f823). Should the commit message be updated to rem= ove this bullet point and avoid confusion? --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260908-dd-cmap-pa= rt2-clean-v9-0-3a3f621f4a10@gmail.com?part=3D34