On Thu, Feb 20, 2025 at 11:03:02AM +0100, David Hildenbrand wrote:> > So apologies if I came off as being difficult or rude, it actually wasn't
Your conclusion is 'did not participate with upstream'; I don't agree with
that. But maybe you and Kalesh have a history on that that let's you react
on his questions IMHO more emotionally than it should have been.
This is wholly unfair, I have been very reasonable in response to this
thread. I have offered to find solutions, I have tried to understand the
problem in spite of having gone to great lengths to try to discuss the
limitations of the proposed approach in every venue I possibly could.
I go out of my way to deal professionally and objectively with what is
presented. Nothing here is emotional. So I'd ask that you please abstain
from making commentary like this which has no basis.
I appreciate everything you write below. But this request is just
impossible. I will keep raising my opinion and misunderstandings will
happen.
Well I wouldn't ask you not to express your opinion David, you know I respect
and like you, and by all means push back hard or call out what you think is bad
behaviour :)
I just meant to say, in my view, that there was no basis, but I appreciate
miscommunications happen.
intended. And to re-emphasise - I have zero personal issue with anybody in this
thread whatsoever!
whatever work is required to make the guard region implementation as good as it
possibly can be.
Note that the whole "Honestly David you and the naming. .." thing could have
been written as "I don't think it's a naming problem."
I feel like I _always_ get in trouble when I try to write in a 'tongue-in-cheek'
style, which is what this was meant to be... so I think herein lies the basis of
the miscommunication :)
I apologise, the household is ill, which maybe affects my judgment in how I
write these, but in general text is a very poor medium. It was meant to be said
in a jolly tone with a wink...
I think maybe I should learn my lesson with these things, I thought the ':p'
would make this clear but yeah, text, poor medium.
Anyway apologies if this seemed disrespectful.
> > The problem comes in that we would then need to acquire the VMA write lock to doYeah that's a good point, but honestly if you're reading smaps that reads
the page tables, then reading /proc/$pid/pagemaps and reading page tables
TWICE that seems inefficient vs. just reading /proc/$pid/maps, then reading
/proc/$pid/pagemaps and reading page tables once.
Right; I recently wished that we would have an interface to obtain more VMA
flags without having to go through smaps
Well maybe that lends itself to the idea of adding a whole new interface in
general...
An extended "maps" interface might be reasonable, that allows for exposing
more things without walking the page tables. (e.g., flags)
Maybe one could have an indicator that says "ever had guard regions in this
mapping" without actually walking the page tables.
Yeah this is something we've discussed before, but it's a little fraught. Let's
say it was a VMA flag, in this case we'd have to make this flag 'sticky' and not
impact merging (easy enough) to account for splits/merges.
it, something we don't currently require on application of guard regions.
We'd also have to make sure nothing else makes any assumptions about VMA flags
implying differences in VMAs in this one instance (though we do already do this
for VM_SOFTDIRTY).
I saw this as possibly something like VM_MAYBE_GUARD_REGIONS or something.