All of lore.kernel.org
 help / color / mirror / Atom feed
* Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9
@ 2018-08-24  2:32 Steven Haigh
  2018-08-24  8:46 ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Haigh @ 2018-08-24  2:32 UTC (permalink / raw)
  To: xen-devel

Commit:
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=3a2b8525b883baa87fe89b3da58f5c09fa599b99

I've also run across this building the staging-4.9 branch on RHEL7.

Build errors with:
gcc  -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall 
-Wstrict-prototypes -Wdeclaration-after-statement 
-Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 
-fomit-frame-pointer 
-D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF 
.xs-test.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Werror 
-I/builddir/build/BUILD/tools/tests/xenstore/../../../tools/xenstore/include 
-I/builddir/build/BUILD/tools/tests/xenstore/../../../tools/include  -c 
-o xs-test.o xs-test.c
BUILDSTDERR: xs-test.c: In function 'call_test':
BUILDSTDERR: xs-test.c:111:8: error: 'ret' may be used uninitialized in 
this function [-Werror=maybe-uninitialized]
BUILDSTDERR:      if ( ret )
BUILDSTDERR:         ^

-- 
Steven Haigh

? netwiz@crc.id.au     ? http://www.crc.id.au
? +61 (3) 9001 6090    ? 0412 935 897

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9
  2018-08-24  2:32 Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9 Steven Haigh
@ 2018-08-24  8:46 ` Wei Liu
  2018-08-24 15:13   ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2018-08-24  8:46 UTC (permalink / raw)
  To: Steven Haigh; +Cc: xen-devel, Wei Liu, Ian Jackson

CC Ian

On Fri, Aug 24, 2018 at 12:32:57PM +1000, Steven Haigh wrote:
> Commit:
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=3a2b8525b883baa87fe89b3da58f5c09fa599b99
> 
> I've also run across this building the staging-4.9 branch on RHEL7.
> 
> Build errors with:
> gcc  -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall
> -Wstrict-prototypes -Wdeclaration-after-statement
> -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2
> -fomit-frame-pointer
> -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF
> .xs-test.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Werror
> -I/builddir/build/BUILD/tools/tests/xenstore/../../../tools/xenstore/include
> -I/builddir/build/BUILD/tools/tests/xenstore/../../../tools/include  -c -o
> xs-test.o xs-test.c
> BUILDSTDERR: xs-test.c: In function 'call_test':
> BUILDSTDERR: xs-test.c:111:8: error: 'ret' may be used uninitialized in this
> function [-Werror=maybe-uninitialized]
> BUILDSTDERR:      if ( ret )
> BUILDSTDERR:         ^
> 
> -- 
> Steven Haigh
> 
> ? netwiz@crc.id.au     ? http://www.crc.id.au
> ? +61 (3) 9001 6090    ? 0412 935 897
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xenproject.org
> https://lists.xenproject.org/mailman/listinfo/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9
  2018-08-24  8:46 ` Wei Liu
@ 2018-08-24 15:13   ` Ian Jackson
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2018-08-24 15:13 UTC (permalink / raw)
  To: Wei Liu; +Cc: xen-devel, Steven Haigh

Wei Liu writes ("Re: [Xen-devel] Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9"):
> On Fri, Aug 24, 2018 at 12:32:57PM +1000, Steven Haigh wrote:
> > Commit:
> > http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=3a2b8525b883baa87fe89b3da58f5c09fa599b99
> > 
> > I've also run across this building the staging-4.9 branch on RHEL7.

Thanks.  I have queued this.  (It's only been in master for 3 days so
I won't do it right now.)

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-08-24 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24  2:32 Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9 Steven Haigh
2018-08-24  8:46 ` Wei Liu
2018-08-24 15:13   ` Ian Jackson

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.