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 34364C64EC7 for ; Tue, 28 Feb 2023 22:44:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229567AbjB1Wov (ORCPT ); Tue, 28 Feb 2023 17:44:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjB1Wou (ORCPT ); Tue, 28 Feb 2023 17:44:50 -0500 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3448F2E0CB for ; Tue, 28 Feb 2023 14:44:49 -0800 (PST) Received: by angie.orcam.me.uk (Postfix, from userid 500) id B134A92009C; Tue, 28 Feb 2023 23:44:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id A34A592009B; Tue, 28 Feb 2023 22:44:47 +0000 (GMT) Date: Tue, 28 Feb 2023 22:44:47 +0000 (GMT) From: "Maciej W. Rozycki" To: Palmer Dabbelt cc: gerg@kernel.org, Damien Le Moal , linux-riscv@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] riscv: support ELF format binaries in nommu mode In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Feb 2023, Palmer Dabbelt wrote: > Adding Damien, as IIRC he's had some hacked up userspace bits for the K210. > I'm yet to get anything running, but it'd be great if we get this to a point > where I can actually boot test this on QEMU (I'm just doing builds now). And I'm still around should someone want to proceed with FDPIC support in the toolchain. Maciej