[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] xen: Fix incorrect taint constant
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Mon, 5 Jun 2023 11:45:19 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.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=Su6FLpJqmLEU7icBPcSg5iWVodYTDkkbHrGjbmOZydQ=; b=L8pJiXgh+ZhBhlo+k5w4Wk9qs7NkLOvvY28c5rUoRGz1sJHTojSOahhWAQ+R8Q+muP1O5ocoY3wNHw0JH4Di+D9ID6YPMMjvDhD9ZFzVAbiAGWP6AiwVyYc8tBaSeq4Hu3s6kzA2XiDImG7R8iD38ACZBPgqxeSumYQyKGTJ9xxaj+FScxxxt4v514QXNAPaxJ4Na5rxIErfTaf0+HzjUuhzoLKIh+joyaWTR1Cf1P3197VSki/wLxOQFE7V+tQwbvSJXqfpP4tEgjJCjx4QW9+rcA5e22nMcB2VRt0XHTjTPE45WXFRhghla0CiXXGz8z7MV34EDzTPkO5Sy+2ung==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kOXM2PtwrruQbvKoQkNLyiMGuTb+g1ojuEhssQLZCzJASL/3DpqRV0JWVbwDiha7m4nqduUndmVhzu+ckG+EwJ0oURv5WWc3q3NzBvpVAo4DCTDtav3fK8wNhNIqbhm0kYY86ThrZTkAWUBgaQM4fzwKrIK57fYYUaNHmlGRwFh5EMGByZGAl4xipCV40NNRrdEeHb9q+xXdd2PnWWWIsgQEgOSnQyOZpkmh6FWQqfxyevrPfmTTY1AEhDjimqqyYfmzbeURcp3Idd2BZ4zt4WpeQQGOYr9vEHAcRGB5Dg+3wnAlkFPWVmjAByaOnsCxYjyOUE+jWJb5o+f977F3Yw==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Mon, 05 Jun 2023 11:45:48 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZl6An0ZVCR8BjEkS3vk0sA5g2C698FxuA
- Thread-topic: [PATCH v2] xen: Fix incorrect taint constant
Hi Andrew,
> On 5 Jun 2023, at 13:23, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote:
>
> Insecure is the word being looked for here. Especially given the nature of
> the sole caller, and the (correct) comment next to it.
>
> Also update the taint marker from 'U' to 'I' for consistency; this isn't
> expected to impact anyone in practice.
>
> Fixes: 82c0d3d491cc ("xen: Add an unsecure Taint type")
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
> Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
Cheers
Bertrand
|