Re: [RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread Ard Biesheuvel
On 25 April 2018 at 11:06, AKASHI Takahiro wrote: > Ard, > > On Wed, Apr 25, 2018 at 10:09:26AM +0200, Ard Biesheuvel wrote: >> On 25 April 2018 at 08:35, AKASHI Takahiro >> wrote: >> > This is a fix against the issue that crash dump

Re: [RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread Ard Biesheuvel
On 25 April 2018 at 11:06, AKASHI Takahiro wrote: > Ard, > > On Wed, Apr 25, 2018 at 10:09:26AM +0200, Ard Biesheuvel wrote: >> On 25 April 2018 at 08:35, AKASHI Takahiro >> wrote: >> > This is a fix against the issue that crash dump kernel may hang up >> > during booting, which can happen on

Re: [RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread AKASHI Takahiro
Ard, On Wed, Apr 25, 2018 at 10:09:26AM +0200, Ard Biesheuvel wrote: > On 25 April 2018 at 08:35, AKASHI Takahiro wrote: > > This is a fix against the issue that crash dump kernel may hang up > > during booting, which can happen on any ACPI-based system with "ACPI > >

Re: [RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread AKASHI Takahiro
Ard, On Wed, Apr 25, 2018 at 10:09:26AM +0200, Ard Biesheuvel wrote: > On 25 April 2018 at 08:35, AKASHI Takahiro wrote: > > This is a fix against the issue that crash dump kernel may hang up > > during booting, which can happen on any ACPI-based system with "ACPI > > Reclaim Memory." > > > >

Re: [RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread Ard Biesheuvel
On 25 April 2018 at 08:35, AKASHI Takahiro wrote: > This is a fix against the issue that crash dump kernel may hang up > during booting, which can happen on any ACPI-based system with "ACPI > Reclaim Memory." > > (kernel messages after panic kicked off kdump) >

Re: [RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread Ard Biesheuvel
On 25 April 2018 at 08:35, AKASHI Takahiro wrote: > This is a fix against the issue that crash dump kernel may hang up > during booting, which can happen on any ACPI-based system with "ACPI > Reclaim Memory." > > (kernel messages after panic kicked off kdump) >(snip...) > Bye!

[RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread AKASHI Takahiro
This is a fix against the issue that crash dump kernel may hang up during booting, which can happen on any ACPI-based system with "ACPI Reclaim Memory." (kernel messages after panic kicked off kdump) (snip...) Bye! (snip...) ACPI: Core revision 20170728

[RESEND PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-04-25 Thread AKASHI Takahiro
This is a fix against the issue that crash dump kernel may hang up during booting, which can happen on any ACPI-based system with "ACPI Reclaim Memory." (kernel messages after panic kicked off kdump) (snip...) Bye! (snip...) ACPI: Core revision 20170728

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-16 Thread kbuild test robot
Hi AKASHI, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on v4.16-rc1 next-20180216] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-16 Thread kbuild test robot
Hi AKASHI, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on v4.16-rc1 next-20180216] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-15 Thread AKASHI Takahiro
To be clear, I refer to my patches as patch#1 for [1] and patch#2 for [2], respectively, hereafter. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-January/553098.html [2] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-February/557248.html On Fri, Feb 09,

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-15 Thread AKASHI Takahiro
To be clear, I refer to my patches as patch#1 for [1] and patch#2 for [2], respectively, hereafter. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-January/553098.html [2] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-February/557248.html On Fri, Feb 09,

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-13 Thread Ard Biesheuvel
On 9 February 2018 at 16:03, James Morse wrote: > Hi Akashi, Ard, > > On 02/02/18 04:35, AKASHI Takahiro wrote: >> On Thu, Feb 01, 2018 at 05:34:26PM +, Ard Biesheuvel wrote: >>> On 1 February 2018 at 09:04, AKASHI Takahiro >>> wrote: *

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-13 Thread Ard Biesheuvel
On 9 February 2018 at 16:03, James Morse wrote: > Hi Akashi, Ard, > > On 02/02/18 04:35, AKASHI Takahiro wrote: >> On Thu, Feb 01, 2018 at 05:34:26PM +, Ard Biesheuvel wrote: >>> On 1 February 2018 at 09:04, AKASHI Takahiro >>> wrote: * Initial ACPI tables are normally stored in system

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-09 Thread James Morse
Hi Akashi, Ard, On 02/02/18 04:35, AKASHI Takahiro wrote: > On Thu, Feb 01, 2018 at 05:34:26PM +, Ard Biesheuvel wrote: >> On 1 February 2018 at 09:04, AKASHI Takahiro >> wrote: >>> * Initial ACPI tables are normally stored in system ram and marked as >>> "ACPI

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-09 Thread James Morse
Hi Akashi, Ard, On 02/02/18 04:35, AKASHI Takahiro wrote: > On Thu, Feb 01, 2018 at 05:34:26PM +, Ard Biesheuvel wrote: >> On 1 February 2018 at 09:04, AKASHI Takahiro >> wrote: >>> * Initial ACPI tables are normally stored in system ram and marked as >>> "ACPI Reclaim memory" by the

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-01 Thread AKASHI Takahiro
On Thu, Feb 01, 2018 at 05:34:26PM +, Ard Biesheuvel wrote: > On 1 February 2018 at 09:04, AKASHI Takahiro > wrote: > > This is a fix against the issue that crash dump kernel may hang up > > during booting, which can happen on any ACPI-based system with "ACPI > >

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-01 Thread AKASHI Takahiro
On Thu, Feb 01, 2018 at 05:34:26PM +, Ard Biesheuvel wrote: > On 1 February 2018 at 09:04, AKASHI Takahiro > wrote: > > This is a fix against the issue that crash dump kernel may hang up > > during booting, which can happen on any ACPI-based system with "ACPI > > Reclaim Memory." > > > >

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-01 Thread Ard Biesheuvel
On 1 February 2018 at 09:04, AKASHI Takahiro wrote: > This is a fix against the issue that crash dump kernel may hang up > during booting, which can happen on any ACPI-based system with "ACPI > Reclaim Memory." > > (kernel messages after panic kicked off kdump) >

Re: [PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-01 Thread Ard Biesheuvel
On 1 February 2018 at 09:04, AKASHI Takahiro wrote: > This is a fix against the issue that crash dump kernel may hang up > during booting, which can happen on any ACPI-based system with "ACPI > Reclaim Memory." > > (kernel messages after panic kicked off kdump) >(snip...) >

[PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-01 Thread AKASHI Takahiro
This is a fix against the issue that crash dump kernel may hang up during booting, which can happen on any ACPI-based system with "ACPI Reclaim Memory." (kernel messages after panic kicked off kdump) (snip...) Bye! (snip...) ACPI: Core revision 20170728

[PATCH] arm64: acpi,efi: fix alignment fault in accessing ACPI tables at kdump

2018-02-01 Thread AKASHI Takahiro
This is a fix against the issue that crash dump kernel may hang up during booting, which can happen on any ACPI-based system with "ACPI Reclaim Memory." (kernel messages after panic kicked off kdump) (snip...) Bye! (snip...) ACPI: Core revision 20170728