All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: Mark Rutland <mark.rutland@arm.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Jiucheng Xu <jiucheng.xu@amlogic.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Jerome Brunet <jbrunet@baylibre.com>
Cc: catalin.marinas@arm.com, kernel-team@android.com,
	Will Deacon <will@kernel.org>,
	linux-amlogic@lists.infradead.org,
	Kelvin Zhang <kelvin.zhang@amlogic.com>,
	Chris Healy <cphealy@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Jianxin Pan <jianxin.pan@amlogic.com>,
	Chris Healy <healych@amazon.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] perf/amlogic: Fix config1/config2 parsing issue
Date: Mon, 27 Mar 2023 16:01:14 +0100	[thread overview]
Message-ID: <167992632671.3835408.8265372943884338081.b4-ty@kernel.org> (raw)
In-Reply-To: <20230209115403.521868-1-jiucheng.xu@amlogic.com>

On Thu, 9 Feb 2023 19:54:01 +0800, Jiucheng Xu wrote:
> The 3th argument of for_each_set_bit is incorrect, fix them.
> 
> 

Applied first patch only to will (for-next/perf), thanks!

[1/3] perf/amlogic: Fix config1/config2 parsing issue
      https://git.kernel.org/will/c/c61e5720f232

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will@kernel.org>
To: Mark Rutland <mark.rutland@arm.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Jiucheng Xu <jiucheng.xu@amlogic.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Jerome Brunet <jbrunet@baylibre.com>
Cc: catalin.marinas@arm.com, kernel-team@android.com,
	Will Deacon <will@kernel.org>,
	linux-amlogic@lists.infradead.org,
	Kelvin Zhang <kelvin.zhang@amlogic.com>,
	Chris Healy <cphealy@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Jianxin Pan <jianxin.pan@amlogic.com>,
	Chris Healy <healych@amazon.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] perf/amlogic: Fix config1/config2 parsing issue
Date: Mon, 27 Mar 2023 16:01:14 +0100	[thread overview]
Message-ID: <167992632671.3835408.8265372943884338081.b4-ty@kernel.org> (raw)
In-Reply-To: <20230209115403.521868-1-jiucheng.xu@amlogic.com>

On Thu, 9 Feb 2023 19:54:01 +0800, Jiucheng Xu wrote:
> The 3th argument of for_each_set_bit is incorrect, fix them.
> 
> 

Applied first patch only to will (for-next/perf), thanks!

[1/3] perf/amlogic: Fix config1/config2 parsing issue
      https://git.kernel.org/will/c/c61e5720f232

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will@kernel.org>
To: Mark Rutland <mark.rutland@arm.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Jiucheng Xu <jiucheng.xu@amlogic.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Jerome Brunet <jbrunet@baylibre.com>
Cc: catalin.marinas@arm.com, kernel-team@android.com,
	Will Deacon <will@kernel.org>,
	linux-amlogic@lists.infradead.org,
	Kelvin Zhang <kelvin.zhang@amlogic.com>,
	Chris Healy <cphealy@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Jianxin Pan <jianxin.pan@amlogic.com>,
	Chris Healy <healych@amazon.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] perf/amlogic: Fix config1/config2 parsing issue
Date: Mon, 27 Mar 2023 16:01:14 +0100	[thread overview]
Message-ID: <167992632671.3835408.8265372943884338081.b4-ty@kernel.org> (raw)
In-Reply-To: <20230209115403.521868-1-jiucheng.xu@amlogic.com>

On Thu, 9 Feb 2023 19:54:01 +0800, Jiucheng Xu wrote:
> The 3th argument of for_each_set_bit is incorrect, fix them.
> 
> 

Applied first patch only to will (for-next/perf), thanks!

[1/3] perf/amlogic: Fix config1/config2 parsing issue
      https://git.kernel.org/will/c/c61e5720f232

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2023-03-27 15:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09 11:54 [PATCH 1/3] perf/amlogic: Fix config1/config2 parsing issue Jiucheng Xu
2023-02-09 11:54 ` Jiucheng Xu
2023-02-09 11:54 ` Jiucheng Xu
2023-02-09 11:54 ` [PATCH 2/3] perf/amlogic: Fix large number of counter issue Jiucheng Xu
2023-02-09 11:54   ` Jiucheng Xu
2023-02-09 11:54   ` Jiucheng Xu
2023-03-27 14:10   ` Will Deacon
2023-03-27 14:10     ` Will Deacon
2023-03-27 14:10     ` Will Deacon
2023-03-28  2:29     ` Jiucheng Xu
2023-03-28  2:29       ` Jiucheng Xu
2023-03-28  2:29       ` Jiucheng Xu
2023-03-28 11:55       ` Will Deacon
2023-03-28 11:55         ` Will Deacon
2023-03-28 11:55         ` Will Deacon
2023-02-09 11:54 ` [PATCH 3/3] arm64: defconfig: Add Meson DDR PMU as build-in Jiucheng Xu
2023-02-09 11:54   ` Jiucheng Xu
2023-02-09 11:54   ` Jiucheng Xu
2023-02-10 15:58   ` Chris Healy
2023-02-10 15:58     ` Chris Healy
2023-02-10 15:58     ` Chris Healy
2023-03-27 15:01 ` Will Deacon [this message]
2023-03-27 15:01   ` [PATCH 1/3] perf/amlogic: Fix config1/config2 parsing issue Will Deacon
2023-03-27 15:01   ` Will Deacon

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=167992632671.3835408.8265372943884338081.b4-ty@kernel.org \
    --to=will@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=cphealy@gmail.com \
    --cc=healych@amazon.com \
    --cc=jbrunet@baylibre.com \
    --cc=jianxin.pan@amlogic.com \
    --cc=jiucheng.xu@amlogic.com \
    --cc=kelvin.zhang@amlogic.com \
    --cc=kernel-team@android.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=neil.armstrong@linaro.org \
    /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.