>>> On 07.04.17 at 15:48, <[email protected]> wrote: >>>> On 06.04.17 at 14:33, <[email protected]> wrote: >> The current 'severity_cpu' is used by both mcheck_cmn_handler() and >> mce_softirq(). If MC# happens during mce_softirq(), the values set in >> mcheck_cmn_handler() and mce_softirq() may interfere with each >> other. Use private 'severity_cpu' for each function to fix this issue. >> >> Signed-off-by: Haozhong Zhang <[email protected]> > > Reviewed-by: Jan Beulich <[email protected]> > > Other than patch 1 I think this qualifies for 4.9.
And for that reason it is generally better to put bug fixes first in your series, and pure cleanup last. This patch will now need re-basing and the committed patch 2 (which I did adjust as necessary to apply on its own). Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
