From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 483D2EB64D9 for ; Thu, 15 Jun 2023 20:54:07 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.549872.858655 (Exim 4.92) (envelope-from ) id 1q9tyf-0000Jv-R6; Thu, 15 Jun 2023 20:53:57 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 549872.858655; Thu, 15 Jun 2023 20:53:57 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1q9tyf-0000Jo-OF; Thu, 15 Jun 2023 20:53:57 +0000 Received: by outflank-mailman (input) for mailman id 549872; Thu, 15 Jun 2023 20:53:56 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1q9tye-0000Ja-86 for xen-devel@lists.xenproject.org; Thu, 15 Jun 2023 20:53:56 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1q9tyd-000797-5T; Thu, 15 Jun 2023 20:53:55 +0000 Received: from 54-240-197-233.amazon.com ([54.240.197.233] helo=[192.168.16.225]) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1q9tyc-0002kS-W4; Thu, 15 Jun 2023 20:53:55 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: References:Cc:To:From:Subject:MIME-Version:Date:Message-ID; bh=CTS99/u756TBpDALqIcy1/WVxDnbX9qs3OsdD7DgVLw=; b=RHIKSF50lHp8X+Ih4aBjipnirW dZhFFH833LcJOjbUeCxZWNpfaXv5f07dDr7GIEU/7HGh66ANKuo6Ha3akXKacPPuZzLdFoQjoTfgU 3ECKX02LMKfJDvp76QSLU1fmacqrhXXgDO0LInx+D3V+FE2gjirJJe61KH/SbEJZl0W4=; Message-ID: Date: Thu, 15 Jun 2023 21:53:52 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH] xen: Append a newline character to panic() where missing Content-Language: en-US From: Julien Grall To: Michal Orzel , Andrew Cooper , xen-devel@lists.xenproject.org Cc: Stefano Stabellini , Bertrand Marquis , Volodymyr Babchuk , Jan Beulich , =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= , Wei Liu References: <20230614073018.21303-1-michal.orzel@amd.com> <261ab0b0-91ed-e6b7-730f-0ecb8a7b5635@citrix.com> <4925a406-3b06-792f-008e-77503ca230f0@xen.org> <5b4c98fb-9f81-ab30-29b4-ad8b9587b96b@xen.org> In-Reply-To: <5b4c98fb-9f81-ab30-29b4-ad8b9587b96b@xen.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, On 14/06/2023 10:09, Julien Grall wrote: > The patch looks fine. I will commit it a bit later just to give a chance > to Bertrand/Stefano to object. And committed. Cheers, -- Julien Grall