[XEN PATCH v4 0/3] x86: make Intel/AMD vPMU & MCE support configurable

Sergiy Kibrik posted 3 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1716366581.git.Sergiy._5FKibrik@epam.com
xen/arch/x86/cpu/mcheck/Makefile    | 8 ++++----
xen/arch/x86/cpu/mcheck/mce.c       | 4 ++++
xen/arch/x86/cpu/mcheck/mce.h       | 5 +++++
xen/arch/x86/cpu/mcheck/mce_intel.c | 8 --------
xen/arch/x86/cpu/mcheck/non-fatal.c | 9 +++++++++
xen/arch/x86/cpu/mcheck/vmce.c      | 5 ++---
xen/arch/x86/include/asm/mce.h      | 1 -
xen/arch/x86/msr.c                  | 2 ++
8 files changed, 26 insertions(+), 16 deletions(-)
[XEN PATCH v4 0/3] x86: make Intel/AMD vPMU & MCE support configurable
Posted by Sergiy Kibrik 3 months, 2 weeks ago
Three remaining patches to separate support of Intel & AMD CPUs in Xen build.
Most of related patches from previous series had already been merged.
Specific changes since v3 are provided per-patch.

v3 series here:
https://lore.kernel.org/xen-devel/cover.1715673586.git.Sergiy_Kibrik@epam.com/

  -Sergiy

Sergiy Kibrik (3):
  x86/intel: move vmce_has_lmce() routine to header
  x86/MCE: add default switch case in init_nonfatal_mce_checker()
  x86/MCE: optional build of AMD/Intel MCE code

 xen/arch/x86/cpu/mcheck/Makefile    | 8 ++++----
 xen/arch/x86/cpu/mcheck/mce.c       | 4 ++++
 xen/arch/x86/cpu/mcheck/mce.h       | 5 +++++
 xen/arch/x86/cpu/mcheck/mce_intel.c | 8 --------
 xen/arch/x86/cpu/mcheck/non-fatal.c | 9 +++++++++
 xen/arch/x86/cpu/mcheck/vmce.c      | 5 ++---
 xen/arch/x86/include/asm/mce.h      | 1 -
 xen/arch/x86/msr.c                  | 2 ++
 8 files changed, 26 insertions(+), 16 deletions(-)

-- 
2.25.1
Re: [XEN PATCH v4 0/3] x86: make Intel/AMD vPMU & MCE support configurable
Posted by Jan Beulich 3 months, 1 week ago
Oleksii,

On 22.05.2024 10:37, Sergiy Kibrik wrote:
> Three remaining patches to separate support of Intel & AMD CPUs in Xen build.
> Most of related patches from previous series had already been merged.
> Specific changes since v3 are provided per-patch.
> 
> v3 series here:
> https://lore.kernel.org/xen-devel/cover.1715673586.git.Sergiy_Kibrik@epam.com/
> 
>   -Sergiy
> 
> Sergiy Kibrik (3):
>   x86/intel: move vmce_has_lmce() routine to header
>   x86/MCE: add default switch case in init_nonfatal_mce_checker()
>   x86/MCE: optional build of AMD/Intel MCE code

As I'm apparently confused as to the state 4.19 is in, may I please ask
whether this series is still okay to go in, or whether it should be
postponed until after branching.

Thanks, Jan
Re: [XEN PATCH v4 0/3] x86: make Intel/AMD vPMU & MCE support configurable
Posted by Oleksii K. 3 months, 1 week ago
On Mon, 2024-05-27 at 17:47 +0200, Jan Beulich wrote:
> Oleksii,
> 
> On 22.05.2024 10:37, Sergiy Kibrik wrote:
> > Three remaining patches to separate support of Intel & AMD CPUs in
> > Xen build.
> > Most of related patches from previous series had already been
> > merged.
> > Specific changes since v3 are provided per-patch.
> > 
> > v3 series here:
> > https://lore.kernel.org/xen-devel/cover.1715673586.git.Sergiy_Kibrik@epam.com/
> > 
> >   -Sergiy
> > 
> > Sergiy Kibrik (3):
> >   x86/intel: move vmce_has_lmce() routine to header
> >   x86/MCE: add default switch case in init_nonfatal_mce_checker()
> >   x86/MCE: optional build of AMD/Intel MCE code
> 
> As I'm apparently confused as to the state 4.19 is in, may I please
> ask
> whether this series is still okay to go in, or whether it should be
> postponed until after branching.
I am okay to go in this release.

Sorry for the confusion with the 4.19 state. I'll send a proper
schedule today.


~ Oleksii