All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen 4.6.0-rc1 build with lock_profile=y crash_debug=y, frame_pointer=y and domain.c:241: error: negative width in bit-field ‘<anonymous>’
@ 2015-08-25 16:43 Konrad Rzeszutek Wilk
  2015-08-25 16:48 ` Andrew Cooper
  2015-08-25 16:51 ` Wei Liu
  0 siblings, 2 replies; 12+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-08-25 16:43 UTC (permalink / raw)
  To: xen-devel, wei.liu2, jbeulich, andrew.cooper3

I am troubleshooting an locking issue and figured I would enable extra options.

But now I am hitting this build issue:

domain.c:241: error: negative width in bit-field ‘<anonymous>’

Which is:

 229 struct domain *alloc_domain_struct(void)
 230 {
 231     struct domain *d;
...
 241     BUILD_BUG_ON(sizeof(*d) > PAGE_SIZE);

Thoughts?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2015-08-26 18:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 16:43 Xen 4.6.0-rc1 build with lock_profile=y crash_debug=y, frame_pointer=y and domain.c:241: error: negative width in bit-field ‘<anonymous>’ Konrad Rzeszutek Wilk
2015-08-25 16:48 ` Andrew Cooper
2015-08-25 17:09   ` Konrad Rzeszutek Wilk
2015-08-25 17:41     ` Andrew Cooper
2015-08-25 19:52       ` Konrad Rzeszutek Wilk
2015-08-25 19:54         ` Konrad Rzeszutek Wilk
2015-08-26  7:32           ` Jan Beulich
2015-08-26 17:37             ` Konrad Rzeszutek Wilk
2015-08-26 18:54               ` Wei Liu
2015-08-26  7:28       ` Jan Beulich
2015-08-26  7:35       ` Jan Beulich
2015-08-25 16:51 ` Wei Liu

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.