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

Andrew Cooper posted 4 patches 4 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200320212453.21685-1-andrew.cooper3@citrix.com
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(-)
[Xen-devel] [PATCH 0/4] x86/ucode: Cleanup - Part 2/n
Posted by Andrew Cooper 4 years ago
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(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH 0/4] x86/ucode: Cleanup - Part 2/n
Posted by Jan Beulich 4 years ago
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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel