Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp327709ybt; Sat, 13 Jun 2020 05:54:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz0Fh3i7Nhhl+DeJ4Vk/SeFBzMq3sHhUmaI2YYsks62JnRdJx/75RD7CqyopC5tRfNGk9Vq X-Received: by 2002:a05:6402:39a:: with SMTP id o26mr16431873edv.10.1592052884981; Sat, 13 Jun 2020 05:54:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592052884; cv=none; d=google.com; s=arc-20160816; b=Gq+vw/uBA7mbo9euQuFOdbCEr/tHx072eHjmPLJZRWOjOu8W4E4b5KYm6Ym2a8ye4n HhpxU3UiKJi1O0ojky7bewmGLoGeIp9G3ySvRomT2EK5Tmk7t/qlOpwNE9di4qc6OL0N sdyxtp7+b4xphb05akC1qpe6uBGlyapDzhcqFU4AJ4AK6KMNLeN6B964b/mxzynGxYU7 iFyNig1yurp4xeZi/6GTHQ3B6Y4iPofotpbMmBFAxFO/V6JW//4LoeCEXQEFTPbKegWD YEOtICKjKeEPsjYAgC+DcwugpcSqdWsYuVK0spOdO+N8y7FeI1feG2zO6T8XgkBTLDpp 2CRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=VcK7Jq7msRCuAF3oJruEAwKaXgY+Occvc4rxCMDEBBE=; b=oN8bq4WZbYolnK2tw/c4p2pX56FqZ+teuYNdFODl5CCJgT48CbdU30wv4w48hO8Giv 6OnO8QCGsuKIzvNOOw2rsdPK+cBA8pzPARkG6X0nDZCHfzC+On4f4r/GUkXsUhwlJkq6 nFIFQndQ/yUSE++7pBoZv0YycuqJjSN0i0tVZgaw3Cszs4F0rJ82d5N9a52v4+AcekuW Fnlw64AmLNtL+aOkuv2pdjdtvT8TTyFB5qHtBMaWyuILsZV0nI6Tnf3eS5KpA1qVBBCM +ZymBpLdpBILhnEznWXdkLCvU21oefCL7C+b04hCpzqYe/Y1TqB7c+z7H1OEMI8t/Zxk MW5w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d22si5460847edv.113.2020.06.13.05.54.22; Sat, 13 Jun 2020 05:54:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726331AbgFMMvo (ORCPT + 99 others); Sat, 13 Jun 2020 08:51:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726021AbgFMMvm (ORCPT ); Sat, 13 Jun 2020 08:51:42 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44290C03E96F for ; Sat, 13 Jun 2020 05:51:42 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jk5d8-008Ab6-23; Sat, 13 Jun 2020 12:51:26 +0000 Date: Sat, 13 Jun 2020 13:51:26 +0100 From: Al Viro To: afzal mohammed Cc: Arnd Bergmann , Russell King - ARM Linux admin , Linus Walleij , "linux-kernel@vger.kernel.org" , Linux-MM , Linux ARM , Nicolas Pitre , Catalin Marinas , Will Deacon Subject: Re: [RFC 1/3] lib: copy_{from,to}_user using gup & kmap_atomic() Message-ID: <20200613125126.GE23230@ZenIV.linux.org.uk> References: <9e1de19f35e2d5e1d115c9ec3b7c3284b4a4e077.1591885760.git.afzal.mohd.ma@gmail.com> <20200612135538.GA13399@afzalpc> <20200613120432.GA5319@afzalpc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200613120432.GA5319@afzalpc> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 13, 2020 at 05:34:32PM +0530, afzal mohammed wrote: > Observation is that max. pages reaching copy_{from,to}_user() is 2, > observed maximum of n (number of bytes) being 1 page size. i think C > library cuts any size read, write to page size (if it exceeds) & > invokes the system call. Max. pages reaching 2, happens when 'n' > crosses page boundary, this has been observed w/ small size request > as well w/ ones of exact page size (but not page aligned). > > Even w/ dd of various size >4K, never is the number of pages required > to be mapped going greater than 2 (even w/ 'dd' 'bs=1M') > > i have a worry (don't know whether it is an unnecessary one): even > if we improve performance w/ large copy sizes, it might end up in a > sluggishness w.r.t user experience due to most (hence a high amount) > of user copy calls being few bytes & there the penalty being higher. > And benchmark would not be able to detect anything abnormal since > usercopy are being tested on large sizes. > > Quickly comparing boot-time on Beagle Bone White, boot time increases > by only 4%, perhaps this worry is irrelevant, but just thought will > put it across. Do stat(2) of the same tmpfs file in a loop (on tmpfs, to eliminate the filesystem playing silly buggers). And I wouldn't expect anything good there...