[Xen-devel] [PATCH 0/4] xen/percpu: Cleanup

Andrew Cooper posted 4 patches 4 years, 8 months ago
Failed in applying to current master (apply log)
xen/arch/arm/xen.lds.S               |  1 -
xen/arch/x86/acpi/cpufreq/cpufreq.c  |  1 -
xen/arch/x86/acpi/cpufreq/powernow.c |  1 -
xen/arch/x86/cpu/mcheck/mce.h        |  3 ++-
xen/arch/x86/crash.c                 |  1 -
xen/arch/x86/xen.lds.S               |  1 -
xen/common/core_parking.c            |  2 +-
xen/drivers/cpufreq/cpufreq.c        |  2 +-
xen/include/asm-arm/percpu.h         | 11 -----------
xen/include/asm-arm/smp.h            |  8 ++++++++
xen/include/asm-x86/asm_defns.h      |  1 -
xen/include/asm-x86/cpuid.h          |  2 +-
xen/include/asm-x86/i387.h           |  1 -
xen/include/asm-x86/irq.h            |  2 +-
xen/include/asm-x86/percpu.h         |  5 -----
xen/include/xen/kexec.h              |  1 -
xen/include/xen/multicall.h          |  1 -
xen/include/xen/percpu.h             |  6 ++++++
xen/include/xen/rcupdate.h           |  1 -
xen/include/xen/rwlock.h             |  1 +
xen/include/xen/spinlock.h           |  1 -
xen/xsm/flask/include/avc.h          |  3 ++-
22 files changed, 23 insertions(+), 33 deletions(-)
[Xen-devel] [PATCH 0/4] xen/percpu: Cleanup
Posted by Andrew Cooper 4 years, 8 months ago
This is all cleanup which I got tangled in as part of the TSS xpti v2 fix,
before deciding that this is far too invasive to backport, whereas the TSS fix
itself really does want backporting.

This series is based on:
  https://lore.kernel.org/xen-devel/20190726203222.4833-1-andrew.cooper3@citrix.com/T/#t

but is not intended for backport to previous versions of Xen.

Andrew Cooper (4):
  arm/percpu: Move {get,set}_processor_id() into smp.h
  xen/percpu: Drop unused xen/percpu.h includes
  xen/percpu: Drop unused asm/percpu.h includes
  xen/percpu: Make DECLARE_PER_CPU() and __DEFINE_PER_CPU() common

 xen/arch/arm/xen.lds.S               |  1 -
 xen/arch/x86/acpi/cpufreq/cpufreq.c  |  1 -
 xen/arch/x86/acpi/cpufreq/powernow.c |  1 -
 xen/arch/x86/cpu/mcheck/mce.h        |  3 ++-
 xen/arch/x86/crash.c                 |  1 -
 xen/arch/x86/xen.lds.S               |  1 -
 xen/common/core_parking.c            |  2 +-
 xen/drivers/cpufreq/cpufreq.c        |  2 +-
 xen/include/asm-arm/percpu.h         | 11 -----------
 xen/include/asm-arm/smp.h            |  8 ++++++++
 xen/include/asm-x86/asm_defns.h      |  1 -
 xen/include/asm-x86/cpuid.h          |  2 +-
 xen/include/asm-x86/i387.h           |  1 -
 xen/include/asm-x86/irq.h            |  2 +-
 xen/include/asm-x86/percpu.h         |  5 -----
 xen/include/xen/kexec.h              |  1 -
 xen/include/xen/multicall.h          |  1 -
 xen/include/xen/percpu.h             |  6 ++++++
 xen/include/xen/rcupdate.h           |  1 -
 xen/include/xen/rwlock.h             |  1 +
 xen/include/xen/spinlock.h           |  1 -
 xen/xsm/flask/include/avc.h          |  3 ++-
 22 files changed, 23 insertions(+), 33 deletions(-)

-- 
2.11.0


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