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 91250CDB465 for ; Sat, 14 Oct 2023 20:52:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230190AbjJNUwK (ORCPT ); Sat, 14 Oct 2023 16:52:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233365AbjJNUv4 (ORCPT ); Sat, 14 Oct 2023 16:51:56 -0400 Received: from mail.zytor.com (unknown [IPv6:2607:7c80:54:3::138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0FC9E9; Sat, 14 Oct 2023 13:51:50 -0700 (PDT) Received: from [127.0.0.1] ([98.35.210.218]) (authenticated bits=0) by mail.zytor.com (8.17.1/8.17.1) with ESMTPSA id 39EKoEiA2727570 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Sat, 14 Oct 2023 13:50:15 -0700 DKIM-Filter: OpenDKIM Filter v2.11.0 mail.zytor.com 39EKoEiA2727570 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zytor.com; s=2023101201; t=1697316617; bh=LX/qZh+W7D0BjzC3kMTpoByXLORwLrw1issq1DeNzOI=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=cmEtZtL0/Pi2yHywxxrW/vo69bVUWzREGKAQgcbfeQGp95YGmHSJanruTBO52bnTp c/NpKM0f69S6I4fKqBAVW4BQaQWygmM6rcwzaEkqlA6Z+6SkC94pbM+EhsrUOaxoBF Nz+Ig3h1APbpOVSA9QtIEVK4Dp0Vd72eRQqjE7uAyeeF7EVqWLrJ+EVZzpHEcVfeur +4Tc/tRbfMLQ8QgcoKkIWYylpJjzWGtY4MNezyAKCI2niAAY0FLfF+maHpaXpJnnw9 nK5nIBxIgvaan1hi1DbfDAHRxBXik2Dka7C/Cl7KNf+o5Ruwp0qT/LUgs0qT43MYj9 tS/QvgasZ2CMg== Date: Sat, 14 Oct 2023 13:50:09 -0700 From: "H. Peter Anvin" To: comex CC: Linus Torvalds , Ramon de C Valle , Peter Zijlstra , Kees Cook , Sami Tolvanen , Miguel Ojeda , Miguel Ojeda , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Alex Gaynor , Wedson Almeida Filho , David Gow , Boqun Feng , Gary Guo , =?ISO-8859-1?Q?Bj=F6rn_Roy_Baron?= , Jonathan Corbet , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v10 25/27] x86: enable initial Rust support User-Agent: K-9 Mail for Android In-Reply-To: References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-26-ojeda@kernel.org> <20231012104741.GN6307@noisy.programming.kicks-ass.net> <202310121130.256F581823@keescook> <20231013075005.GB12118@noisy.programming.kicks-ass.net> <5D8CA5EF-F5B0-4911-85B8-A363D9344FA7@zytor.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On October 14, 2023 1:25:12 PM PDT, comex wrote: > > >> On Oct 13, 2023, at 12:00=E2=80=AFPM, H=2E Peter Anvin wrote: >>=20 >> Transparent unions have been standard C since C99=2E > >I don=E2=80=99t think that=E2=80=99s right=2E Certainly __attribute__((t= ransparent_union)) is not standard C; are you referring to a different feat= ure? > My mistake=2E=2E=2E I was thinking about anonymous unions=2E