linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@linux.ibm.com>
To: David Hildenbrand <david@redhat.com>
Cc: Alex Ghiti <alex@ghiti.fr>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-mm@kvack.org,
	Vitaly Wool <vitaly.wool@konsulko.com>
Subject: Re: [PATCH v7] RISC-V: enable XIP
Date: Fri, 9 Apr 2021 17:10:26 +0300	[thread overview]
Message-ID: <YHBgUs1JKvHWkG9F@linux.ibm.com> (raw)
In-Reply-To: <d4d771a8-c731-acaf-b42d-44800c61f2e6@redhat.com>

On Fri, Apr 09, 2021 at 02:07:24PM +0200, David Hildenbrand wrote:
> On 09.04.21 13:39, Alex Ghiti wrote:
> > Hi David,
> 
> I assume you still somehow create the direct mapping for the kernel, right?
> So it's really some memory region with a direct mapping but without a memmap
> (and right now, without a resource), correct?

XIP kernel text is not a region in memory to begin with ;-)

It resides in a flash and it is executed directly from there without being
relocated to RAM.

That's why it does not need neither direct mapping, nor struct pages.
 
-- 
Sincerely yours,
Mike.

  parent reply	other threads:[~2021-04-09 14:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09  6:51 [PATCH v7] RISC-V: enable XIP Alexandre Ghiti
2021-04-09  7:14 ` Alex Ghiti
2021-04-09  8:23   ` David Hildenbrand
2021-04-09 11:39     ` Alex Ghiti
2021-04-09 12:07       ` David Hildenbrand
2021-04-09 12:57         ` Alex Ghiti
2021-04-09 14:10         ` Mike Rapoport [this message]
2021-04-09 14:16           ` David Hildenbrand
2021-04-09 12:12       ` Mike Rapoport
2021-04-09 12:46         ` David Hildenbrand
2021-04-09 13:59           ` Mike Rapoport
2021-04-09 14:10             ` David Hildenbrand
2021-04-09 14:42             ` Vitaly Wool
2021-04-12  5:12               ` Alex Ghiti
2021-04-12  7:49                 ` Vitaly Wool

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=YHBgUs1JKvHWkG9F@linux.ibm.com \
    --to=rppt@linux.ibm.com \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=david@redhat.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=vitaly.wool@konsulko.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).