On Tue, Nov 01, 2022 at 05:11:13PM +0000, Accardi, Kristen C wrote: > This is a bit of a deal breaker for the use of the misc controller for > SGX EPC memory - we allow overcommit of the physical EPC memory as we > have backing RAM that is used to swap. Would you be amenable to having > a flag to ignore the total capacity value and allow for overcommit of > the resource? If not I feel like we don't have a choice but to create a > new controller. Yeah, for sure. Maybe just introduce a special value (prolly u64 max) that says that there's no limit. Or maybe just set it to total physical memory? Thanks. -- tejun