mbox series

[0/4] x86/ucode: Cleanup - Part 2/n

Message ID 20200320212453.21685-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/ucode: Cleanup - Part 2/n | expand

Message

Andrew Cooper March 20, 2020, 9:24 p.m. UTC
Two minor bugfixes, and two minor cleanups with minor benefits to other code
as well.

There is no dependency on the remaining pieces of the Part 1 series.

Andrew Cooper (4):
  x86/ucode/amd: Fix assertion in compare_patch()
  x86/ucode: Fix error paths in apply_microcode()
  xen: Drop raw_smp_processor_id()
  xen: Introduce a xmemdup_bytes() helper

 xen/arch/x86/cpu/microcode/amd.c   | 27 +++++++++++----------------
 xen/arch/x86/cpu/microcode/intel.c | 29 +++++++++++++----------------
 xen/include/asm-arm/smp.h          |  2 +-
 xen/include/asm-x86/smp.h          |  2 +-
 xen/include/xen/smp.h              |  2 --
 xen/include/xen/xmalloc.h          | 11 +++++++++++
 6 files changed, 37 insertions(+), 36 deletions(-)

Comments

Jan Beulich March 23, 2020, 8:41 a.m. UTC | #1
On 20.03.2020 22:24, Andrew Cooper wrote:
> Two minor bugfixes, and two minor cleanups with minor benefits to other code
> as well.
> 
> There is no dependency on the remaining pieces of the Part 1 series.
> 
> Andrew Cooper (4):
>   x86/ucode/amd: Fix assertion in compare_patch()
>   x86/ucode: Fix error paths in apply_microcode()
>   xen: Drop raw_smp_processor_id()

FAOD feel free to throw in with Wei's R-b, ideally with the small
adjustment suggested for patch 2.

Jan