On 17-12-15 03:09:26, Jan Beulich wrote:
> >>> On 20.10.17 at 10:28, <[email protected]> wrote:
> > --- a/xen/arch/x86/sysctl.c
> > +++ b/xen/arch/x86/sysctl.c
> > @@ -174,7 +174,7 @@ long arch_do_sysctl(
> >      case XEN_SYSCTL_psr_alloc:
> >          switch ( sysctl->u.psr_alloc.cmd )
> >          {
> > -            uint32_t data[PSR_INFO_ARRAY_SIZE];
> > +            uint32_t data[PSR_INFO_ARRAY_SIZE] = { };
> >  
> >          case XEN_SYSCTL_PSR_get_l3_info:
> >          {
> 
> This validly failed my commit time build check: gcc 7.2 warns about
> the code which would be generated would never be executed. I'm
> therefore going to push only the first five patches of this series.
> 
Thank you! I have upgraded my gcc to 7.2 and fixed this issue. The new
patch has been sent. All later patches have been compiled successfully
with gcc 7.2. So please go on merging them. Thanks!

> Jan

_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to