Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kexec-tools 2.0.7
@ 2014-06-09  1:01 Simon Horman
  2014-06-09  2:15 ` Dave Young
  2014-06-09  9:54 ` WANG Chao
  0 siblings, 2 replies; 6+ messages in thread
From: Simon Horman @ 2014-06-09  1:01 UTC (permalink / raw)
  To: kexec

Hi all,

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

This is a feature release coinciding with the release of the v3.15 Linus Kernel.

This release can be downloaded from kernel.org:

	http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7-rc1.tar.xz
	http://kernel.org/pub/linux/utils/kernel/kexec/

It is also tagged it in git:

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

Thanks to everyone who has contributed to kexec.

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

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

* Re: [ANNOUNCE] kexec-tools 2.0.7
  2014-06-09  1:01 [ANNOUNCE] kexec-tools 2.0.7 Simon Horman
@ 2014-06-09  2:15 ` Dave Young
  2014-06-09  3:11   ` Simon Horman
  2014-06-09  9:54 ` WANG Chao
  1 sibling, 1 reply; 6+ messages in thread
From: Dave Young @ 2014-06-09  2:15 UTC (permalink / raw)
  To: Simon Horman; +Cc: kexec

On 06/09/14 at 10:01am, Simon Horman wrote:
> Hi all,
> 
> I am happy to announce the release of kexec-tools 2.0.7.

Simon,

Thanks for the new release.

FYI, the efi kernel patch has been merged into 3.15 kernel:
commit a3530e8fe980f756b823d451fe9243f26db95fa5
Author: Dave Young <dyoung@redhat.com>
Date:   Fri May 30 11:20:10 2014 +0800

    x86/efi: Do not export efi runtime map in case old map
    
    For ioremapped efi memory aka old_map the virt addresses are not persistant
    across kexec reboot. kexec-tools will read the runtime maps from sysfs then
    pass them to 2nd kernel and assuming kexec efi boot is ok. This will cause
    kexec boot failure.
    
    To address this issue do not export runtime maps in case efi old_map so
    userspace can use no efi boot instead.
    
    Signed-off-by: Dave Young <dyoung@redhat.com>
    Acked-by: Borislav Petkov <bp@suse.de>
    Acked-by: Vivek Goyal <vgoyal@redhat.com>
    Signed-off-by: Matt Fleming <matt.fleming@intel.com>

--
Thanks
Dave

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

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

* Re: [ANNOUNCE] kexec-tools 2.0.7
  2014-06-09  2:15 ` Dave Young
@ 2014-06-09  3:11   ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-06-09  3:11 UTC (permalink / raw)
  To: Dave Young; +Cc: kexec

On Mon, Jun 09, 2014 at 10:15:37AM +0800, Dave Young wrote:
> On 06/09/14 at 10:01am, Simon Horman wrote:
> > Hi all,
> > 
> > I am happy to announce the release of kexec-tools 2.0.7.
> 
> Simon,
> 
> Thanks for the new release.
> 
> FYI, the efi kernel patch has been merged into 3.15 kernel:

Great, thanks for letting me know.

> commit a3530e8fe980f756b823d451fe9243f26db95fa5
> Author: Dave Young <dyoung@redhat.com>
> Date:   Fri May 30 11:20:10 2014 +0800
> 
>     x86/efi: Do not export efi runtime map in case old map
>     
>     For ioremapped efi memory aka old_map the virt addresses are not persistant
>     across kexec reboot. kexec-tools will read the runtime maps from sysfs then
>     pass them to 2nd kernel and assuming kexec efi boot is ok. This will cause
>     kexec boot failure.
>     
>     To address this issue do not export runtime maps in case efi old_map so
>     userspace can use no efi boot instead.
>     
>     Signed-off-by: Dave Young <dyoung@redhat.com>
>     Acked-by: Borislav Petkov <bp@suse.de>
>     Acked-by: Vivek Goyal <vgoyal@redhat.com>
>     Signed-off-by: Matt Fleming <matt.fleming@intel.com>

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

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

