[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V4 0/6] xen: Add support of extended regions (safe ranges) on Arm
- To: Oleksandr <olekstysh@xxxxxxxxx>
- From: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
- Date: Fri, 17 Dec 2021 14:23:02 -0500
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.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=mXfL+A6zgLm4BS/AQO87DgZdNs/jv8rFGFxDoWbkGXE=; b=DdWm0Ky5+wesfKh9sr18obo4F0/glTI0b0qBrqgPvwweFJUkDNZbunx3LYovUQsPwdTXqe8j89N/ZV3Y2zZmjBaDPf4tsrn75NKaHpOn99kJb1aXXoq5SFpa8xp/L0F/eYWYRFU3UpH5oF4bn/LmKh/o8YV5h45KZj1IZ9Zwyj805362QEaU/NXPqn1ciTu4pfc0YZmdsRHDgtkvV/cBO//UtYpTLDWYEPg9PvmLqQKvA2LJteplvH5D71TXmtT6BjqFmSs2Hh/gA/9SSUmOCqoDj17fukVlNAwJMwu7/uGnMcNVguJsmjRs1wEwooAOuwfbrOPDIs6dTzer4acHDQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SAfJocytaOGzI/SWcEFPyos8c8X3Prq0CQ1AIMVds9sGko2BrnvTIBnN1ssOCh64+bg1AIoh96I8+DXoYTpou2b9P5DWVy2MwN/U7nwRVlq8GGQ4oZjazRzOO4W6gVwZBhH8M5gkMuAWs2u2gIvt8fDAtB6nwzAKE4AnhCAhb3+h+2YeqMLbvLajPQonnQtyPWxJtbsiDqHZsR6ig+GPt3Jql79qWegNLZ2sjztD2Sg3CnMye4eknbKgyyo4x4Q1xZU8KCy3EhMvvMiaa/WpQGfq1uAZsjiiM2y4n1pHMhXzhF3yRZES3knEF1WarYsb3WBST3vrjBjpUbpd3biRqA==
- Cc: Juergen Gross <jgross@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Russell King <linux@xxxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Wei Chen <Wei.Chen@xxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>, Kaly Xin <Kaly.Xin@xxxxxxx>, Jiamei Xie <Jiamei.Xie@xxxxxxx>
- Delivery-date: Fri, 17 Dec 2021 19:23:33 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12/17/21 2:19 PM, Oleksandr wrote:
On 17.12.21 21:13, Boris Ostrovsky wrote:
Hi Boris
On 12/16/21 5:02 PM, Oleksandr wrote:
On 09.12.21 22:05, Oleksandr Tyshchenko wrote:
Hello Juergen, Boris
May I please ask, are you happy (or otherwise) with current patch series (I
assume, especially with commits #3-4)?
I think I mentioned last time, in patch 4:
+ if (target_resource != &iomem_resource) {
+ tmp_res = kzalloc(sizeof(*tmp_res), GFP_KERNEL);
+ if (!res) {
Yes, this is already fixed in V4 of patch [1]
So this email did escape. Yes, I realized I was looking at V3 but apparently
didn't hit ^C quickly enough ;-)
-boris
|