From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 192FF1A704B for ; Mon, 20 Apr 2026 00:27:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776644839; cv=none; b=iZwdDAAiWDWNhlcRy0a40rb1u5G5OjNRnCnRQl0UXC2E5TrK8c9AySopTqjWjV6HCeTd2AmX8gChWBFOI36jFb15wEioOaO8xZQyus9I7Pe0chemhrxosnfZfCDbobQ5tCzE0vzG0NdzzmgIbD9eIFK0oRrhgSHqRRtYFV18/3A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776644839; c=relaxed/simple; bh=sYen9QpCie9AuisOQEfNvlH1Y7e87GzxfwSqZuB1n5g=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=nXGGFKkP2gg8LqWQxi6CvZVQoaM8ifjZyUVBZ4pSWTX5BPJALLMdysXCOoD8iU0MDyVzCsZl0yCdhkNiLZahz13NuWi+I2tUdO4JPMUpSgsjQSFCNX5rWznVJlU2aFLU6qplZQCbTJP7kzS/U+I4t34Y7rMTSEtg/ny4oSQptaw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f6//UR78; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f6//UR78" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACA21C2BCAF; Mon, 20 Apr 2026 00:27:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776644838; bh=sYen9QpCie9AuisOQEfNvlH1Y7e87GzxfwSqZuB1n5g=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date:From; b=f6//UR782b6hMaGMhUO+5Nuu4kBJsyKFeFOAO5Y3UA/5CNJOcRJWJHZUwDEXQZdBk sM8mXkubD+Csn8nHITu7dC/dn7Avw9yWd8/3AjeAxGWTneVg9zZ1fJ1kvqVQZ+Sfz7 wX7fzvBS7hnXLYDFlC/r2cBHExXzNqDD/wlJu4Cq0O301XKUBRM62RpR+CsupRyFRF NK4q9L+MnGy+2zSgTt45DIpi1SsY70KtPjLFA0h4RFd3HCBSDEw3nk7mjQ21y6ooWD IF4xeAx0ZhYR/YchQlLke0vfc4Xs7IGiyk2F1xgMP7w1ZiUy41wo3BouWGwK6XontG KcEDh5HCq+61A== From: sashiko-bot@kernel.org Subject: Re: [PATCH v1 30/58] perf flamegraph: Port flamegraph to use python module Reply-To: sashiko@lists.linux.dev To: "Ian Rogers" Cc: linux-perf-users@vger.kernel.org In-Reply-To: <20260419235911.2186050-31-irogers@google.com> References: <20260419235911.2186050-31-irogers@google.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 20 Apr 2026 00:27:18 +0000 Message-Id: <20260420002718.ACA21C2BCAF@smtp.kernel.org> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Sashiko AI review found 9 potential issue(s): - [Medium] Python 3.9+ type hinting syntax `list[Node]` and `list[Dict]` ra= ises TypeError on older Python versions. - [Medium] The `--allow-download` flag logic is broken and inadvertently pr= events downloading the template. - [Medium] Faulty handling of custom HTTP URLs passed to `--template`. - [Medium] Informational minimal HTML fallback message is printed to stdout= , corrupting data streams. - [Medium] Unsanitized JSON data injected into HTML `