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 14D87C433FE for ; Tue, 8 Nov 2022 15:18:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234537AbiKHPSU (ORCPT ); Tue, 8 Nov 2022 10:18:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234561AbiKHPRl (ORCPT ); Tue, 8 Nov 2022 10:17:41 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B6EE5C77C; Tue, 8 Nov 2022 07:17:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E05C2B81ACB; Tue, 8 Nov 2022 15:16:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A8DFC433D6; Tue, 8 Nov 2022 15:16:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667920617; bh=Vf1UkwrrZO9XMpIgHbK5xWu1WEYBavSHUGvDg1Fc9Oo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ckb/iBgMZlcxC/OivoM/trSo6/q8/mPioWhIq7js4EXJ34nEcGyHnBB6ZlIHWEsyR RdJQpmwxjbesWmbJZaTywXoVdHYPoZuEf1EcigCQxTPBS1ooCE4Wm5+MlEeyRqzleY AU4HiPA8Qf772OIQ5TYYcl+bezgaD5gneD+bDmf5asXz6tIwdhhYpwZrO5vM1ijekH n4DMHBkmp4ya7yppE+DH5DUW3bzJDv3yXvLyEtI9BF3ZAM1kzfUKCKLCKBqJyFfHHB zTtGyKtmEIiL0oi/lm3L1qr0dMJJDvqqmNL+/+vfUvki54NBA5rYfVTDTGxVlPMbl3 yU9dphwvdGE3A== Date: Tue, 8 Nov 2022 08:16:55 -0700 From: Nathan Chancellor To: Ard Biesheuvel Cc: xiafukun , arnd@arndb.de, keescook@chromium.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, yusongping@huawei.com, zhaowenhui8@huawei.comx Subject: Re: vmlinux.lds.h: Bug report: unable to handle page fault when start the virtual machine with qemu Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Tue, Nov 08, 2022 at 04:14:44PM +0100, Ard Biesheuvel wrote: > On Tue, 8 Nov 2022 at 15:35, Nathan Chancellor wrote: > > > > On Tue, Nov 08, 2022 at 03:46:32PM +0800, xiafukun wrote: > > > Thank you for your reply. > > > We tested your changes to this patch and did fix the issue. Following the > > > solution you provided, we recompile the kernel and successfully start the > > > virtual machine. > > > > Thank you a lot for testing and sorry about the breakage in the first > > place :( > > > > Ard, were you going to send a patch? Feel free to preemptively add: > > > > Reviewed-by: Nathan Chancellor > > > > if so; otherwise, I can send one later today. > > > > If you don't mind? Not at all, since it is my issue and you did the hard work for me :) Will send it out in a little bit, thanks again for the assist! Cheers, Nathan