Hi Qianli,
Your patch got the two acks and merged:
https://github.com/crash-utility/crash/commit/9080711bd1c0645c272e74c2572...
Thanks,
Kazu
On Mon, Dec 28, 2020 at 11:37 AM lijiang <lijiang(a)redhat.com> wrote:
Hi, Qianli Zhao
Thanks for the patch.
在 2020年11月30日 18:22, crash-utility-request(a)redhat.com 写道:
> Message: 2
> Date: Mon, 30 Nov 2020 10:21:48 +0000
> From: ??? <zhaoqianli(a)xiaomi.com>
> To: "crash-utility(a)redhat.com" <crash-utility(a)redhat.com>
> Subject: [Crash-utility] [PATCH] arm64: update mapping symbol filter
> in arm64_verify_symbol
> Message-ID: <e2360405c4aa4036908a840e943e8f5e(a)xiaomi.com>
> Content-Type: text/plain; charset="utf-8"
>
> From: Qianli Zhao <zhaoqianli(a)xiaomi.com>
>
> Name Meaning of mapping symbol:
> $x
> $x.<any...>
> Start of a sequence of A64 instructions
>
> $c
> $c.<any...>
> Start of a sequence of C64 instructions
>
> $d
> $d.<any...>
> Start of a sequence of data items (for example, a literal pool)
>
> Reference documents:
>
https://documentation-service.arm.com/static/5f9a92f6b1a7c5445f28fee6?token=
>
> Signed-off-by: Qianli Zhao <zhaoqianli(a)xiaomi.com>