All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] Fix PAGE_SIZE issues in public headers
@ 2016-10-19 10:46 Wei Liu
  2016-10-19 10:46 ` [PATCH RFC 1/2] usbif.h: don't require PAGE_SIZE to be present Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Wei Liu @ 2016-10-19 10:46 UTC (permalink / raw)
  To: Xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Jan Beulich

Reference to PAGE_SIZE slipped in to two public header files. QEMU build on
ARM64 is broken by this.

This series tries to fix that. The approach is discussed at [0].

QEMU will need to update its copy of usbif.h.

It would be good if we can have this fixed either by this series or some other
method for 4.8 to avoid releasing problematic headers for another release.

Wei.

[0] <alpine.DEB.2.10.1610181145470.16441@sstabellini-ThinkPad-X260>

Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Juergen Gross <jgross@suse.com>

Wei Liu (2):
  usbif.h: don't require PAGE_SIZE to be present
  vscsiif.h: don't require PAGE_SIZE to be present

 xen/include/public/io/usbif.h   | 24 ++++++++++++++++++++++--
 xen/include/public/io/vscsiif.h | 18 +++++++++++++++++-
 2 files changed, 39 insertions(+), 3 deletions(-)

--
2.1.4


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

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

end of thread, other threads:[~2016-10-24 18:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 10:46 [PATCH RFC 0/2] Fix PAGE_SIZE issues in public headers Wei Liu
2016-10-19 10:46 ` [PATCH RFC 1/2] usbif.h: don't require PAGE_SIZE to be present Wei Liu
2016-10-19 11:45   ` Andrew Cooper
2016-10-19 12:11     ` Wei Liu
2016-10-19 12:13   ` David Vrabel
2016-10-19 18:08     ` Stefano Stabellini
2016-10-19 10:46 ` [PATCH RFC 2/2] vscsiif.h: " Wei Liu
2016-10-19 11:04 ` [PATCH RFC 0/2] Fix PAGE_SIZE issues in public headers Juergen Gross
2016-10-19 18:09   ` Stefano Stabellini
2016-10-19 19:20     ` Stefano Stabellini
2016-10-20  5:11       ` Juergen Gross
2016-10-24 15:26     ` Ian Jackson
2016-10-24 18:16       ` Stefano Stabellini

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.