2008-06-16 16:29:55

by Oleg Nesterov

[permalink] [raw]
Subject: [PATCH 0/4] coredump: introduce struct core_state.

The second patch depends on

[PATCH 3/3] ptrace: kill may_ptrace_stop()
http://marc.info/?l=linux-kernel&m=121362601702897

I think this series makes sense by itself, but it is also preparation
for the further changes.

Oleg.


2008-07-07 00:39:31

by Roland McGrath

[permalink] [raw]
Subject: Re: [PATCH 0/4] coredump: introduce struct core_state.

Sorry for the slow reply. These coredump patches all look fine to me.
But the prerequisite ptrace-related I'd like to kibitz about more first.
I think it might be easier to just put the coredump series first with
the simple s/core_waiters/core_state/ change in may_ptrace_stop(). Then
let the ptrace-related changes go on top of that after we finish hashing
them out.


Thanks,
Roland