Message ID | 20231116145032.1651305-1-Henry.Wang@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | xen/arm: Split MMU code as the prepration of MPU work | expand |
Hi Henry, On 16/11/2023 14:50, Henry Wang wrote: > Based on the discussion in the Xen Summit [1], sending this series out after > addressing the comments in v8 [2] as the preparation work to add MPU support. > > Mostly code movement and function folding, with some of Kconfig and build > system (mainly Makefiles) adjustment. > > This series is based on: > 6cd046c501 xen/arm: Enlarge identity map space to 10TB > > [1] https://lore.kernel.org/xen-devel/AS8PR08MB799122F8B0CB841DED64F4819226A@AS8PR08MB7991.eurprd08.prod.outlook.com/ > [2] https://lore.kernel.org/xen-devel/20231023021345.1731436-1-Henry.Wang@arm.com/ > > Henry Wang (6): > xen/arm: Split page table related code to mmu/pt.c > xen/arm: Split MMU system SMP MM bringup code to mmu/smpboot.c > xen/arm: Fold mmu_init_secondary_cpu() to head.S > xen/arm: Extract MMU-specific MM code > xen/arm: Split MMU-specific setup_mm() and related code out > xen/arm: Fold pmap and fixmap into MMU system > > Penny Zheng (2): > xen/arm: Rename init_secondary_pagetables() to prepare_secondary_mm() > xen/arm: mmu: move MMU specific P2M code to mmu/p2m.{c,h} I have committed the series. Thanks for the series. Looking forward to review the rest of the MPU support! Cheers,
Hi Julien, > On Nov 21, 2023, at 03:09, Julien Grall <julien@xen.org> wrote: > > Hi Henry, > > On 16/11/2023 14:50, Henry Wang wrote: >> Based on the discussion in the Xen Summit [1], sending this series out after >> addressing the comments in v8 [2] as the preparation work to add MPU support. >> Mostly code movement and function folding, with some of Kconfig and build >> system (mainly Makefiles) adjustment. >> This series is based on: >> 6cd046c501 xen/arm: Enlarge identity map space to 10TB >> [1] https://lore.kernel.org/xen-devel/AS8PR08MB799122F8B0CB841DED64F4819226A@AS8PR08MB7991.eurprd08.prod.outlook.com/ >> [2] https://lore.kernel.org/xen-devel/20231023021345.1731436-1-Henry.Wang@arm.com/ >> Henry Wang (6): >> xen/arm: Split page table related code to mmu/pt.c >> xen/arm: Split MMU system SMP MM bringup code to mmu/smpboot.c >> xen/arm: Fold mmu_init_secondary_cpu() to head.S >> xen/arm: Extract MMU-specific MM code >> xen/arm: Split MMU-specific setup_mm() and related code out >> xen/arm: Fold pmap and fixmap into MMU system >> Penny Zheng (2): >> xen/arm: Rename init_secondary_pagetables() to prepare_secondary_mm() >> xen/arm: mmu: move MMU specific P2M code to mmu/p2m.{c,h} > > I have committed the series. Thanks for the series. Looking forward to review the rest of the MPU support! Thanks for committing the series. We will rebase the MPU series on top of latest staging, address the remaining comments from you and send the updated series soon. Kind regards, Henry > > Cheers, > > -- > Julien Grall