All of lore.kernel.org
 help / color / mirror / Atom feed
From: teng sterling <sterlingteng@gmail.com>
To: Binbin Zhou <zhoubinbin@loongson.cn>
Cc: "Wu X.C." <bobwxc@email.cn>, Alex Shi <alexs@kernel.org>,
	Yanteng Si <siyanteng@loongson.cn>,
	Jonathan Corbet <corbet@lwn.net>,
	Huacai Chen <chenhuacai@loongson.cn>,
	Linux Doc Mailing List <linux-doc@vger.kernel.org>
Subject: Re: [PATCH V2 2/2] docs/zh_CN: riscv: Update the translation of vm-layout.rst to 5.19-rc1
Date: Thu, 9 Jun 2022 09:34:47 +0800	[thread overview]
Message-ID: <CAMU9jJpRdvAnFbjdPLObLTBHRGHY1mFo-8KTviG6F+CYhoRLVA@mail.gmail.com> (raw)
In-Reply-To: <YqCRuwy9dsl50lPu@bobwxc.mipc>

Wu X.C. <bobwxc@email.cn> 于2022年6月9日周四 00:45写道:
>
> On Wed, Jun 08, 2022 at 07:08:21PM +0800, Binbin Zhou wrote:
> > Synchronous translation from upstream commit 9d19f2b5256e
> > ("Documentation: riscv: Add sv48 description to VM layout")
> >
> > Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
>
> Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>

Thanks,
Yanteng
>
> Thanks :)
>
> > ---
> >  .../translations/zh_CN/riscv/vm-layout.rst    | 37 +++++++++++++++++++
> >  1 file changed, 37 insertions(+)
> >
> > diff --git a/Documentation/translations/zh_CN/riscv/vm-layout.rst b/Documentation/translations/zh_CN/riscv/vm-layout.rst
> > index 585cb89317a3..91884e2dfff8 100644
> > --- a/Documentation/translations/zh_CN/riscv/vm-layout.rst
> > +++ b/Documentation/translations/zh_CN/riscv/vm-layout.rst
> > @@ -6,6 +6,7 @@
> >  :翻译:
> >
> >   司延腾 Yanteng Si <siyanteng@loongson.cn>
> > +        Binbin Zhou <zhoubinbin@loongson.cn>
> >
> >  ============================
> >  RISC-V Linux上的虚拟内存布局
> > @@ -65,3 +66,39 @@ RISC-V Linux Kernel SV39
> >     ffffffff00000000 |   -4    GB | ffffffff7fffffff |    2 GB | modules, BPF
> >     ffffffff80000000 |   -2    GB | ffffffffffffffff |    2 GB | kernel
> >    __________________|____________|__________________|_________|____________________________________________________________
> > +
> > +
> > +RISC-V Linux Kernel SV48
> > +------------------------
> > +
> > +::
> > +
> > + ========================================================================================================================
> > +      开始地址       |   偏移      |     结束地址      |  大小    | 虚拟内存区域描述
> > + ========================================================================================================================
> > +                    |            |                  |         |
> > +   0000000000000000 |    0       | 00007fffffffffff |  128 TB | 用户空间虚拟内存,每个内存管理器不同
> > +  __________________|____________|__________________|_________|___________________________________________________________
> > +                    |            |                  |         |
> > +   0000800000000000 | +128    TB | ffff7fffffffffff | ~16M TB | ... 巨大的、几乎64位宽的直到内核映射的-128TB地方
> > +                    |            |                  |         |     开始偏移的非经典虚拟内存地址空洞。
> > +                    |            |                  |         |
> > +  __________________|____________|__________________|_________|___________________________________________________________
> > +                                                              |
> > +                                                              | 内核空间的虚拟内存,在所有进程之间共享:
> > +  ____________________________________________________________|___________________________________________________________
> > +                    |            |                  |         |
> > +   ffff8d7ffee00000 |  -114.5 TB | ffff8d7ffeffffff |    2 MB | fixmap
> > +   ffff8d7fff000000 |  -114.5 TB | ffff8d7fffffffff |   16 MB | PCI io
> > +   ffff8d8000000000 |  -114.5 TB | ffff8f7fffffffff |    2 TB | vmemmap
> > +   ffff8f8000000000 |  -112.5 TB | ffffaf7fffffffff |   32 TB | vmalloc/ioremap space
> > +   ffffaf8000000000 |  -80.5  TB | ffffef7fffffffff |   64 TB | 直接映射所有物理内存
> > +   ffffef8000000000 |  -16.5  TB | fffffffeffffffff | 16.5 TB | kasan
> > +  __________________|____________|__________________|_________|____________________________________________________________
> > +                                                              |
> > +                                                              | 从此处开始,与39-bit布局相同:
> > +  ____________________________________________________________|____________________________________________________________
> > +                    |            |                  |         |
> > +   ffffffff00000000 |   -4    GB | ffffffff7fffffff |    2 GB | modules, BPF
> > +   ffffffff80000000 |   -2    GB | ffffffffffffffff |    2 GB | kernel
> > +  __________________|____________|__________________|_________|____________________________________________________________
> > --
> > 2.20.1

  reply	other threads:[~2022-06-09  1:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 11:08 [PATCH V2 0/2] docs/zh_CN: riscv: Update the translation to 5.19-rc1 Binbin Zhou
2022-06-08 11:08 ` [PATCH V2 1/2] docs/zh_CN: riscv: Remove the translation of pmu.rst Binbin Zhou
2022-06-08 16:18   ` Wu X.C.
2022-06-09  1:33     ` teng sterling
2022-06-09  2:21     ` 周彬彬
2022-06-08 11:08 ` [PATCH V2 2/2] docs/zh_CN: riscv: Update the translation of vm-layout.rst to 5.19-rc1 Binbin Zhou
2022-06-08 16:17   ` Wu X.C.
2022-06-09  1:34     ` teng sterling [this message]
2022-06-24 19:39 ` [PATCH V2 0/2] docs/zh_CN: riscv: Update the translation " Jonathan Corbet

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=CAMU9jJpRdvAnFbjdPLObLTBHRGHY1mFo-8KTviG6F+CYhoRLVA@mail.gmail.com \
    --to=sterlingteng@gmail.com \
    --cc=alexs@kernel.org \
    --cc=bobwxc@email.cn \
    --cc=chenhuacai@loongson.cn \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=siyanteng@loongson.cn \
    --cc=zhoubinbin@loongson.cn \
    /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.