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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B356C4332F for ; Thu, 17 Nov 2022 06:51:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234393AbiKQGvF (ORCPT ); Thu, 17 Nov 2022 01:51:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233502AbiKQGvB (ORCPT ); Thu, 17 Nov 2022 01:51:01 -0500 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A1785E9CA for ; Wed, 16 Nov 2022 22:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668667858; x=1700203858; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=3yp9zZdhoWMWlvE8Bu/fqA7QS/7tpyYvnNuGi3StvMs=; b=Q15sDuaXh7d7n84kfPFzc1Gne45bDmKytlnwQn20A9pHSGro2pNm9RfT ErIqhqJ/SxQ5uOdhafRaxmBUYsNemIXD1q8SsfakTcLQCsvdAo2aFWLx4 YlEhoO4R4Td92BX2UXRZ4nMJJiydd7EBA5rzehSqaEU3rKtq5LOMQZOth oqWnAuQInHAPRNMWzlMkEsjjfb754YWdRHjwT1Mt1tPucyCBNzRezRIr0 5uM5kH5V+DJdQF+dcPA900jzodf5S3xVIREWs7e44IJL5fsOFBhiyRcwD ny/aSagEOh1bPBDDOU2j+BLz7KnsRTyxNu536cAHdP3nSOs0VEKVf50EE w==; X-IronPort-AV: E=McAfee;i="6500,9779,10533"; a="293169999" X-IronPort-AV: E=Sophos;i="5.96,171,1665471600"; d="scan'208";a="293169999" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Nov 2022 22:50:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10533"; a="782096004" X-IronPort-AV: E=Sophos;i="5.96,171,1665471600"; d="scan'208";a="782096004" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP; 16 Nov 2022 22:50:56 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ovYjf-00DT2v-18; Thu, 17 Nov 2022 08:50:55 +0200 Date: Thu, 17 Nov 2022 08:50:55 +0200 From: Andy Shevchenko To: Fei Li Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, rafael@kernel.org Subject: Re: [PATCH v4 1/1] virt: acrn: Mark the uuid field as unused Message-ID: References: <20221116092254.66234-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 17, 2022 at 08:47:10AM +0200, Andy Shevchenko wrote: > On Thu, Nov 17, 2022 at 09:03:48AM +0800, Fei Li wrote: > > On 2022-11-16 at 18:04:37 +0200, Andy Shevchenko wrote: ... > > ACRN does not use uuid recently. But before that, the old ACRN still uses it. > > So could we just change the uuid data structure definition here ? > > That's what is meant by removing the Fixes tags. Note, this change also removes the link to non-existing file. -- With Best Regards, Andy Shevchenko