Thread (35 messages) 35 messages, 6 authors, 2020-01-23

Re: [PATCH v2 2/5] mm: introduce external memory hinting API

From: Minchan Kim <hidden>
Date: 2020-01-23 01:41:36
Also in: linux-mm, lkml

On Wed, Jan 22, 2020 at 09:28:53AM +0100, Michal Hocko wrote:
On Tue 21-01-20 10:32:12, Minchan Kim wrote:
quoted
On Mon, Jan 20, 2020 at 08:58:25AM +0100, Michal Hocko wrote:
[...]
quoted
quoted
The interface really has to be robust to future potential usecases.
I do understand your concern but for me, it's chicken and egg problem.
We usually do best effort to make something perfect as far as possible
but we also don't do over-engineering without real usecase from the
beginning.

I already told you how we could synchronize among processes and potential
way to be extended Daniel suggested(That's why current API has extra field
for the cookie) even though we don't need it right now.
If you can synchronize with the target task then you do not need a
remote interface. Just use ptrace and you are done with it.
As I mentioned in other reply, we want to do in caller's context, not
callee's one because target processes stay in little cores, which are
much slower than the core the manager lives in.
The other reason is the apps are already freezed so they couldn't response
by ptrace.
quoted
If you want to suggest the other way, please explain why your idea is
better and why we need it at this moment.
I believe I have explained my concerns and why they matter. All you are
saying is that you do not care because your particular usecase doesn't
care. And that is a first signal of a future disaster when we end up
with a broken and unfixable interface we have to maintain for ever.
We already had suggested cookie and fd based approaches so I reserved a
argument for that to make the API extendable.
Thing is currently it's a just optimization idea since we have several
ways to sychronize processes(e.g., signal, cgroup freezer, userfaultfd
and so). It's a just matter of granularity, not necessary one we should
introduce it from the beginnig.
If someone needs that kinds of fine-grained consistency, we could extend
it then. And that's the usual way we make progress when we couldn't
know the future.

What do you want to see further?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help