From: sashiko-bot@kernel.org
To: "Namhyung Kim" <namhyung@kernel.org>
Cc: linux-perf-users@vger.kernel.org
Subject: Re: [PATCH v2 3/3] perf build: Remove NO_GTK2 build test
Date: Mon, 04 May 2026 06:47:59 +0000 [thread overview]
Message-ID: <20260504064800.8E66FC2BCB8@smtp.kernel.org> (raw)
In-Reply-To: <20260504062758.92001-3-namhyung@kernel.org>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The commit removes the `NO_GTK2` test cases but fails to add `make_with_gtk2` to the `run` list, leaving the opt-in GTK2 build entirely untested.
--
commit a080179ce5f6a893edba859d130afb3b6367e133
Author: Namhyung Kim <namhyung@kernel.org>
perf build: Remove NO_GTK2 build test
This commit removes the obsolete NO_GTK2 build targets since GTK2 support
was previously made opt-in. It updates the build-test configuration by
removing make_no_gtk2, make_no_ui, and updating make_minimal.
> diff --git a/tools/perf/tests/make b/tools/perf/tests/make
> index 6587dc326d1b..dbd7c86a2dcc 100644
> --- a/tools/perf/tests/make
> +++ b/tools/perf/tests/make
[ ... ]
> @@ -153,8 +151,6 @@ run += make_libperl
> run += make_no_libpython
> run += make_no_scripts
> run += make_no_slang
> -run += make_no_gtk2
> -run += make_no_ui
> run += make_no_demangle
> run += make_no_libelf
> run += make_no_libdw
Does this leave the GTK2 build entirely untested?
The commit message states "we need to pass GTK2=1 to enable it. Let's
update the build-test configuration for that."
However, after removing these targets, there doesn't appear to be a
corresponding addition to the run list (such as run += make_with_gtk2)
to actually test the opt-in GTK2 build path.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260504062758.92001-1-namhyung@kernel.org?part=3
next prev parent reply other threads:[~2026-05-04 6:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-04 6:27 [PATCH v2 1/3] perf build: Update error message for BUILD_NONDISTRO=1 Namhyung Kim
2026-05-04 6:27 ` [PATCH v2 2/3] perf build: Add -fms-extensions for GEN_VMLINUX_H=1 Namhyung Kim
2026-05-04 6:27 ` [PATCH v2 3/3] perf build: Remove NO_GTK2 build test Namhyung Kim
2026-05-04 6:47 ` sashiko-bot [this message]
2026-05-04 23:33 ` Namhyung Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260504064800.8E66FC2BCB8@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=namhyung@kernel.org \
--cc=sashiko@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox