[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180125002151.GR13338@ZenIV.linux.org.uk>
Date: Thu, 25 Jan 2018 00:21:52 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, torvalds@...ux-foundation.org,
linux-kernel@...r.kernel.org, hch@....de
Subject: Re: [PATCH 10/10] kill kernel_sock_ioctl()
On Thu, Jan 25, 2018 at 12:01:25AM +0000, 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 (with or without rebase to current tip
> of net-next)?
Below is a pull request for rebased branch. Patches themselves are
identical to what had been posted, Reviewed-by added and commit message
for "kill dev_ifsioc()" made more detailed.
The following changes since commit be1b6e8b5470e8311bfa1a3dfd7bd59e85a99759:
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (2018-01-24 18:02:17 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git rebased-net-ioctl
for you to fetch changes up to 5c59e564e46dcbab2ee7a4e9e0243562a39679a2:
kill kernel_sock_ioctl() (2018-01-24 19:13:45 -0500)
----------------------------------------------------------------
Al Viro (10):
net: separate SIOCGIFCONF handling from dev_ioctl()
devinet_ioctl(): take copyin/copyout to caller
ip_rt_ioctl(): take copyin to caller
kill dev_ifsioc()
kill bond_ioctl()
kill dev_ifname32()
lift handling of SIOCIW... out of dev_ioctl()
ipconfig: use dev_set_mtu()
dev_ioctl(): move copyin/copyout to callers
kill kernel_sock_ioctl()
include/linux/inetdevice.h | 2 +-
include/linux/net.h | 1 -
include/linux/netdevice.h | 7 +-
include/net/route.h | 2 +-
include/net/wext.h | 4 +-
net/core/dev_ioctl.c | 132 ++++++----------------
net/ipv4/af_inet.c | 28 ++++-
net/ipv4/devinet.c | 57 ++++------
net/ipv4/fib_frontend.c | 8 +-
net/ipv4/ipconfig.c | 47 ++------
net/socket.c | 271 ++++++++++++---------------------------------
net/wireless/wext-core.c | 13 ++-
12 files changed, 173 insertions(+), 399 deletions(-)
Powered by blists - more mailing lists