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 X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09D3CC47094 for ; Thu, 10 Jun 2021 17:29:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AC1C2600EF for ; Thu, 10 Jun 2021 17:29:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AC1C2600EF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6zcowaahKM2zErusVtFt9QVzeOHJLcYzUj6rs8XS7v4=; b=jxa4iXamerLi8v qbDAbjk43OuVhUt1CN+YSmdSi64QM5WC0En5vAQiXwyMY//vtHPxYwwQau23t/m4ped7VZFdqmt+K TvRN9umUv0Tf+sVUJ/WWpE21kx8m421TQiMx+sTBNYHCHSCtjnfSiWra8ZBDNYdj0+AI/AjK66ufv 5EaohEd2igUDVnoKJB0Uvxn7+g0hX88sHFRGybQ3oOCEVFib+8eX+eEALr43tHS2oYd2LnkQmesF0 p1azCeZqORQKXzg2p7gWChkG9Cl2fuzLsD/eBCI+jRmCxz/PCoL6OdeTgJ7dHHjFhu2dUSrxxOOeF tJjMJvUuHN0fxB1GyAUg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrOUc-001vxk-BY; Thu, 10 Jun 2021 17:29:22 +0000 Received: from mail-out.m-online.net ([212.18.0.9]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrOUZ-001vxQ-OB for linux-riscv@lists.infradead.org; Thu, 10 Jun 2021 17:29:21 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4G19vK6D7Jz1qt3l; Thu, 10 Jun 2021 19:29:17 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4G19vK4RQLz1qr46; Thu, 10 Jun 2021 19:29:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id vO5Y0XBKtwZ2; Thu, 10 Jun 2021 19:29:16 +0200 (CEST) X-Auth-Info: 2HRiD3r3sBASgyEoh1SHqVlhb3EFoSQZduKD2H4uGNLGPC7SubTmYAn+NLEyWCf+ Received: from igel.home (ppp-46-244-161-203.dynamic.mnet-online.de [46.244.161.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 10 Jun 2021 19:29:16 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 83A702C36A1; Thu, 10 Jun 2021 19:29:15 +0200 (CEST) From: Andreas Schwab To: Guenter Roeck Cc: Alex Ghiti , Palmer Dabbelt , corbet@lwn.net, Paul Walmsley , aou@eecs.berkeley.edu, Arnd Bergmann , aryabinin@virtuozzo.com, glider@google.com, dvyukov@google.com, linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, linux-arch@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping References: <76353fc0-f734-db47-0d0c-f0f379763aa0@ghiti.fr> <7b647da1-b3aa-287f-7ca8-3b44c5661cb8@ghiti.fr> <87fsxphdx0.fsf@igel.home> <20210610171025.GA3861769@roeck-us.net> <87bl8dhcfp.fsf@igel.home> <20210610172035.GA3862815@roeck-us.net> X-Yow: A shapely CATHOLIC SCHOOLGIRL is FIDGETING inside my costume.. Date: Thu, 10 Jun 2021 19:29:15 +0200 In-Reply-To: <20210610172035.GA3862815@roeck-us.net> (Guenter Roeck's message of "Thu, 10 Jun 2021 10:20:35 -0700") Message-ID: <877dj1hbmc.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210610_102919_961140_1F6C667D X-CRM114-Status: GOOD ( 13.74 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Jun 10 2021, Guenter Roeck wrote: > On Thu, Jun 10, 2021 at 07:11:38PM +0200, Andreas Schwab wrote: >> On Jun 10 2021, Guenter Roeck wrote: >> >> > On Thu, Jun 10, 2021 at 06:39:39PM +0200, Andreas Schwab wrote: >> >> On Apr 18 2021, Alex Ghiti wrote: >> >> >> >> > To sum up, there are 3 patches that fix this series: >> >> > >> >> > https://patchwork.kernel.org/project/linux-riscv/patch/20210415110426.2238-1-alex@ghiti.fr/ >> >> > >> >> > https://patchwork.kernel.org/project/linux-riscv/patch/20210417172159.32085-1-alex@ghiti.fr/ >> >> > >> >> > https://patchwork.kernel.org/project/linux-riscv/patch/20210418112856.15078-1-alex@ghiti.fr/ >> >> >> >> Has this been fixed yet? Booting is still broken here. >> >> >> > >> > In -next ? >> >> No, -rc5. >> > Booting v5.13-rc5 in qemu works for me for riscv32 and riscv64, > but of course that doesn't mean much. Just wondering, not knowing > the context - did you provide details ? Does that work for you: https://github.com/openSUSE/kernel-source/blob/master/config/riscv64/default Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv