> Subject: [PATCH 0/6] arm/arm64 barrier fixes and some cleanups > > Primarily contains the fixes for the barrier issues Peng first found. > While at it, I found more. > > And I cleaned up some ARM headers, thought that should have no functional > impact. > > Jan > > > CC: Jan Kiszka <[email protected]> > CC: Peng Fan <[email protected]> > CC: Ralf Ramsauer <[email protected]> > > Jan Kiszka (6): > arm64: Document why spin_lock/unlock have memory barrier semantics > arm-common: Fix barrier usage in irqchip_set_pending / > irqchip_inject_pending > arm/arm64: Populate memory_load_barrier > arm/arm64: Refactor traps.h inclusion > arm-common: Fix some stand-alone inclusion issues > scripts: Let header_check cover arm-common includes as well
For the patchset, Reviewed-by: Peng Fan <[email protected]> > > hypervisor/arch/arm-common/include/asm/gic.h | 2 +- > hypervisor/arch/arm-common/include/asm/iommu.h | 2 +- > hypervisor/arch/arm-common/include/asm/traps.h | 8 -------- > hypervisor/arch/arm-common/irqchip.c | 20 > +++++++++++++++++--- > hypervisor/arch/arm/include/asm/processor.h | 1 + > hypervisor/arch/arm/include/{arch => }/asm/traps.h | 10 ++++++++++ > hypervisor/arch/arm64/include/asm/processor.h | 1 + > hypervisor/arch/arm64/include/asm/spinlock.h | 10 ++++++++++ > hypervisor/arch/arm64/include/{arch => }/asm/traps.h | 10 ++++++++++ > scripts/header_check | 12 > ++++++++++++ > 10 files changed, 63 insertions(+), 13 deletions(-) rename > hypervisor/arch/arm/include/{arch => }/asm/traps.h (69%) rename > hypervisor/arch/arm64/include/{arch => }/asm/traps.h (69%) > > -- > 2.16.4 > > -- > You received this message because you are subscribed to the Google Groups > "Jailhouse" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups > .google.com%2Fd%2Fmsgid%2Fjailhouse-dev%2Fcover.1577125789.git.jan.kis > zka%2540web.de&data=02%7C01%7Cpeng.fan%40nxp.com%7Cb407c9 > be68d74c5ae89d08d787d628f4%7C686ea1d3bc2b4c6fa92cd99c5c301635% > 7C0%7C0%7C637127226182782149&sdata=qdmM5YiySG%2BI%2Bmz4 > 7r%2Bp4dFs5pL3DvfelJTZ%2Bmin%2BAo%3D&reserved=0. -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/AM0PR04MB4481602D84A5206F2078D7FC88270%40AM0PR04MB4481.eurprd04.prod.outlook.com.
