All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH 0/5] xen/gnttab: XSA-295 followup
@ 2019-06-21  9:36 Andrew Cooper
  2019-06-21  9:36 ` [Xen-devel] [PATCH 1/5] xen/gnttab: Reduce complexity when reading grant_entry_header_t Andrew Cooper
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Andrew Cooper @ 2019-06-21  9:36 UTC (permalink / raw)
  To: Xen-devel
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	Julien Grall, Jan Beulich, Roger Pau Monné

This series came out of observations during the development of XSA-295.

It has been tested on x86, but only compile tested on arm.  It can be obtained
in git form from:

  http://xenbits.xen.org/gitweb/?p=people/andrewcoop/xen.git;a=shortlog;h=refs/heads/xen-grant-status

Andrew Cooper (5):
  xen/gnttab: Reduce complexity when reading grant_entry_header_t
  xen/gnttab: Reduce code volume when using union grant_combo
  arm/gnttab: Implement stub helpers as static inlines
  xen/gnttab: Refactor gnttab_clear_flag() to be gnttab_clear_flags()
  xen/gnttab: Fold adjacent calls to gnttab_clear_flags()

 xen/arch/arm/mm.c                 |  16 ----
 xen/common/grant_table.c          | 160 ++++++++++++++++++++------------------
 xen/include/asm-arm/grant_table.h |  17 +++-
 xen/include/asm-x86/grant_table.h |  11 +--
 4 files changed, 104 insertions(+), 100 deletions(-)

-- 
2.1.4


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

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

end of thread, other threads:[~2019-07-09 13:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21  9:36 [Xen-devel] [PATCH 0/5] xen/gnttab: XSA-295 followup Andrew Cooper
2019-06-21  9:36 ` [Xen-devel] [PATCH 1/5] xen/gnttab: Reduce complexity when reading grant_entry_header_t Andrew Cooper
2019-06-21  9:36 ` [Xen-devel] [PATCH 2/5] xen/gnttab: Reduce code volume when using union grant_combo Andrew Cooper
2019-06-21  9:36 ` [Xen-devel] [PATCH 3/5] arm/gnttab: Implement stub helpers as static inlines Andrew Cooper
2019-07-04 19:12   ` [Xen-devel] Ping: " Andrew Cooper
2019-07-07 18:38   ` [Xen-devel] " Julien Grall
2019-06-21  9:36 ` [Xen-devel] [PATCH 4/5] xen/gnttab: Refactor gnttab_clear_flag() to be gnttab_clear_flags() Andrew Cooper
2019-07-04 19:12   ` [Xen-devel] [PATCH v2 4/5] xen/gnttab: Fold adjacent calls to gnttab_clear_flags() Andrew Cooper
2019-07-04 19:14     ` Andrew Cooper
2019-07-04 19:14   ` [Xen-devel] [PATCH v2 4/5] xen/gnttab: Refactor gnttab_clear_flag() to be gnttab_clear_flags() Andrew Cooper
2019-07-05  9:03     ` Jan Beulich
2019-07-07 18:42     ` Julien Grall
2019-07-08 18:11       ` Andrew Cooper
2019-07-08 19:27         ` Julien Grall
2019-07-08 20:21           ` Andrew Cooper
2019-07-08 20:28             ` Julien Grall
2019-07-08 20:38               ` Andrew Cooper
2019-07-08 20:54                 ` Julien Grall
2019-07-09 13:16           ` Jan Beulich
2019-06-21  9:36 ` [Xen-devel] [PATCH 5/5] xen/gnttab: Fold adjacent calls to gnttab_clear_flags() Andrew Cooper

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.