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 5C654C7EE2D for ; Sat, 25 Feb 2023 08:37:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229547AbjBYIhn (ORCPT ); Sat, 25 Feb 2023 03:37:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjBYIhm (ORCPT ); Sat, 25 Feb 2023 03:37:42 -0500 Received: from mail-yw1-x1129.google.com (mail-yw1-x1129.google.com [IPv6:2607:f8b0:4864:20::1129]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3D781716E; Sat, 25 Feb 2023 00:37:40 -0800 (PST) Received: by mail-yw1-x1129.google.com with SMTP id 00721157ae682-5384ff97993so43147117b3.2; Sat, 25 Feb 2023 00:37:40 -0800 (PST) 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=Cz98R7Ca78KCbduT2+9H7VwReVgB2OnNZzHlXdg3vPg=; b=LslJvRDEXLo8YVQdMr+NYNiAU+2KWc+5HoLP4elf+87SnngnzsWjSRG3ZP1v2tH1Vc ddgHtrk8mJCTJzMgbZ2BDxvt3sY5a75hxfx3qcqc/1WEUGJvZbYJnpDRFoeR2DEKm0L5 Tzb+OfXPYDgsLg2+4/K3Hz2vWBFMJ3LHj2ND+65Q6g+uSnn2eYN0Swb/k6kYCnON/D8Y cW+cZyRn+cEVHWBsxQZQrYbsva1lI9AhJN6C6aB9wLPgdBtBNIXxMdcfdhONhY5HkI8X pgDjKPr6YL6jopKLbCsYCzj0yxEY9juoLF/FG8v21O/vhddsBND+QmTbxxW3hvPz5tVl 3pew== 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=Cz98R7Ca78KCbduT2+9H7VwReVgB2OnNZzHlXdg3vPg=; b=YtDqLYbArzpxmilnDUGqV2nNqWxn/eTeST/rouEbR6rhEPfAQyLxLxQrjR74JRUOPX 2YYmJuHnHqu67+E4am0h2XeQ1Lt4IJOGOx2oydOuuNS7vSt1vSUsQidmEsrrLRfK5eoS 6otoGcbmze358fpRBtKoOh6Hn6/cIePDFoClJobNQuHWZqNb7UaSjrsyrbKlKVb5auBn cquTbJZ7mfgX2idQLniqTwAv/aaKLHpbn8pFdcEVMnf6iuEl/NzMRrPGjj8zqcBGqN/u D+ThPcZ8Ti+I0VC2zjOxD8IMvmkcnzXEcqRIx2hqQwnLgbWW6ZduhKGpzTIbbCmIcYBe JrnQ== X-Gm-Message-State: AO0yUKX/8WvVwGQroZdVdbdQ5TicV36GBOGG/UAq49EyXymjZ1ThIzZJ CmXzD/zs3cFncFzr97XZ9l4PDtGIRGRzlQT9i1E= X-Google-Smtp-Source: AK7set+hqtmF+D+rwbu85iQ+EPP3JZXUmywWfrmNyRB+ZMfHnjDwseewKGZ/t0grf+BbEU4WY0+ueRg+zQ4rY2MteRw= X-Received: by 2002:a81:af50:0:b0:533:9ffb:cb12 with SMTP id x16-20020a81af50000000b005339ffbcb12mr6270206ywj.10.1677314260110; Sat, 25 Feb 2023 00:37:40 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Miguel Ojeda Date: Sat, 25 Feb 2023 09:37:29 +0100 Message-ID: Subject: Re: [RFC 0/2] RISC-V: enable rust To: Palmer Dabbelt Cc: Conor Dooley , linux-riscv@lists.infradead.org, Conor Dooley , ojeda@kernel.org, alex.gaynor@gmail.com, wedsonaf@gmail.com, boqun.feng@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com, corbet@lwn.net, Paul Walmsley , nathan@kernel.org, ndesaulniers@google.com, trix@redhat.com, rust-for-linux@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Sat, Feb 25, 2023 at 12:18 AM Palmer Dabbelt wrote: > > Works for me. > > I've got a few other things in the pipeline for this merge window so > this probably won't make it, but I'll dig in after that. We've got a > bunch of Rust-types floating around Rivos as well, so with any luck > someone else will have some time to poke around. Having a full cycle in > linux-next is probably the right way to go for this sort of thing > anyway, as it's likely to shake out some long-tail issues. Thanks a lot! That would be great. At least from our side, no rush. In fact, we are letting users (or arch maintainers) to request/submit the architectures themselves as they need/want them. Cheers, Miguel