xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/7] Make building xSplice patches easier
@ 2016-05-06 15:48 Ross Lagerwall
  2016-05-06 15:48 ` [PATCH v1 1/7] lib: Add a generic implementation of current_text_addr() Ross Lagerwall
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Ross Lagerwall @ 2016-05-06 15:48 UTC (permalink / raw)
  To: xen-devel; +Cc: Ross Lagerwall, Wei Liu

Here is a set of changes to make building xSplice patches easier.
Tested to boot on x86.
Compile-tested on arm.

This is probably too late to make it into 4.7, but hey, if someone wants
to put it in I've CC'd Wei.

Ross Lagerwall (7):
  lib: Add a generic implementation of current_text_addr()
  sched: Remove dependency on __LINE__ for release builds
  mm: Use statically defined locking order
  page-alloc: Remove dependency on __LINE__ for release builds
  iommu: Remove dependency on __LINE__ for release builds
  acpi: Remove dependency on __LINE__ for release builds
  Rename sections for compatibility with -ffunction-sections
    -fdata-sections

 xen/arch/arm/xen.lds.S              | 14 +++++------
 xen/arch/x86/boot/x86_64.S          |  2 +-
 xen/arch/x86/hvm/hvm.c              |  2 +-
 xen/arch/x86/mm.c                   |  4 ++--
 xen/arch/x86/mm/mm-locks.h          | 29 +++++++++++++++--------
 xen/arch/x86/setup.c                |  2 +-
 xen/arch/x86/x86_64/kexec_reloc.S   |  2 +-
 xen/arch/x86/xen.lds.S              | 18 +++++++--------
 xen/common/lib.c                    | 12 ++++++++++
 xen/common/page_alloc.c             |  8 +++++++
 xen/drivers/acpi/utilities/utmisc.c | 46 +++++++++++++++++++++++++++++++++++++
 xen/drivers/passthrough/vtd/dmar.h  | 12 ++++++++--
 xen/include/acpi/acmacros.h         |  4 ++++
 xen/include/acpi/acutils.h          | 19 +++++++++++++++
 xen/include/asm-arm/cache.h         |  2 +-
 xen/include/asm-arm/percpu.h        |  2 +-
 xen/include/asm-x86/cache.h         |  2 +-
 xen/include/asm-x86/percpu.h        |  2 +-
 xen/include/asm-x86/processor.h     | 10 --------
 xen/include/xen/lib.h               |  2 ++
 xen/include/xen/sched-if.h          |  2 +-
 xen/include/xen/sched.h             | 14 +++++++++++
 22 files changed, 162 insertions(+), 48 deletions(-)

-- 
2.4.3


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2017-01-31 13:42 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-06 15:48 [PATCH v1 0/7] Make building xSplice patches easier Ross Lagerwall
2016-05-06 15:48 ` [PATCH v1 1/7] lib: Add a generic implementation of current_text_addr() Ross Lagerwall
2016-05-10  8:18   ` Dario Faggioli
2016-05-10 14:34   ` Jan Beulich
2016-05-06 15:48 ` [PATCH v1 2/7] sched: Remove dependency on __LINE__ for release builds Ross Lagerwall
2016-05-10 14:39   ` Jan Beulich
2016-05-06 15:48 ` [PATCH v1 3/7] mm: Use statically defined locking order Ross Lagerwall
2016-05-10  8:25   ` Dario Faggioli
2016-05-10 14:42   ` Jan Beulich
2016-05-10 14:46   ` Andrew Cooper
2016-05-06 15:48 ` [PATCH v1 4/7] page-alloc: Remove dependency on __LINE__ for release builds Ross Lagerwall
2016-05-10 14:40   ` Andrew Cooper
2016-05-10 14:46   ` Jan Beulich
2016-05-06 15:48 ` [PATCH v1 5/7] iommu: " Ross Lagerwall
2016-05-10 14:48   ` Jan Beulich
2016-05-06 15:48 ` [PATCH v1 6/7] acpi: " Ross Lagerwall
2016-05-10 14:52   ` Jan Beulich
2016-05-06 15:48 ` [PATCH v1 7/7] Rename sections for compatibility with -ffunction-sections -fdata-sections Ross Lagerwall
2016-05-10 11:42   ` Julien Grall
2016-05-10 14:24   ` Jan Beulich
2016-05-09 12:43 ` [PATCH v1 0/7] Make building xSplice patches easier Wei Liu
2016-05-10 16:36 ` Konrad Rzeszutek Wilk
2017-01-31  3:05 ` Doug Goldstein
2017-01-31 13:42   ` Ross Lagerwall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).