On 15.03.23 06:17, lijiang wrote:
Hi, Juergen
Thank you for the patchset.
The xen-related code in crash-utility has not been updated for a long time. That
somewhat relies on xen developers.
On Mon, Mar 13, 2023 at 9:07 PM <crash-utility-request(a)redhat.com
<mailto:crash-utility-request@redhat.com>> wrote:
Date: Mon, 13 Mar 2023 14:01:10 +0100
From: Juergen Gross <jgross(a)suse.com <mailto:jgross@suse.com>>
To: crash-utility(a)redhat.com <mailto:crash-utility@redhat.com>
Subject: [Crash-utility] [PATCH 1/3] xen: fix stacksize
Message-ID: <20230313130112.15353-2-jgross(a)suse.com
<mailto:20230313130112.15353-2-jgross@suse.com>>
Content-Type: text/plain; charset="US-ASCII"; x-default=true
The size of the percpu stack of Xen on x86_64 is 8 pages, not 2.
While not really critical in its current usage, it should be corrected
nevertheless.
Could you please add the related xen commit(if any) to the patch log? That can
help us quickly review patches, and easily retrace it in the future.
Okay (for the other patches, too).
Juergen