On Wed, Nov 02, 2016 at 01:44:03PM +1100, Alexey Kardashevskiy wrote: > On 31/10/16 15:23, David Gibson wrote: [...] > > > > Um.. yeah.. that's not really ok. Prohibiting overlapping > > registrations on the same container is reasonable enough. Having a > > container not be able to register memory because some completely > > different container has registered something overlapping is getting > > very ugly. > > I am lost here. Does this mean the patches cannot go upstream? > > Also how would I implement overlapping if we are not teaching KVM about > VFIO containers? The mm list has a counter of how many times each memory > region was mapped via TCE (and this prevents unregistration), and if we > want overlapping regions - a "mapped" counter of which one would I update > in real mode (where I only have a user address and a LIOBN)?
The patches fix a real bug, where we run out of memory to run VMs. The patches don't change the interface, and don't introduce the constraint that is being discussed here (that the regions being registered may not overlap unless they are identical to a previously registered region). That constraint is already present in the upstream code. They do change the behaviour when you use a container fd from a different process from the one which opened the fd, but that is not something that worked in any meaningful way before anyway. So David, do you still see any reason why the patches should not be accepted? Regards, Paul.