[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] common: move Linux-inherited fixed width type decls to common header
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 9 Aug 2023 08:26:57 +0200
- 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=D2nDJ5XMJv2EifefEbEul9k7J4abXSvgY3cIrzd6hDU=; b=KEJmEATHZswOQ4rUFL7XmoK2CHP+/Wyh9YfmDk8qHVjtg217AiFccKYAWTukQsDzqKIRB67O08WrdWXSQckSqxaxOtYHw1BvqlqazyQxU4Y+XJiVqibR907K/P+GX9SfE1KXs7FbTaS80xQumG+fuf/N7vkacpMgqy8MfNmkWwMbu8k4Tyuo/Oekt2OM2rLOBoHS4sIBgBCBg7fZTt8ssq9ofAtWgI46aDMDu7d6zn71xEu03vmzX93/Mw9z9HKM78m8YlcpfQV46oFe2HxA61/bJ8oy6wPUtdtvygjbKmXgxV5epXWfHQZYEoDoc/PfWdxcQvPKM5VHlPog3zYf9w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Q1wLjXGCfJvvLH+UwLlHB2ZF9vn75+QXPmFBsjgugLA9Bv5QS1xMAW5SHnvMn/gVLdkl2N68KSLLdeq8fR1Yay/x5M35pEwiiLXK4icZSbBHOTA9EF8InsgWkD/EruX19z94118j8pkcc59B2WT4C8cEp7pRLzoP1QFdj7MpGNorj+DgI7mEydSYwyPP/5KD/bndC+2DwNdyKalGNBexRAvwEoTZN3mwrYngqQCfeTX9KPcyAWpvMetTXiLgCgNnugVenyZArW2yKreiZnKbEslnWJ7NS9Dd96smNGciXIU67TGDU6gp15mEwavizh6TWdlDoupKTsM1f/f/iu+v/g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Bobby Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>, Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Wed, 09 Aug 2023 06:27:05 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 08.08.2023 18:43, Daniel P. Smith wrote:
> On 8/4/23 02:08, Jan Beulich wrote:
>> Have these in one place, for all architectures to use. Also use the C99
>> types as the "original" ones, and derive the Linux compatible ones
>> (which we're trying to phase out). For __s<N>, seeing that no uses exist
>> anymore, move them to a new Linux compatibility header (as an act of
>> precaution - as said, we don't have any uses of these types right now).
>>
>> In some Flask sources inclusion of asm/byteorder.h needs moving later.
>
> I just did a test build against staging for x86 with all asm/byteorder.h
> includes removed from FLASK and it built successfully. If there are no
> object to a small non-functional change patch, I can clean up include
> ordering as well and submit it to xen-devel.
Of course, please go ahead. Simplifies the patch here.
Jan
|