[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] x86: correct fencing around CLFLUSH (+some tidying)
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 23 Feb 2022 11:11:03 +0100
- 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=oZXHA9bbcKY5LHV6iVNy+eglUHCbFFEz4iwrktrCMPg=; b=az8nWDxS8pcUJz12aXumtgwLlOGpdre1lDA2oXzCDOphbYiWj/NWU3rQAD5W3o5EPnoaVvf/JNp+/DEM+nVFMmbBWW/HngcSL+eIAyFFyYrKWXwfmko8VhFmUcx/RyPhwDoVm/sN/kXUiCQsnjafgDDislVhNe2Da2Np+ZwiEoWzbNXHDQP0s/3ljMny1dF8r58eAr8anays3TZJR7f38eJKh22oo8FfS+yr6aWgjjm1PszqgJYU8kx4kbR/8lTs5x1Af6pDYrDhcdfVeuQyN5jib6Z+w/8MLsHsl+4tjdDOWPt74ixP93hlpOaAeEvG7+i2t7EJLpQYp8wYLGhkYg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DFIm1JKiH05MNyhofzaF16rxJYic5gA0DegUIdcDraWxo02/yAL1/lLglD2S8ZfBjB8/dT+1WdoptV9hjEhLUZbH2kdAYdzdGyH1CJAETl982rqkfgjwuejDyPBje/6l6thAsyw/PfznrA+y6HZQMFaZvYtzwRVeSuxKTqCT4b8g3WzcXPlgw2RXyhO0z9UmbHooYzZ3VdTw0mZ0Mh9jk/qu+3x1KzcKlczFiZ+6s+DgkpAW4pzy3DeaObRniNOW3rQy9334PaHAwR3CIB/newhfvFGsOd5wWfwTjfxU2AiIY44K3o/Gefgp1eNUe36j1eCeIbgDk4c5ZXBBMV8F5Q==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Wed, 23 Feb 2022 10:11:28 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
While it'll make backporting of the last patch a little harder,
it seemed better to me to do some cleanup first this time round.
1: drop NOP_DS_PREFIX
2: cpuid: replace more cpufeat_word() uses
3: correct fencing around CLFLUSH
Jan
|