Re: [PATCH] crash_dump: Remove the unused include statements

2020-09-10 Thread Baoquan He
On 09/10/20 at 04:49pm, Tian Tao wrote: > linux/pgtable.h is included more than once, Remove the one that isn't > necessary. > > Signed-off-by: Tian Tao Acked-by: Baoquan He > --- > include/linux/crash_dump.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git

Re: [PATCH] arm64 : fix makedumpfile failure on 5.4+ kernels

2020-09-10 Thread Bhupesh SHARMA
Hello Ioanna, Thanks for the patch. I am partially at blame here (and also for top-posting here) as this failure is caused due to the flipped VA address space support we have on arm64 architecture now with newer kernels (>= 5.4.0) due to the addition of larger VA addressing space features

Re: [PATCH] crash_dump: Remove the unused include statements

2020-09-10 Thread Bhupesh Sharma
Hi Tian, On Thu, Sep 10, 2020 at 2:22 PM Tian Tao wrote: > > linux/pgtable.h is included more than once, Remove the one that isn't > necessary. > > Signed-off-by: Tian Tao > --- > include/linux/crash_dump.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/crash_dump.h

Hi,

2020-09-10 Thread Franca Rose
Hi, i am trying to reach you hope this message get to you.from franca thanks, ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

[PATCH v3 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED

2020-09-10 Thread David Hildenbrand
IORESOURCE_MEM_DRIVER_MANAGED currently uses an unused PnP bit, which is always set to 0 by hardware. This is far from beautiful (and confusing), and the bit only applies to SYSRAM. So let's move it out of the bus-specific (PnP) defined bits. We'll add another SYSRAM specific bit soon. If we ever

[PATCH] crash_dump: Remove the unused include statements

2020-09-10 Thread Tian Tao
linux/pgtable.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao --- include/linux/crash_dump.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h index a5192b7..6bd8a33 100644 ---