Re: [PATCH v5 2/2] x86/purgatory: Add linker script

2023-04-11 Thread Ricardo Ribalda
Hi Nick On Sat, 8 Apr 2023 at 01:22, Nick Desaulniers wrote: > > Hi Ricardo, > Thanks for the patch! Please make sure to cc our mailing list > for llvm specific issues. > scripts/get_maintainer.pl should recommend it, or you can find it from > clangbuiltlinux.github.io. You can also ping me in

Re: [PATCH v2 0/3] arm64: kdump : take off the protection on crashkernel memory region

2023-04-11 Thread Will Deacon
On Fri, 7 Apr 2023 09:15:04 +0800, Baoquan He wrote: > Problem: > === > On arm64, block and section mapping is supported to build page tables. > However, currently it enforces to take base page mapping for the whole > linear mapping if CONFIG_ZONE_DMA or CONFIG_ZONE_DMA32 is enabled and > crash

Re: [PATCH -next v4 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

2023-04-11 Thread Simon Horman
On Mon, Apr 10, 2023 at 09:05:52PM +0800, Chen Jiahao wrote: > On riscv, the current crash kernel allocation logic is trying to > allocate within 32bit addressible memory region by default, if > failed, try to allocate without 4G restriction. > > In need of saving DMA zone memory while allocating