All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] misc safety certification fixes
@ 2018-10-15  9:55 Stefano Stabellini
  2018-10-15  9:56 ` [PATCH 1/4] xen/arm: initialize target Stefano Stabellini
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Stefano Stabellini @ 2018-10-15  9:55 UTC (permalink / raw)
  To: xen-devel; +Cc: andrew.cooper3, julien.grall, sstabellini, JBeulich

Hi all,

This short patch series fixes a few issues discovered by the safety
certifications code scanner. The first two patches address simple
variable initializations concerns. The third patch introduces a new
macro that is used throughout the code in patch #4 to access _stext,
_etext pointers and friends.


Jan, Andrew, as you know my goal is to fix arm and common code. I think
it would be best to do the same for the x86 code as well, but let me
know if you think otherwise.


Cheers,

Stefano


Stefano Stabellini (4):
      xen/arm: initialize target
      xen/arm: initialize access
      xen: introduce __symbol
      xen: use __symbol everywhere

 xen/arch/arm/alternative.c          |  6 +--
 xen/arch/arm/arm32/livepatch.c      |  2 +-
 xen/arch/arm/arm64/livepatch.c      |  2 +-
 xen/arch/arm/domain_build.c         |  2 +-
 xen/arch/arm/livepatch.c            |  6 +--
 xen/arch/arm/mem_access.c           |  1 +
 xen/arch/arm/mm.c                   |  9 +++--
 xen/arch/arm/setup.c                |  8 ++--
 xen/arch/arm/vgic-v2.c              |  2 +-
 xen/arch/arm/vgic-v3.c              |  2 +-
 xen/arch/x86/setup.c                | 79 +++++++++++++++++++------------------
 xen/arch/x86/tboot.c                | 12 +++---
 xen/arch/x86/x86_64/machine_kexec.c |  4 +-
 xen/include/asm-arm/grant_table.h   |  3 +-
 xen/include/asm-arm/mm.h            | 10 ++++-
 xen/include/asm-x86/mm.h            |  4 +-
 xen/include/asm-x86/page.h          |  6 +++
 xen/include/xen/kernel.h            |  8 ++--
 18 files changed, 93 insertions(+), 73 deletions(-)

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

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

end of thread, other threads:[~2018-11-06 21:47 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15  9:55 [PATCH 0/4] misc safety certification fixes Stefano Stabellini
2018-10-15  9:56 ` [PATCH 1/4] xen/arm: initialize target Stefano Stabellini
2018-10-15 13:07   ` Julien Grall
2018-10-15  9:56 ` [PATCH 2/4] xen/arm: initialize access Stefano Stabellini
2018-10-15 13:08   ` Julien Grall
2018-10-15 15:15   ` Tamas K Lengyel
2018-10-16  1:14     ` Stefano Stabellini
2018-10-16 15:24       ` Tamas K Lengyel
2018-10-17 13:53         ` Stefano Stabellini
2018-10-15  9:56 ` [PATCH 3/4] xen: introduce __symbol Stefano Stabellini
2018-10-15 12:20   ` Andrew Cooper
2018-10-15 13:20   ` Julien Grall
2018-10-16  1:34     ` Stefano Stabellini
2018-10-16 10:06       ` Andrew Cooper
2018-10-16 13:01         ` Stefano Stabellini
2018-10-25 10:37   ` Jan Beulich
2018-10-15  9:56 ` [PATCH 4/4] xen: use __symbol everywhere Stefano Stabellini
2018-10-25 10:39   ` Jan Beulich
2018-11-06 21:47     ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.