All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] xen/mce: fix file-scoped static variables in mce.c
@ 2017-04-06 12:33 Haozhong Zhang
  2017-04-06 12:33 ` [PATCH v2 1/4] xen/mce: make mce barriers private to their users Haozhong Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Haozhong Zhang @ 2017-04-06 12:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Jan Beulich, Haozhong Zhang

Changes in v2:
 * (Patch 4) Move v1 patch 1 to the last one in this series, so as to
   avoid blocking others in case it's too late for 4.9.
 * (Patch 1) Make static mce barriers private to their users.
 * (Patch 2&3) Separate v1 patch 2 into two patches, as they fix
   different bugs.

Haozhong Zhang (4):
  xen/mce: make mce barriers private to their users
  xen/mce: make 'severity_cpu' private to its users
  xen/mce: always re-initialize 'severity_cpu' in mcheck_cmn_handler()
  xen/mce: make 'found_error' and 'mce_fatal_cpus' private to mcheck_cmn_handler()

 xen/arch/x86/cpu/mcheck/barrier.h |  7 +++++++
 xen/arch/x86/cpu/mcheck/mce.c     | 30 +++++++++++++++++++-----------
 2 files changed, 26 insertions(+), 11 deletions(-)

-- 
2.10.1


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

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

end of thread, other threads:[~2017-04-07 13:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 12:33 [PATCH v2 0/4] xen/mce: fix file-scoped static variables in mce.c Haozhong Zhang
2017-04-06 12:33 ` [PATCH v2 1/4] xen/mce: make mce barriers private to their users Haozhong Zhang
2017-04-07 13:46   ` Jan Beulich
2017-04-06 12:33 ` [PATCH v2 2/4] xen/mce: make 'severity_cpu' private to its users Haozhong Zhang
2017-04-07 13:48   ` Jan Beulich
2017-04-07 13:59     ` Jan Beulich
2017-04-06 12:33 ` [PATCH v2 3/4] xen/mce: always re-initialize 'severity_cpu' in mcheck_cmn_handler() Haozhong Zhang
2017-04-07  7:52   ` [RESEND PATCH " Haozhong Zhang
2017-04-07 13:51     ` Jan Beulich
2017-04-06 12:33 ` [PATCH v2 4/4] xen/mce: make 'found_error' and 'mce_fatal_cpus' private to mcheck_cmn_handler() Haozhong Zhang
2017-04-07  7:52   ` [RESEND PATCH " Haozhong Zhang
2017-04-07 13:52     ` Jan Beulich

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.