* Re: [ANNOUNCE] kexec-tools 2.0.7
  2014-06-09  1:01 [ANNOUNCE] kexec-tools 2.0.7 Simon Horman
  2014-06-09  2:15 ` Dave Young
@ 2014-06-09  9:54 ` WANG Chao
  2014-06-09 20:41   ` Yegor Yefremov
  1 sibling, 1 reply; 6+ messages in thread
From: WANG Chao @ 2014-06-09  9:54 UTC (permalink / raw)
  To: Simon Horman; +Cc: kexec

On 06/09/14 at 10:01am, Simon Horman wrote:
> Hi all,
> 
> I am happy to announce the release of kexec-tools 2.0.7.

Hi, Simon

Thanks for the new release!

> 
> This is a feature release coinciding with the release of the v3.15 Linus Kernel.
> 
> This release can be downloaded from kernel.org:
> 
> 	http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7-rc1.tar.xz

Emm.. kexec-tools-2.0.7-rc1.tar.xz? I expect a kexec-tools-2.0.7.tar.xz,
but I couldn't find one.

Thanks
WANG Chao

> 	http://kernel.org/pub/linux/utils/kernel/kexec/
> 
> It is also tagged it in git:
> 
> 	git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
> 
> Thanks to everyone who has contributed to kexec.
> 
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec

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

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

* Re: [ANNOUNCE] kexec-tools 2.0.7
  2014-06-09  9:54 ` WANG Chao
@ 2014-06-09 20:41   ` Yegor Yefremov
  2014-06-10  2:29     ` Simon Horman
  0 siblings, 1 reply; 6+ messages in thread
From: Yegor Yefremov @ 2014-06-09 20:41 UTC (permalink / raw)
  To: WANG Chao; +Cc: Simon Horman, kexec

On Mon, Jun 9, 2014 at 11:54 AM, WANG Chao <chaowang@redhat.com> wrote:
> On 06/09/14 at 10:01am, Simon Horman wrote:
>> Hi all,
>>
>> I am happy to announce the release of kexec-tools 2.0.7.
>
> Hi, Simon
>
> Thanks for the new release!
>
>>
>> This is a feature release coinciding with the release of the v3.15 Linus Kernel.
>>
>> This release can be downloaded from kernel.org:
>>
>>       http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7-rc1.tar.xz
>
> Emm.. kexec-tools-2.0.7-rc1.tar.xz? I expect a kexec-tools-2.0.7.tar.xz,
> but I couldn't find one.

I can only find
https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7.tar

Yegor

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

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

* Re: [ANNOUNCE] kexec-tools 2.0.7
  2014-06-09 20:41   ` Yegor Yefremov
@ 2014-06-10  2:29     ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-06-10  2:29 UTC (permalink / raw)
  To: Yegor Yefremov; +Cc: kexec, WANG Chao

On Mon, Jun 09, 2014 at 10:41:19PM +0200, Yegor Yefremov wrote:
> On Mon, Jun 9, 2014 at 11:54 AM, WANG Chao <chaowang@redhat.com> wrote:
> > On 06/09/14 at 10:01am, Simon Horman wrote:
> >> Hi all,
> >>
> >> I am happy to announce the release of kexec-tools 2.0.7.
> >
> > Hi, Simon
> >
> > Thanks for the new release!
> >
> >>
> >> This is a feature release coinciding with the release of the v3.15 Linus Kernel.
> >>
> >> This release can be downloaded from kernel.org:
> >>
> >>       http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7-rc1.tar.xz
> >
> > Emm.. kexec-tools-2.0.7-rc1.tar.xz? I expect a kexec-tools-2.0.7.tar.xz,
> > but I couldn't find one.
> 
> I can only find
> https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7.tar

Sorry for the mix-up.

The following should appear
https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7.tar.gz
https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7.tar.xz

And the following should disappear
https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.7.tar

Once the kernel.org mirror(s) sync themselves.

This is in keeping with the files available for the 2.0.5 and 2.0.6 releases.

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

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

end of thread, other threads:[~2014-06-10  2:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09  1:01 [ANNOUNCE] kexec-tools 2.0.7 Simon Horman
2014-06-09  2:15 ` Dave Young
2014-06-09  3:11   ` Simon Horman
2014-06-09  9:54 ` WANG Chao
2014-06-09 20:41   ` Yegor Yefremov
2014-06-10  2:29     ` Simon Horman

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