Re: [PATCH V2] arm64/panic: Unify all three existing notifier blocks

2020-06-22 Thread Mark Rutland
Hi Anshuman, On Mon, Jun 22, 2020 at 10:34:25AM +0530, Anshuman Khandual wrote: > Currently there are three different registered panic notifier blocks. This > unifies all of them into a single one i.e arm64_panic_block, hence reducing > code duplication and required calling sequence during panic.

[PATCH V2] arm64/panic: Unify all three existing notifier blocks

2020-06-21 Thread Anshuman Khandual
Currently there are three different registered panic notifier blocks. This unifies all of them into a single one i.e arm64_panic_block, hence reducing code duplication and required calling sequence during panic. This preserves the existing dump sequence. While here, just use device_initcall() inste