[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/2] xen: some CONFIG_DEBUG_INFO changes
- To: Juergen Gross <jgross@xxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 18 Apr 2023 08:14:28 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=bZl/v+/ijw54GOdj5uLKZsMtCnzW9OK05+tNBKbYTk4=; b=dcB7D4wVfzQhqGNj42pWa9MAa/HnFlyJQKQ5LleKasT/cld2XGgykVDy+MkS8KBd9FBVbXgUpY5qScjMbSBANV3vxmSRXhh7CQcCD8cWlmGqiVNq1rM0KxJre63FLkrV5/tW4KqIxwP4CC2PXRqIn5H7ACaWDLJWSdtiCmmKvEOaEZQ5LTnLfiZpTFs284rUmaYWVFp3Hy1h7dCDYkAs0WzlF3R2QW+WpdayMA1DIHGkCgb5fzceS5upo82i9norgrNND+2MQYbcyi74/n9/Urb55Dxg/ZUig0H7EV4NFFwES4FyNGXe/5fGv90oIMNb2IGnacIPgd8TLwSJ6PT/Bw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PxQWVRJjiUA1x/mCUq879b2Y0GJ9lYKGlXJ9uq3DDSC+7l/iYxHllaS0KOWYsi17oWZaD6tg38ADGpItzxtCInxFDxD26zsNW1gDezJDpg/ZGd2IBpRk69Ru6aoNuXVD9iBBLHGTE+Qtc3vUctt8zvVDqDzh1jHzYXxUOXk4YtqAa+jzgBQR5TuIFS5dcnBvicmIc06HLU/SNfKffd9KA9ngV+eHssfht39YZOZ5ZnvewzEXW90yTDbOc7ZrTavQlHKZym0SQBU1QNNKEem6qQFi+/6H1FsWukoDXBplb+1FdjCwASOB2mO7bnpuYPlFUQQFJRhfwTCjGKihZFqHHA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 18 Apr 2023 06:14:52 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 05.04.2023 15:56, Juergen Gross wrote:
> Enabling crash dump analysis of the hypervisor requires the hypervisor
> having been built with CONFIG_DEBUG_INFO enabled. Today this requires
> either CONFIG_DEBUG or CONFIG_EXPERT set, which are both not security
> supported.
>
> This small series changes that in order to allow security supported
> Xen builds with the capability to do crash dump analysis via the
> "crash" tool.
>
> Note that due to problems with test machines proper support for EFI
> booted systems hasn't been verified, so this will likely need some more
> work.
>
> Changes in V2:
> - comments addressed
>
> Changes in V3:
> - comments addressed
>
> Juergen Gross (2):
> xen: move CONFIG_DEBUG_INFO out of EXPERT section
> xen: update CONFIG_DEBUG_INFO help text
>
> xen/Kconfig.debug | 22 +++++++++++++++-------
> 1 file changed, 15 insertions(+), 7 deletions(-)
Seeing no-one else showing any interest either way:
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Jan
|