From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751807Ab3LJUQy (ORCPT ); Tue, 10 Dec 2013 15:16:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3484 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350Ab3LJUQw (ORCPT ); Tue, 10 Dec 2013 15:16:52 -0500 Date: Tue, 10 Dec 2013 21:16:50 +0100 From: Oleg Nesterov To: Linus Torvalds Cc: "H. Peter Anvin" , Ananth N Mavinakayanahalli , Andi Kleen , Borislav Petkov , Hugh Dickins , Ingo Molnar , Jiri Kosina , Peter Zijlstra , Srikar Dronamraju , Linux Kernel Mailing List Subject: Re: [PATCH 0/1] uprobes: Kill __replace_page(), change uprobe_write_opcode() to rely on gup(WRITE) Message-ID: <20131210201650.GA679@redhat.com> References: <20131209211824.GA15006@redhat.com> <20131210191837.GA30680@redhat.com> <20131210200426.GA31862@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131210200426.GA31862@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/10, Oleg Nesterov wrote: > > On 12/10, Linus Torvalds wrote: > > > > We'd be *much* better off using get_user_pages_fast() if possible - > > and I bet _is_ possible in 99% of all cases. > > We can't. get_user_pages_fast() takes mmap_sem. Hmm. I am stupid, there is __get_user_pages_fast(). OK, I'll try to think more. Oleg.