RE: [PATCH] x86/mce: Save microcode revision in machine check records

From: Luck, Tony
Date: Thu Mar 01 2018 - 18:40:39 EST


+ c = &cpu_data(m->cpu);

Bother. Breaks on systems with >255 cpus because "cpu" is __u8.

s/m->cpu/m->extcpu/

-Tony