From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 80810361 for ; Fri, 14 Oct 2022 20:39:14 +0000 (UTC) Received: by mail-il1-f179.google.com with SMTP id y17so3116145ilq.8 for ; Fri, 14 Oct 2022 13:39:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=I2M60nT7NfeWvq3ak/v2N3tIFMmZCLJVdqTc5cp8Xpc=; b=I6gJ7IskSZPiBU2Q1TJQ/Ma8kXejg9qi55V3Fj3QjHitxLeEFVvxRHJKmVHr0ybmsa f/lZP+Hu09gLoanlzOEODO+n2BYlRnaH34wyfBfPdi5SK3GYcAEu4iA16NGLd9ldm1z7 EtC3SFQVRv6fTuSO2v0suM81LDqojTi3sGZijXCQyPAA7G5t6DqZhevJQzEojdIulVeX cKfQ0q189mU7qF/E/AJvsfiCMGt1uNfpu/0jTQ+kCmVwuelcvwFo/pChdW3RIHkP4/vT KQFpsa74fuk/qxuArQ+wdfWDF8QEKhv5ElHGOx7224IC8RlSBoCN/FwsXSMC+xUjgi9u e4hQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=I2M60nT7NfeWvq3ak/v2N3tIFMmZCLJVdqTc5cp8Xpc=; b=HKDj0YrbtcwUSr2wxhPEGDXRzRSZHU8US+k5NYIptclAU0AEbwp3S281HrBuhxJIKF 62/nDN/fqt70qf1Q2awI1P7+CV7yyLABp28LVlHNq9x0ZxBH/UHoP4H61v5Tu1jdW56f R5LI/RVUo2EroDyb/fGkskURvkZdNdQvaJLbDKMHznvRiNlin2RhAfEXrs+x2Lm0dqW8 soCvaO+7WEbr5+yxRPDClBD9u3tzhW0l/PdRPKlVXZ25VAXEvOLJGKR+VpVjdg3hbt9k RSG9pPOnDbqy6QihXvQiwbxiISrK7PHFP8hXSpkNnSejPU99ho+i2guudLfEvLHEV4ij 8wcA== X-Gm-Message-State: ACrzQf2Jr8hfd0uapnyeTLXsTJAFv1dnfjQaTDxHHWvVtmqRE6Ds4Mnr CLEAQ8C7wqtcd1G//U8bzPQ2wjUEhge1s27yny8= X-Google-Smtp-Source: AMsMyM5Can0Irp9kFx+wv2SRI++DMRnZHKowIIiuGGnnpb0qry9EybjOc3WUqIfJNblWZVVzNAta514Kg7Ydywu2Kts= X-Received: by 2002:a05:6e02:1aab:b0:2fa:80c2:8375 with SMTP id l11-20020a056e021aab00b002fa80c28375mr3419698ilv.72.1665779953595; Fri, 14 Oct 2022 13:39:13 -0700 (PDT) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-26-ojeda@kernel.org> In-Reply-To: From: Miguel Ojeda Date: Fri, 14 Oct 2022 22:39:02 +0200 Message-ID: Subject: Re: [PATCH v10 25/27] x86: enable initial Rust support To: Sami Tolvanen Cc: Peter Zijlstra , rcvalle@google.com, Miguel Ojeda , Linus Torvalds , 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 , Kees Cook , Alex Gaynor , Wedson Almeida Filho , David Gow , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Jonathan Corbet , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , linux-doc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" On Fri, Oct 14, 2022 at 8:35 PM Sami Tolvanen wrote: > > Thanks, Miguel. I also talked to Ramon about KCFI earlier this week > and he expressed interest in helping with rustc support for it. In the Ah, that is great to hear -- thanks a lot to you both! (Cc'ing Ramon) > meanwhile, I think we can just add a depends on !CFI_CLANG to avoid > issues here. ACK, thanks -- if you want to send the patch, please feel free to do so. Cheers, Miguel