From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by kanga.kvack.org (Postfix) with ESMTP id 530076B029D for ; Tue, 6 Oct 2015 05:24:52 -0400 (EDT) Received: by wicge5 with SMTP id ge5so157464847wic.0 for ; Tue, 06 Oct 2015 02:24:51 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id qr6si22356476wic.42.2015.10.06.02.24.48 for (version=TLS1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 Oct 2015 02:24:48 -0700 (PDT) From: Jan Kara Subject: [PATCH 0/7] get_user_pages() cleanup Date: Tue, 6 Oct 2015 11:24:23 +0200 Message-Id: <1444123470-4932-1-git-send-email-jack@suse.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-mm@kvack.org Cc: Jan Kara , Jesper Nilsson , linux-cris-kernel@axis.com, Mikael Starvik , linux-ia64@vger.kernel.org, Tony Luck , David Airlie , dri-devel@lists.freedesktop.org, Timur Tabi , linux-rdma@vger.kernel.org, Roland Dreier , Daniel Vetter , Andy Walls , linux-media@vger.kernel.org, Mauro Carvalho Chehab From: Jan Kara Hello, Now when the usage of get_user_pages() in media drivers got cleaned up, here comes a series which removes knowledge about mmap_sem from a couple of other drivers. Patches are trivial and standalone but please check, they are only compile tested. If you are OK with them, either take them through your respective trees or ack them and I can take care of pushing them to Linus (probably through mm tree). Thanks. After these patches there are some 12 call sites of get_user_pages() outside of core code (mostly infiniband and RDMA). So we are slowly getting to the goal of removing knowledge about page fault locking from drivers which will consequently allow us to change the locking rules with reasonable effort. Honza CC: Jesper Nilsson CC: linux-cris-kernel@axis.com CC: Mikael Starvik CC: linux-ia64@vger.kernel.org CC: Tony Luck CC: David Airlie CC: dri-devel@lists.freedesktop.org CC: Timur Tabi CC: linux-rdma@vger.kernel.org CC: Roland Dreier CC: Daniel Vetter CC: David Airlie CC: dri-devel@lists.freedesktop.org CC: Andy Walls CC: linux-media@vger.kernel.org CC: Mauro Carvalho Chehab -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org