Message ID | alpine.DEB.2.21.1908061428420.2451@sstabellini-ThinkPad-T480s (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Stefano, Stefano Stabellini writes: > Hi all, > Looks like you are not using add_maintainer.pl or your MAINTAINERS file is out of date. In any case I'm not getting CC'ed and I'm missing your e-mails. So it would be cool if you'll CC me if you want me to review your patches. > This patch series introduces partial reserved-memory support for dom0 > only (no domU support for reserved-memory yet.) > > > The following changes since commit 45ce5b8749a220ad7c4ce5d5eba7c201a9418078: > > mm: Safe to clear PGC_allocated on xenheap pages without an extra reference (2019-08-06 12:19:55 +0100) > > are available in the Git repository at: > > http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git reserved-mem-2 > > for you to fetch changes up to b3b20c987fe531f706fe50dba5e749c3cb306b3f: > > xen/arm: add reserved-memory regions to the dom0 memory node (2019-08-06 14:36:14 -0700) > > ---------------------------------------------------------------- > Stefano Stabellini (7): > xen/arm: extend device_tree_for_each_node > xen/arm: make process_memory_node a device_tree_node_func > xen/arm: keep track of reserved-memory regions > xen/arm: early_print_info print reserved_mem > xen/arm: handle reserved-memory in consider_modules and dt_unreserved_regions > xen/arm: don't iomem_permit_access for reserved-memory regions > xen/arm: add reserved-memory regions to the dom0 memory node > > xen/arch/arm/acpi/boot.c | 2 +- > xen/arch/arm/bootfdt.c | 94 +++++++++++++++++++++++++++++++++---------- > xen/arch/arm/domain_build.c | 46 ++++++++++++++------- > xen/arch/arm/setup.c | 53 ++++++++++++++++++++++-- > xen/include/asm-arm/setup.h | 1 + > xen/include/xen/device_tree.h | 6 ++- > 6 files changed, 160 insertions(+), 42 deletions(-) > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xenproject.org > https://lists.xenproject.org/mailman/listinfo/xen-devel -- Volodymyr Babchuk at EPAM
On Thu, 8 Aug 2019, Volodymyr Babchuk wrote: > Hi Stefano, > > Stefano Stabellini writes: > > > Hi all, > > > > Looks like you are not using add_maintainer.pl or your MAINTAINERS file > is out of date. In any case I'm not getting CC'ed and I'm missing your > e-mails. > > So it would be cool if you'll CC me if you want me to review your > patches. Yes, sorry. I noticed the issue after sending this series. I'll make sure to add you to the next ones.