Re: [PATCH] aarch64: kern_paddr_start calculation makes more accurate legacy check

2023-08-28 Thread Pingfan Liu
On Sun, Aug 27, 2023 at 4:23 AM Alexander Kamensky wrote: > > Hi Pingfan, > > Please see inline > > On Thu, Aug 24, 2023 at 11:17 PM Pingfan Liu wrote: > > > > On Sun, Aug 20, 2023 at 3:16 AM Alexander Kamensky > > wrote: > > > > > > In the latest openembedded with aarch64 image that uses 6.4.3

Re: [RFC PATCH] Introduce persistent memory pool

2023-08-28 Thread Alexander Graf
+kexec, iommu, kvm On 23.08.23 04:45, Stanislav Kinsburskii wrote: +akpm, +linux-mm On Fri, Aug 25, 2023 at 01:32:40PM +, Gowans, James wrote: On Fri, 2023-08-25 at 10:05 +0200, Greg Kroah-Hartman wrote: Thanks for adding me to this thread Greg! On Tue, Aug 22, 2023 at 11:34:34AM

RE: kexec reports "Cannot get kernel _text symbol address" on arm64 platform

2023-08-28 Thread Pandey, Radhey Shyam
> -Original Message- > From: Alexander Kamensky > Sent: Thursday, August 24, 2023 8:35 PM > To: Pandey, Radhey Shyam > Cc: b...@redhat.com; pi...@redhat.com; kexec@lists.infradead.org; linux- > ker...@vger.kernel.org; Sarangi, Anirudha > Subject: Re: kexec reports "Cannot get kernel

Re: [PATCH 5/8] crash_core: add generic function to do reservation

2023-08-28 Thread Baoquan He
On 08/27/23 at 09:53pm, kernel test robot wrote: > Hi Baoquan, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on tip/x86/core] > [also build test ERROR on powerpc/next powerpc/fixes linus/master v6.5-rc7] > [cannot apply to arm64/for-next/core next-20230825]

Re: [PATCH] kexec: update manpage with explicit mention of clean kexec

2023-08-28 Thread Hari Bathini
On 28/08/23 1:18 pm, Simon Horman wrote: On Mon, Aug 28, 2023 at 11:46:14AM +0530, Hari Bathini wrote: Any comments on this, please.. Hi Hari, Sorry, I had missed this. No worries. Thanks for the response. On 07/07/23 10:59 am, Hari Bathini wrote: While the manpage does mention

[kexec-tools PATCH] build: fix tarball creation

2023-08-28 Thread Leah Neukirchen
The fix in 41b77edac did not work, bsdtar still complains about "hardlink pointing to itself". Simplify the code instead: since the staging directory contains exactly the files we want, just package it as a whole. Signed-off-by: Leah Neukirchen --- Makefile.in | 5 + 1 file changed, 1

Re: [PATCH 8/8] crash_core.c: remove unneeded functions

2023-08-28 Thread Baoquan He
On 08/28/23 at 12:26am, Samuel Holland wrote: > Hi Baoquan, > > On 2023-08-27 5:11 AM, Baoquan He wrote: > > So far, nobody calls functions parse_crashkernel_high() and > > parse_crashkernel_high(), remove both of them. > > minor typo: should be parse_crashkernel_low(). Good catch, will update.

Re: [PATCH] kexec: update manpage with explicit mention of clean kexec

2023-08-28 Thread Baoquan He
On 08/28/23 at 09:48am, Simon Horman wrote: > On Mon, Aug 28, 2023 at 11:46:14AM +0530, Hari Bathini wrote: > > Any comments on this, please.. > > Hi Hari, > > Sorry, I had missed this. > > > On 07/07/23 10:59 am, Hari Bathini wrote: > > > While the manpage does mention about kexec boot with a

[ANNOUNCE] kexec-tools 2.0.27

2023-08-28 Thread Simon Horman
Hi all, I am happy to announce the release of kexec-tools 2.0.27. This is a feature release coinciding with the release of v6.5 of the Linux Kernel. This release can be downloaded from kernel.org: http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.27.tar.xz

Re: [PATCH] kexec: update manpage with explicit mention of clean kexec

2023-08-28 Thread Simon Horman
On Mon, Aug 28, 2023 at 11:46:14AM +0530, Hari Bathini wrote: > Any comments on this, please.. Hi Hari, Sorry, I had missed this. > On 07/07/23 10:59 am, Hari Bathini wrote: > > While the manpage does mention about kexec boot with a clean shutdown, > > it is not explicit about it. Make it

Re: [PATCH] kexec: update manpage with explicit mention of clean kexec

2023-08-28 Thread Hari Bathini
Any comments on this, please.. On 07/07/23 10:59 am, Hari Bathini wrote: While the manpage does mention about kexec boot with a clean shutdown, it is not explicit about it. Make it explicit. Signed-off-by: Hari Bathini --- kexec/kexec.8 | 12 ++-- 1 file changed, 10 insertions(+),