All of lore.kernel.org
 help / color / mirror / Atom feed
From: geoff@infradead.org (Geoff Levand)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v18 08/13] arm64: kdump: implement machine_crash_shutdown()
Date: Tue, 14 Jun 2016 14:56:38 -0700	[thread overview]
Message-ID: <1465941398.21058.1.camel@infradead.org> (raw)
In-Reply-To: <20160614071348.GN20774@linaro.org>

On Tue, 2016-06-14 at 16:13 +0900, AKASHI Takahiro wrote:
> On Thu, Jun 09, 2016 at 08:08:44PM +0000, Geoff Levand wrote:
> >  
> > -> > 	> > cpu_soft_restart(1, reboot_code_buffer_phys, kimage->head,
> > +> > 	> > cpu_soft_restart(in_crash_kexec, reboot_code_buffer_phys, kimage->head,
> 
>                         => !in_crash_kexec
> 
> Please let me recognize any changes you made clearly if you modified my part
> in the patchset before posting it.

I pushed out a new branch kexec-v18.1 with this fix.  Thanks for
checking!

-Geoff

WARNING: multiple messages have this Message-ID (diff)
From: Geoff Levand <geoff@infradead.org>
To: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	marc.zyngier@arm.com, Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	James Morse <james.morse@arm.com>,
	kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v18 08/13] arm64: kdump: implement machine_crash_shutdown()
Date: Tue, 14 Jun 2016 14:56:38 -0700	[thread overview]
Message-ID: <1465941398.21058.1.camel@infradead.org> (raw)
In-Reply-To: <20160614071348.GN20774@linaro.org>

On Tue, 2016-06-14 at 16:13 +0900, AKASHI Takahiro wrote:
> On Thu, Jun 09, 2016 at 08:08:44PM +0000, Geoff Levand wrote:
> >  
> > -> > 	> > cpu_soft_restart(1, reboot_code_buffer_phys, kimage->head,
> > +> > 	> > cpu_soft_restart(in_crash_kexec, reboot_code_buffer_phys, kimage->head,
> 
>                         => !in_crash_kexec
> 
> Please let me recognize any changes you made clearly if you modified my part
> in the patchset before posting it.

I pushed out a new branch kexec-v18.1 with this fix.  Thanks for
checking!

-Geoff

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  reply	other threads:[~2016-06-14 21:56 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09 20:08 [PATCH v18 00/13] arm64 kexec kernel patches Geoff Levand
2016-06-09 20:08 ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 06/13] arm64: kdump: reserve memory for crash dump kernel Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 03/13] arm64/kexec: Add core kexec support Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-15  8:14   ` AKASHI Takahiro
2016-06-15  8:14     ` AKASHI Takahiro
2016-06-15 17:10   ` James Morse
2016-06-15 17:10     ` James Morse
2016-06-16 22:41     ` Geoff Levand
2016-06-16 22:41       ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 02/13] arm64: Add cpus_are_stuck_in_kernel Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 05/13] arm64/kexec: Enable kexec in the arm64 defconfig Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 07/13] arm64: limit memory regions based on DT property, usable-memory Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 04/13] arm64/kexec: Add pr_debug output Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-15 17:14   ` James Morse
2016-06-15 17:14     ` James Morse
2016-06-16 22:58     ` Geoff Levand
2016-06-16 22:58       ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 08/13] arm64: kdump: implement machine_crash_shutdown() Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-14  7:13   ` AKASHI Takahiro
2016-06-14  7:13     ` AKASHI Takahiro
2016-06-14 21:56     ` Geoff Levand [this message]
2016-06-14 21:56       ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 01/13] arm64: Add back cpu reset routines Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 09/13] arm64: kdump: add kdump support Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 12/13] arm64: kdump: update a kernel doc Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 13/13] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec Geoff Levand
2016-06-09 20:08   ` Geoff Levand
2016-06-09 20:08 ` [PATCH v18 11/13] arm64: kdump: enable kdump in the arm64 defconfig Geoff Levand
2016-06-09 20:08   ` Geoff Levand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465941398.21058.1.camel@infradead.org \
    --to=geoff@infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.