From: sashiko-bot@kernel.org
To: "Yury Norov" <ynorov@nvidia.com>
Cc: linux-perf-users@vger.kernel.org, imx@lists.linux.dev,
neil.armstrong@linaro.org, linux-cxl@vger.kernel.org,
linux-amlogic@lists.infradead.org, linux-pci@vger.kernel.org,
Frank.Li@kernel.org
Subject: Re: [PATCH v2 07/11] hwtracing: hisi_ptt: Use sysfs_emit() for cpumask show
Date: Thu, 02 Jul 2026 15:52:45 +0000 [thread overview]
Message-ID: <20260702155246.248051F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260702154725.185376-8-ynorov@nvidia.com>
> cpumask_show() is a sysfs show callback. Use sysfs_emit() and
> cpumask_pr_args() to emit the mask.
>
> This prepares for removing cpumap_print_to_pagebuf().
>
> Signed-off-by: Yury Norov <ynorov@nvidia.com>
Sashiko has reviewed this patch and found no issues. It looks great!
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260702154725.185376-1-ynorov@nvidia.com?part=7
WARNING: multiple messages have this Message-ID (diff)
From: sashiko-bot@kernel.org
To: "Yury Norov" <ynorov@nvidia.com>
Cc: linux-perf-users@vger.kernel.org, imx@lists.linux.dev,
neil.armstrong@linaro.org, linux-cxl@vger.kernel.org,
linux-amlogic@lists.infradead.org, linux-pci@vger.kernel.org,
Frank.Li@kernel.org
Subject: Re: [PATCH v2 07/11] hwtracing: hisi_ptt: Use sysfs_emit() for cpumask show
Date: Thu, 02 Jul 2026 15:52:45 +0000 [thread overview]
Message-ID: <20260702155246.248051F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260702154725.185376-8-ynorov@nvidia.com>
> cpumask_show() is a sysfs show callback. Use sysfs_emit() and
> cpumask_pr_args() to emit the mask.
>
> This prepares for removing cpumap_print_to_pagebuf().
>
> Signed-off-by: Yury Norov <ynorov@nvidia.com>
Sashiko has reviewed this patch and found no issues. It looks great!
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260702154725.185376-1-ynorov@nvidia.com?part=7
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next prev parent reply other threads:[~2026-07-02 15:52 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-02 15:47 [PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf() Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:47 ` [PATCH v2 01/11] arm: Use sysfs_emit() for cpumask show callbacks Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:54 ` sashiko-bot
2026-07-02 15:54 ` sashiko-bot
2026-07-02 15:58 ` Greg Kroah-Hartman
2026-07-02 15:58 ` Greg Kroah-Hartman
2026-07-02 16:05 ` Yury Norov
2026-07-02 16:05 ` Yury Norov
2026-07-02 15:47 ` [PATCH v2 02/11] powerpc: " Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 03/11] x86/events: " Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:54 ` sashiko-bot
2026-07-02 15:54 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 04/11] cpu: Use sysfs_emit() for cpumask show callback Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 05/11] devfreq: Use sysfs_emit() for cpumask show callbacks Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 06/11] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:53 ` sashiko-bot
2026-07-02 15:53 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 07/11] hwtracing: hisi_ptt: " Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:52 ` sashiko-bot [this message]
2026-07-02 15:52 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 08/11] RDMA/hfi1: Use sysfs_emit() for cpumask show helper Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 09/11] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:55 ` sashiko-bot
2026-07-02 15:47 ` [PATCH v2 10/11] perf: " Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:56 ` sashiko-bot
2026-07-02 15:56 ` sashiko-bot
2026-07-02 16:21 ` Robin Murphy
2026-07-02 16:21 ` Robin Murphy
2026-07-02 15:47 ` [PATCH v2 11/11] lib/bitmap-str: get rid of cpumap_print_to_pagebuf() Yury Norov
2026-07-02 15:47 ` Yury Norov
2026-07-02 15:58 ` sashiko-bot
2026-07-02 15:58 ` sashiko-bot
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=20260702155246.248051F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=imx@lists.linux.dev \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=ynorov@nvidia.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.