All of lore.kernel.org
 help / color / mirror / Atom feed
From: xiafukun <xiafukun@huawei.com>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: <arnd@arndb.de>, <keescook@chromium.org>, <nathan@kernel.org>,
	<linux-arch@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<yusongping@huawei.com>, <zhaowenhui8@huawei.com>
Subject: Re: vmlinux.lds.h: Bug report: unable to handle page fault when start the virtual machine with qemu
Date: Tue, 8 Nov 2022 15:46:32 +0800	[thread overview]
Message-ID: <b714ad78-4689-ad0b-9316-efcc1665f6bf@huawei.com> (raw)
In-Reply-To: <CAMj1kXESRP9RvhPC5Wgg38BqyCn5ANv7+X9Ezyx5MXNNvEZ1kA@mail.gmail.com>

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.

在 2022/11/8 0:00, Ard Biesheuvel 写道:
> 
> That patch looks incorrect to me. Without CONFIG_SMP, the PERCPU
> sections are not instantiated, and the only copy of those variables is
> created in the ordinary .data/.bss sections
> 
> Does the change below fix the issue for you?
> 
> --- a/include/asm-generic/vmlinux.lds.h
> +++ b/include/asm-generic/vmlinux.lds.h
> @@ -347,6 +347,7 @@
>  #define DATA_DATA                                                      \
>         *(.xiptext)                                                     \
>         *(DATA_MAIN)                                                    \
> +       *(.data..decrypted)                                             \
>         *(.ref.data)                                                    \
>         *(.data..shared_aligned) /* percpu related */                   \
>         MEM_KEEP(init.data*)                                            \
> @@ -995,7 +996,6 @@
>  #ifdef CONFIG_AMD_MEM_ENCRYPT
>  #define PERCPU_DECRYPTED_SECTION                                       \
>         . = ALIGN(PAGE_SIZE);                                           \
> -       *(.data..decrypted)                                             \
>         *(.data..percpu..decrypted)                                     \
>         . = ALIGN(PAGE_SIZE);
>  #else

  reply	other threads:[~2022-11-08  7:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07  3:27 vmlinux.lds.h: Bug report: unable to handle page fault when start the virtual machine with qemu zhaowenhui (A)
2022-11-07 16:00 ` Ard Biesheuvel
2022-11-08  7:46   ` xiafukun [this message]
2022-11-08 14:35     ` Nathan Chancellor
2022-11-08 15:14       ` Ard Biesheuvel
2022-11-08 15:16         ` Nathan Chancellor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b714ad78-4689-ad0b-9316-efcc1665f6bf@huawei.com \
    --to=xiafukun@huawei.com \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=keescook@chromium.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nathan@kernel.org \
    --cc=yusongping@huawei.com \
    --cc=zhaowenhui8@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.