Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread David Miller
From: Al Viro Date: Thu, 25 Jan 2018 00:01:25 + > On Wed, Jan 24, 2018 at 03:52:44PM -0500, David Miller wrote: >> >> Al this series looks fine to me, want me to toss it into net-next? > > Do you want them reposted (with updated commit messages), or would > you

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread David Miller
From: Al Viro Date: Thu, 25 Jan 2018 00:01:25 + > On Wed, Jan 24, 2018 at 03:52:44PM -0500, David Miller wrote: >> >> Al this series looks fine to me, want me to toss it into net-next? > > Do you want them reposted (with updated commit messages), or would > you prefer a pull request (with

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread Al Viro
On Thu, Jan 25, 2018 at 12:01:25AM +, Al Viro wrote: > On Wed, Jan 24, 2018 at 03:52:44PM -0500, David Miller wrote: > > > > Al this series looks fine to me, want me to toss it into net-next? > > Do you want them reposted (with updated commit messages), or would > you prefer a pull request

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread Al Viro
On Thu, Jan 25, 2018 at 12:01:25AM +, Al Viro wrote: > On Wed, Jan 24, 2018 at 03:52:44PM -0500, David Miller wrote: > > > > Al this series looks fine to me, want me to toss it into net-next? > > Do you want them reposted (with updated commit messages), or would > you prefer a pull request

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread Al Viro
On Wed, Jan 24, 2018 at 03:52:44PM -0500, David Miller wrote: > > Al this series looks fine to me, want me to toss it into net-next? Do you want them reposted (with updated commit messages), or would you prefer a pull request (with or without rebase to current tip of net-next)?

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread Al Viro
On Wed, Jan 24, 2018 at 03:52:44PM -0500, David Miller wrote: > > Al this series looks fine to me, want me to toss it into net-next? Do you want them reposted (with updated commit messages), or would you prefer a pull request (with or without rebase to current tip of net-next)?

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread David Miller
Al this series looks fine to me, want me to toss it into net-next?

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-24 Thread David Miller
Al this series looks fine to me, want me to toss it into net-next?

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-22 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH 10/10] kill kernel_sock_ioctl()

2018-01-22 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH 10/10] kill kernel_sock_ioctl()

2018-01-18 Thread Al Viro
From: Al Viro no users since 2014 Signed-off-by: Al Viro --- include/linux/net.h | 1 - net/socket.c| 13 - 2 files changed, 14 deletions(-) diff --git a/include/linux/net.h b/include/linux/net.h index

[PATCH 10/10] kill kernel_sock_ioctl()

2018-01-18 Thread Al Viro
From: Al Viro no users since 2014 Signed-off-by: Al Viro --- include/linux/net.h | 1 - net/socket.c| 13 - 2 files changed, 14 deletions(-) diff --git a/include/linux/net.h b/include/linux/net.h index caeb159abda5..68acc54976bf 100644 --- a/include/linux/net.h +++