Re: [PATCH v2 0/7] /proc/PID/*maps* fixes/cleanups

2014-08-06 Thread Cyrill Gorcunov
On Tue, Aug 05, 2014 at 09:46:28PM +0200, Oleg Nesterov wrote: > Changes: > > 1-4: Update the changelogs, join "introduce the stable >proc_maps_private->mm" and "change m_start() to rely on >priv->mm" into a single "shift "priv->task = NULL" from >m_start(

Re: [PATCH v2 0/7] /proc/PID/*maps* fixes/cleanups

2014-08-06 Thread Kirill A. Shutemov
On Tue, Aug 05, 2014 at 09:46:28PM +0200, Oleg Nesterov wrote: > Changes: > > 1-4: Update the changelogs, join "introduce the stable >proc_maps_private->mm" and "change m_start() to rely on >priv->mm" into a single "shift "priv->task = NULL" from >m_start(

[PATCH v2 0/7] /proc/PID/*maps* fixes/cleanups

2014-08-05 Thread Oleg Nesterov
Changes: 1-4: Update the changelogs, join "introduce the stable proc_maps_private->mm" and "change m_start() to rely on priv->mm" into a single "shift "priv->task = NULL" from m_start() to m_stop()". Resulting code is the same. Kirill an