mbox series

[rdma-next,v1,0/2] Remove PID namespaces support from restrack

Message ID 20191010071105.25538-1-leon@kernel.org (mailing list archive)
Headers show
Series Remove PID namespaces support from restrack | expand

Message

Leon Romanovsky Oct. 10, 2019, 7:11 a.m. UTC
From: Leon Romanovsky <leonro@mellanox.com>

Changelog
 v0 -> v1: https://lore.kernel.org/linux-rdma/20191002123245.18153-1-leon@kernel.org
 * Beatify code as Parav suggested (patch #2)

----------------------------------------------------------------------------------------
Hi,

Please see individual commit messages for more details.

Thanks

Leon Romanovsky (2):
  RDMA/restrack: Remove PID namespace support
  RDMA/core: Check that process is still alive before sending it to the
    users

 drivers/infiniband/core/counters.c | 28 +++++++++-----------
 drivers/infiniband/core/nldev.c    | 41 ++++++++++++++++--------------
 drivers/infiniband/core/restrack.c | 20 +--------------
 drivers/infiniband/core/restrack.h |  1 -
 4 files changed, 35 insertions(+), 55 deletions(-)

--
2.20.1

Comments

Jason Gunthorpe Oct. 23, 2019, 7:09 p.m. UTC | #1
On Thu, Oct 10, 2019 at 10:11:03AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@mellanox.com>
> 
> Changelog
>  v0 -> v1: https://lore.kernel.org/linux-rdma/20191002123245.18153-1-leon@kernel.org
>  * Beatify code as Parav suggested (patch #2)
> 
> Hi,
> 
> Please see individual commit messages for more details.
> 
> Thanks
> 
> Leon Romanovsky (2):
>   RDMA/restrack: Remove PID namespace support
>   RDMA/core: Check that process is still alive before sending it to the
>     users

Applied to for-next, thanks

Jason
Leon Romanovsky Oct. 24, 2019, 6:21 a.m. UTC | #2
On Wed, Oct 23, 2019 at 04:09:33PM -0300, Jason Gunthorpe wrote:
> On Thu, Oct 10, 2019 at 10:11:03AM +0300, Leon Romanovsky wrote:
> > From: Leon Romanovsky <leonro@mellanox.com>
> >
> > Changelog
> >  v0 -> v1: https://lore.kernel.org/linux-rdma/20191002123245.18153-1-leon@kernel.org
> >  * Beatify code as Parav suggested (patch #2)
> >
> > Hi,
> >
> > Please see individual commit messages for more details.
> >
> > Thanks
> >
> > Leon Romanovsky (2):
> >   RDMA/restrack: Remove PID namespace support
> >   RDMA/core: Check that process is still alive before sending it to the
> >     users
>
> Applied to for-next, thanks

Didn't you push it? I don't see it yet.

Thanks

>
> Jason