From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:39960 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752506AbdGHAa1 (ORCPT ); Fri, 7 Jul 2017 20:30:27 -0400 Date: Sat, 8 Jul 2017 01:30:15 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git pile 14 - spi uaccess delousing Message-ID: <20170708003015.GM10672@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Getting rid of pointless __get_user() and friends in drivers/spi [the only reason it's on a separate branch is that I hoped it would be picked by spi folks; looks like mail asking them to grab it got lost and I hadn't followed up on that] The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-spi for you to fetch changes up to 251d59515fe4681a64a8bc7e37cfa00701e0f9b0: spidev: quit messing with access_ok() (2017-06-29 18:00:52 -0400) ---------------------------------------------------------------- Al Viro (1): spidev: quit messing with access_ok() drivers/spi/spidev.c | 42 +++++++++++------------------------------- 1 file changed, 11 insertions(+), 31 deletions(-)