Re: [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
Jason Gunthorpe <[email protected]>
| Newsgroups | dev.linux.lists.linux-coco,dev.linux.lists.iommu,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 14, 2026 at 09:57:43AM +0530, Aneesh Kumar K.V wrote: > > > > But I don't view this as that important, the CC hypervisor is probably > > going to use the S2 page table to force cachable on all system memory > > so the non-cached pgprot is a NOP, but the extra vmap is wasteful and > > it is confusing.. So maybe a little fixme is all that is needed here. > > > > Something like? Yeah Jason