From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Mark Rutland <mark.rutland@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Jiri Olsa <jolsa@kernel.org>
Subject: Re: [PATCH 5/5] perf arm-spe: Fix a dangling Documentation/arm64 reference
Date: Tue, 13 Jun 2023 12:23:53 -0300 [thread overview]
Message-ID: <ZIiKCQVWunpV2Bo1@kernel.org> (raw)
In-Reply-To: <20230613094606.334687-6-corbet@lwn.net>
Em Tue, Jun 13, 2023 at 03:46:06AM -0600, Jonathan Corbet escreveu:
> The arm64 documentation has moved under Documentation/arch/. Fix up a
> dangling reference to match.
Its not upstream nor in the perf-tools-next, so please merge it in the
tree where this documentation move took place.
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
- Arnaldo
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
> ---
> tools/perf/util/arm-spe-decoder/arm-spe-decoder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c b/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
> index f3918f290df5..ba807071d3c1 100644
> --- a/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
> +++ b/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
> @@ -51,7 +51,7 @@ static u64 arm_spe_calc_ip(int index, u64 payload)
> * (bits [63:56]) is assigned as top-byte tag; so we only can
> * retrieve address value from bits [55:0].
> *
> - * According to Documentation/arm64/memory.rst, if detects the
> + * According to Documentation/arch/arm64/memory.rst, if detects the
> * specific pattern in bits [55:52] of payload which falls in
> * the kernel space, should fixup the top byte and this allows
> * perf tool to parse DSO symbol for data address correctly.
> --
> 2.40.1
>
--
- Arnaldo
WARNING: multiple messages have this Message-ID (diff)
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Mark Rutland <mark.rutland@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Jiri Olsa <jolsa@kernel.org>
Subject: Re: [PATCH 5/5] perf arm-spe: Fix a dangling Documentation/arm64 reference
Date: Tue, 13 Jun 2023 12:23:53 -0300 [thread overview]
Message-ID: <ZIiKCQVWunpV2Bo1@kernel.org> (raw)
In-Reply-To: <20230613094606.334687-6-corbet@lwn.net>
Em Tue, Jun 13, 2023 at 03:46:06AM -0600, Jonathan Corbet escreveu:
> The arm64 documentation has moved under Documentation/arch/. Fix up a
> dangling reference to match.
Its not upstream nor in the perf-tools-next, so please merge it in the
tree where this documentation move took place.
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
- Arnaldo
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
> ---
> tools/perf/util/arm-spe-decoder/arm-spe-decoder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c b/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
> index f3918f290df5..ba807071d3c1 100644
> --- a/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
> +++ b/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
> @@ -51,7 +51,7 @@ static u64 arm_spe_calc_ip(int index, u64 payload)
> * (bits [63:56]) is assigned as top-byte tag; so we only can
> * retrieve address value from bits [55:0].
> *
> - * According to Documentation/arm64/memory.rst, if detects the
> + * According to Documentation/arch/arm64/memory.rst, if detects the
> * specific pattern in bits [55:52] of payload which falls in
> * the kernel space, should fixup the top byte and this allows
> * perf tool to parse DSO symbol for data address correctly.
> --
> 2.40.1
>
--
- Arnaldo
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-06-13 15:24 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 9:46 [PATCH 0/5] arm64: docs: Move the arm64 docs under Documentation/arch/ Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 9:46 ` [PATCH 1/5] docs: arm64: Move arm64 documentation " Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-14 1:29 ` Yanteng Si
2023-06-14 1:29 ` Yanteng Si
2023-06-14 7:12 ` Catalin Marinas
2023-06-14 7:12 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 2/5] dt-bindings: fix dangling Documentation/arm64 reference Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 10:19 ` Rob Herring
2023-06-13 10:19 ` Rob Herring
2023-06-13 13:41 ` Rob Herring
2023-06-13 13:41 ` Rob Herring
2023-06-14 7:14 ` Catalin Marinas
2023-06-14 7:14 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 3/5] arm64: Fix dangling references to Documentation/arm64 Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-14 7:14 ` Catalin Marinas
2023-06-14 7:14 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 13:41 ` Mike Rapoport
2023-06-13 13:41 ` Mike Rapoport
2023-06-14 7:13 ` Catalin Marinas
2023-06-14 7:13 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 5/5] perf arm-spe: " Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 15:23 ` Arnaldo Carvalho de Melo [this message]
2023-06-13 15:23 ` Arnaldo Carvalho de Melo
2023-06-14 7:15 ` Catalin Marinas
2023-06-14 7:15 ` Catalin Marinas
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=ZIiKCQVWunpV2Bo1@kernel.org \
--to=acme@kernel.org \
--cc=alexander.shishkin@linux.intel.com \
--cc=corbet@lwn.net \
--cc=jolsa@kernel.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@redhat.com \
--cc=peterz@infradead.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.