|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/4] misc safety certification fixes
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@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |