From: Greg KH <gregkh@linuxfoundation.org>
To: Alexandre Ghiti <alexghiti@rivosinc.com>
Cc: Conor Dooley <conor.dooley@microchip.com>, stable@vger.kernel.org
Subject: Re: [PATCH 6.2.11 3/3] riscv: No need to relocate the dtb as it lies in the fixmap region
Date: Fri, 28 Apr 2023 06:46:15 +0200 [thread overview]
Message-ID: <ZEtPl3h2Ucy3ry9L@kroah.com> (raw)
In-Reply-To: <CAHVXubgTt4K+Vp0jmd+KyjNYVYKJ+32EhPNbM=1ObxwSoyaKnQ@mail.gmail.com>
On Thu, Apr 27, 2023 at 05:23:33PM +0200, Alexandre Ghiti wrote:
> Hi Greg,
>
> On Thu, Apr 27, 2023 at 11:53 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Mon, Apr 24, 2023 at 05:03:54PM +0200, Alexandre Ghiti wrote:
> > > commit 1b50f956c8fe9082bdee4a9cfd798149c52f7043 upstream.
> > >
> > > We used to access the dtb via its linear mapping address but now that the
> > > dtb early mapping was moved in the fixmap region, we can keep using this
> > > address since it is present in swapper_pg_dir, and remove the dtb
> > > relocation.
> > >
> > > Note that the relocation was wrong anyway since early_memremap() is
> > > restricted to 256K whereas the maximum fdt size is 2MB.
> > >
> > > Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
> > > Cc: <stable@vger.kernel.org> # 6.2.x
> >
> > You dropped everyone else's s-o-b for this patch, why?
>
> Sorry for that, I'll fix it. Should I add the s-o-b even for the
> patches that I had to adapt?
Yes, you _have_ to do that :)
thanks,
greg k-h
prev parent reply other threads:[~2023-04-28 4:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 15:03 [PATCH 6.2.11 0/3] Fixes for dtb mapping Alexandre Ghiti
2023-04-24 15:03 ` [PATCH 6.2.11 1/3] riscv: Move early dtb mapping into the fixmap region Alexandre Ghiti
2023-04-24 15:03 ` [PATCH 6.2.11 2/3] riscv: Do not set initial_boot_params to the linear address of the dtb Alexandre Ghiti
2023-04-24 15:03 ` [PATCH 6.2.11 3/3] riscv: No need to relocate the dtb as it lies in the fixmap region Alexandre Ghiti
2023-04-27 9:53 ` Greg KH
2023-04-27 15:23 ` Alexandre Ghiti
2023-04-28 4:46 ` Greg KH [this message]
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=ZEtPl3h2Ucy3ry9L@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=alexghiti@rivosinc.com \
--cc=conor.dooley@microchip.com \
--cc=stable@vger.kernel.org \
/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.