Re: [PATCH v2] arm/memremap: fix arch_memremap_can_ram_remap()

From: Ross Stutterheim
Date: Wed Apr 16 2025 - 10:11:21 EST


On 4/16/25 05:09, Catalin Marinas wrote:
Fixes: 260364d112bc ("arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map")
Signed-off-by: Ross Stutterheim <ross.stutterheim@xxxxxxxxxx>

I think you could also add:

Cc: <stable@xxxxxxxxxxxxxxx>
Done. I also added some other Cc: entries on V3 along with Reviewed-by: lines . I'm new here, so I'm not sure I've used those 100% properly.

Not sure how Russell picks patches up these days (I used to send them to
the patch system -
https://www.arm.linux.org.uk/developer/patches/info.php).

It might be simpler with git send-email (that's the alias I had):

git send-email --add-header="KernelVersion: $(git describe --abbrev=0)" --no-thread --suppress-cc=all --to="patches@xxxxxxxxxxxxxxx"

Thanks. I created an account there and submitted V3 through the web interface (to avoid my SMTP server appending more stuff on the end).

--
Ross