From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Fri, 17 Mar 2017 15:04:12 +0000 From: Mark Rutland Subject: Re: [PATCH v33 00/14] add kdump support Message-ID: <20170317150411.GH5940@leverpostej> References: <20170315095656.24992-1-takahiro.akashi@linaro.org> <1489750991.17202.40.camel@infradead.org> <1489759373.17202.44.camel@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1489759373.17202.44.camel@infradead.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: David Woodhouse Cc: geoff@infradead.org, kexec@lists.infradead.org, will.deacon@arm.com, AKASHI Takahiro , james.morse@arm.com, catalin.marinas@arm.com, bauerman@linux.vnet.ibm.com, dyoung@redhat.com, linux-arm-kernel@lists.infradead.org On Fri, Mar 17, 2017 at 02:02:53PM +0000, David Woodhouse wrote: > On Fri, 2017-03-17 at 11:43 +0000, David Woodhouse wrote: > > > > Is this one going to be be my fault too? > > Looks like it isn't my fault. In ipi_cpu_crash_stop() we don't modify > the online mask. Which is reasonable enough if we want to preserve its > original contents from before the crash, but it does make that > WARN_ON() in machine_kexec() a false positive. > > Btw, why is this a normal IPI and not something... less maskable? > On x86 we use NMI for that... Architecturally, arm64 does not have an NMI. There's been some work to try to get pseudo-NMIs using GICv3 priorities, but that's about the closest we can get today. Thanks, Mark. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec