Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kexec-tools 2.0.11-rc1
@ 2015-10-29 23:48 Simon Horman
  2015-10-30  0:23 ` Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2015-10-29 23:48 UTC (permalink / raw)
  To: kexec

Hi all,

I am happy to announce the release of kexec-tools 2.0.11-rc1.

This is an incremental feature pre-release.

So long as no serious problems arise I intend to release kexec-tools 2.0.11
shortly after the release of the v4.3 kernel, which I expect to occur in
the next week or so.  As such testing of 2.0.11-rc1 would be greatly
appreciated.

I do not have any outstanding changes for 2.0.11 at this time.
And I would like to only accept bug fixes at this time and take take
features patches once 2.0.11 has been released.

The pre-release can be downloaded from kernel.org:

	https://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.11-rc1.tar.xz
	https://kernel.org/pub/linux/utils/kernel/kexec/

I have also tagged it in git:

	https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git

Thanks to everyone who has contributed to kexec.


For reference the changes since v2.0.10 are:

3e123f9419a5 kexec-tools 2.0.11-rc1
83a65e2e13af ppc64: add arch option --dt-no-old-root
1d13b61a6ae4 arm: add arch option --dt-no-old-root
a1ae68d19b6e fs2dt.c: move copy old root param as a new function
86866f6f7532 Revert "kexec: use mmap instead of read for slurp_file()"
faef3d02bb0d ppc64: Fix warnings
626b441109b6 configure: Set SUBARCH=BE for powerpc
0974c43a18ca kexec-tools: fix build error with glibc 2.19 and earlier version
4fbf781eb038 Load crash kernel high on x86
6fd80e245e38 fix kexec load hang in case crash notes addr read failure
7ab842d8a004 kexec: use mmap instead of read for slurp_file()
a304e2d82a8c ppc64: purgatory: Reset primary cpu endian to big-endian
97a07e2775ef Drop release date from kexec-tools version output
cb9a818ff2ac Add persistent memory support
c9c21cc107dc kexec: use _DEFAULT_SOURCE instead to remove compiling warning
973426e85377 kexec-tools 2.0.10.git

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] kexec-tools 2.0.11-rc1
  2015-10-29 23:48 [ANNOUNCE] kexec-tools 2.0.11-rc1 Simon Horman
@ 2015-10-30  0:23 ` Scott Wood
  2015-10-30  8:12   ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2015-10-30  0:23 UTC (permalink / raw)
  To: Simon Horman; +Cc: Michael Ellerman, kexec, linuxppc-dev, Samuel Mendoza-Jonas

On Fri, 2015-10-30 at 08:48 +0900, Simon Horman wrote:
> Hi all,
> 
> I am happy to announce the release of kexec-tools 2.0.11-rc1.
> 
> This is an incremental feature pre-release.
> 
> So long as no serious problems arise I intend to release kexec-tools 2.0.11
> shortly after the release of the v4.3 kernel, which I expect to occur in
> the next week or so.  As such testing of 2.0.11-rc1 would be greatly
> appreciated.
> 
> I do not have any outstanding changes for 2.0.11 at this time.
> And I would like to only accept bug fixes at this time and take take
> features patches once 2.0.11 has been released.

As I previously reported, "ppc64: purgatory: Reset primary cpu endian to big-
endian" breaks book3e, so can http://patchwork.ozlabs.org/patch/527048/ be 
considered for this release?

-Scott



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] kexec-tools 2.0.11-rc1
  2015-10-30  0:23 ` Scott Wood
@ 2015-10-30  8:12   ` Simon Horman
  2015-10-30 19:45     ` Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2015-10-30  8:12 UTC (permalink / raw)
  To: Scott Wood; +Cc: Michael Ellerman, kexec, linuxppc-dev, Samuel Mendoza-Jonas

On Thu, Oct 29, 2015 at 07:23:24PM -0500, Scott Wood wrote:
> On Fri, 2015-10-30 at 08:48 +0900, Simon Horman wrote:
> > Hi all,
> > 
> > I am happy to announce the release of kexec-tools 2.0.11-rc1.
> > 
> > This is an incremental feature pre-release.
> > 
> > So long as no serious problems arise I intend to release kexec-tools 2.0.11
> > shortly after the release of the v4.3 kernel, which I expect to occur in
> > the next week or so.  As such testing of 2.0.11-rc1 would be greatly
> > appreciated.
> > 
> > I do not have any outstanding changes for 2.0.11 at this time.
> > And I would like to only accept bug fixes at this time and take take
> > features patches once 2.0.11 has been released.
> 
> As I previously reported, "ppc64: purgatory: Reset primary cpu endian to big-
> endian" breaks book3e, so can http://patchwork.ozlabs.org/patch/527048/ be 
> considered for this release?

Yes of course, sorry for not taking more note of that.

Would it be possible to get a review, e.g. from Michael?

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] kexec-tools 2.0.11-rc1
  2015-10-30  8:12   ` Simon Horman
@ 2015-10-30 19:45     ` Scott Wood
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2015-10-30 19:45 UTC (permalink / raw)
  To: Simon Horman; +Cc: Michael Ellerman, kexec, linuxppc-dev, Samuel Mendoza-Jonas

On Fri, 2015-10-30 at 17:12 +0900, Simon Horman wrote:
> On Thu, Oct 29, 2015 at 07:23:24PM -0500, Scott Wood wrote:
> > On Fri, 2015-10-30 at 08:48 +0900, Simon Horman wrote:
> > > Hi all,
> > > 
> > > I am happy to announce the release of kexec-tools 2.0.11-rc1.
> > > 
> > > This is an incremental feature pre-release.
> > > 
> > > So long as no serious problems arise I intend to release kexec-tools 
> > > 2.0.11
> > > shortly after the release of the v4.3 kernel, which I expect to occur in
> > > the next week or so.  As such testing of 2.0.11-rc1 would be greatly
> > > appreciated.
> > > 
> > > I do not have any outstanding changes for 2.0.11 at this time.
> > > And I would like to only accept bug fixes at this time and take take
> > > features patches once 2.0.11 has been released.
> > 
> > As I previously reported, "ppc64: purgatory: Reset primary cpu endian to 
> > big-
> > endian" breaks book3e, so can  http://patchwork.ozlabs.org/patch/527048/be 
> > considered for this release?
> 
> Yes of course, sorry for not taking more note of that.
> 
> Would it be possible to get a review, e.g. from Michael?

I pinged Michael again on the original patch, and CCed him and Samuel and the 
PPC list here.  If they still don't respond, and you still don't want to put 
the fix in without their input, then could you revert the broken patch?

-Scott


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-30 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 23:48 [ANNOUNCE] kexec-tools 2.0.11-rc1 Simon Horman
2015-10-30  0:23 ` Scott Wood
2015-10-30  8:12   ` Simon Horman
2015-10-30 19:45     ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox