All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/2] arm64: fdt: fix membock add/cap ordering
@ 2021-12-14  4:01 ` Pingfan Liu
  0 siblings, 0 replies; 34+ messages in thread
From: Pingfan Liu @ 2021-12-14  4:01 UTC (permalink / raw)
  To: devicetree, linux-efi
  Cc: Pingfan Liu, Rob Herring, Zhen Lei, Catalin Marinas, Will Deacon,
	Andrew Morton, Mike Rapoport, Geert Uytterhoeven, Frank Rowand,
	Ard Biesheuvel, Nick Terrell, linux-arm-kernel

In fact, V2 tackles this issue at efi_init() for both arm64 and risc-v.

Since in Zhen Lei's series "[PATCH v17 00/10] support reserving
crashkernel above 4G on arm64 kdump", [8/10] is self-standing and
meaningful. I abstract and utilize it.

I make a small change in it in order to use
early_init_dt_check_for_usable_mem_range() outside of/fdt.
(Cc: Zhen, please let me know if it is not fine for you.)

So finally these two patches can be applied as candidates for
Fixes: b261dba2fdb2 ("arm64: kdump: Remove custom linux,usable-memory-range handling")

[1]: https://lore.kernel.org/all/20211210065533.2023-9-thunder.leizhen@huawei.com/

v1 -> v2:
  Adopt Rob's suggestion to call
early_init_dt_check_for_usable_mem_range() from efi_init()

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Zhen Lei <thunder.leizhen@huawei.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Nick Terrell <terrelln@fb.com>
Cc: linux-arm-kernel@lists.infradead.org
To: devicetree@vger.kernel.org
To: linux-efi@vger.kernel.org


Pingfan Liu (1):
  efi: apply memblock cap after memblock_add()

Zhen Lei (1):
  of: fdt: Aggregate the processing of "linux,usable-memory-range"

 drivers/firmware/efi/efi-init.c |  7 +++++++
 drivers/of/fdt.c                | 18 +++++++++++++-----
 include/linux/of_fdt.h          |  1 +
 3 files changed, 21 insertions(+), 5 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2021-12-23  7:35 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14  4:01 [PATCHv2 0/2] arm64: fdt: fix membock add/cap ordering Pingfan Liu
2021-12-14  4:01 ` Pingfan Liu
2021-12-14  4:01 ` [PATCHv2 1/2] of: fdt: Aggregate the processing of "linux,usable-memory-range" Pingfan Liu
2021-12-14  4:01   ` [PATCHv2 1/2] of: fdt: Aggregate the processing of "linux, usable-memory-range" Pingfan Liu
2021-12-14  4:01 ` [PATCHv2 2/2] efi: apply memblock cap after memblock_add() Pingfan Liu
2021-12-14  4:01   ` Pingfan Liu
2021-12-14 14:55   ` Rob Herring
2021-12-14 14:55     ` Rob Herring
2021-12-15  2:04     ` Pingfan Liu
2021-12-15  2:04       ` Pingfan Liu
2021-12-15  2:13   ` [PATCHv3] " Pingfan Liu
2021-12-15  2:13     ` Pingfan Liu
2021-12-15  3:58     ` Leizhen (ThunderTown)
2021-12-15  3:58       ` Leizhen (ThunderTown)
2021-12-15  5:29       ` Pingfan Liu
2021-12-15  5:29         ` Pingfan Liu
2021-12-15  6:53         ` Leizhen (ThunderTown)
2021-12-15  6:53           ` Leizhen (ThunderTown)
2021-12-15  8:24           ` Pingfan Liu
2021-12-15  8:24             ` Pingfan Liu
2021-12-15 15:05           ` Rob Herring
2021-12-15 15:05             ` Rob Herring
2021-12-16 13:34             ` Leizhen (ThunderTown)
2021-12-16 13:34               ` Leizhen (ThunderTown)
2021-12-17 15:08     ` Rob Herring
2021-12-17 15:08       ` Rob Herring
2021-12-17 15:25       ` Ard Biesheuvel
2021-12-17 15:25         ` Ard Biesheuvel
2021-12-21 15:17     ` Rob Herring
2021-12-21 15:17       ` Rob Herring
2021-12-22  8:00     ` Leizhen (ThunderTown)
2021-12-22  8:00       ` Leizhen (ThunderTown)
2021-12-23  7:33       ` Leizhen (ThunderTown)
2021-12-23  7:33         ` Leizhen (ThunderTown)

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.