Re: [Xen-devel] [PATCH v4 3/4] x86: track when in #MC context

2020-02-26 Thread Jan Beulich
On 26.02.2020 13:19, Roger Pau Monne wrote: > Add helpers to track when executing in #MC handler context. This is > modeled after the in_irq helpers. > > Note that there are no users of in_mce_handler() introduced by the > change, further users will be added by followup changes. > > Signed-off-by

[Xen-devel] [PATCH v4 3/4] x86: track when in #MC context

2020-02-26 Thread Roger Pau Monne
Add helpers to track when executing in #MC handler context. This is modeled after the in_irq helpers. Note that there are no users of in_mce_handler() introduced by the change, further users will be added by followup changes. Signed-off-by: Roger Pau Monné --- Changes since v3: - Rename to in_m