Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7658142yba; Thu, 2 May 2019 13:53:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqx0r5ieMm9pc9LMqkje7uZl4+LRCGI0SsGkJ9RUvnEBcpxWHnSgQlMZA16X4YdLX/OFvEc9 X-Received: by 2002:a17:902:9a4a:: with SMTP id x10mr5842553plv.113.1556830434847; Thu, 02 May 2019 13:53:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556830434; cv=none; d=google.com; s=arc-20160816; b=JC0/rRcuIq0YCGfOdUYC4l3LyrlIYB0fNejAkbSCs9ahrSLb48fqO0mYTAQGPafbGk AINHZePnENYnVzFIeyGUDQgdxboY7/XjlyxTcX0J+Sd/c2xziBDzT4dtkmwImYaaaL7E akwl59u0oxn/sLUosqyNuOYrflYKKpZrphFvRa2OW8ITPsKBFRE8WPLAhZ8Nb8ROSLcs gWRpVy7/83daiiB2ZuTgJvTuETV6OUXhI7sZYsT0VPsnuZWEWwJKeqEE/GsDX0oCE9ag s7BkgfX7cCB/grvL+0fszdsHfyRM7vqLB8NPpEY0Obv2FBDDp+V2q1VjnQj5HMfjKbrK bPZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=gXzZduW4FCpMd/bbhCB0XKIk+1XyMh/6Luv6DYEvBSE=; b=mm/wi8nRku4NlBX8E5cxQOzEgPrQoqsMsCRQKdpfm30+4PXRUFGt1tiX2n9Nj+eaa8 utgIEt2egFfzl0uaAf09Y3SHG/+yYXyW9fIOkzg4dyYCNNA/fuR5VdDsCNQUWe66j7Oo +nFdaRfhdkOMvwkoXYoninH+xfUReRLSkBWygXbqt0oi97fafiC3EdCQrFMNebby5lv4 ePGgv9k/XeIVE8lhj2pEOFP3EMDL0ZZH7CCPm/RFdkwcCziWQAAat2wsD63ZJjLBO4Bk n/Wk4vItH2tWQze6B82nAx1ZqObvuM9KuujoHEwR+hm6Vlt740csTc8TwBS01mWHtW9v 1Z6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p6si217134plo.185.2019.05.02.13.53.38; Thu, 02 May 2019 13:53:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726280AbfEBUwj (ORCPT + 99 others); Thu, 2 May 2019 16:52:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49308 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725962AbfEBUwj (ORCPT ); Thu, 2 May 2019 16:52:39 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E8D23A6DEF; Thu, 2 May 2019 20:52:38 +0000 (UTC) Received: from jsavitz.bos.com (dhcp-17-168.bos.redhat.com [10.18.17.168]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9362B5DA34; Thu, 2 May 2019 20:52:29 +0000 (UTC) From: Joel Savitz To: linux-kernel@vger.kernel.org Cc: Joel Savitz , Thomas Gleixner , Ingo Molnar , Masami Hiramatsu , Waiman Long , Mauro Carvalho Chehab , Kristina Martsenko , Andrew Morton , Cyrill Gorcunov , Kees Cook , "Gustavo A. R. Silva" , YueHaibing , Micah Morton , Yang Shi , Jann Horn , Alexey Dobriyan , Rafael Aquini , Michael Kerrisk , Yury Norov Subject: [PATCH v2 0/2] sys/prctl: expose TASK_SIZE value to userspace Date: Thu, 2 May 2019 16:52:20 -0400 Message-Id: <1556830342-32307-1-git-send-email-jsavitz@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 02 May 2019 20:52:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In the mainline kernel, there is no quick mechanism to get the virtual memory size of the current process from userspace. Despite the current state of affairs, this information is available to the user through several means, one being a linear search of the entire address space. This is an inefficient use of cpu cycles. A component of the libhugetlb kernel test does exactly this, and as systems' address spaces increase beyond 32-bits, this method becomes exceedingly tedious. For example, on a ppc64le system with a 47-bit address space, the linear search causes the test to hang for some unknown amount of time. I couldn't give you an exact number because I just ran it for about 10-20 minutes and went to go do something else, probably to get coffee or something, and when I came back, I just killed the test and patched it to use this new mechanism. I re-ran my new version of the test using a kernel with this patch, and of course it passed through the previously bottlenecking codepath nearly instantaneously. As such, I propose that the prctl syscall be extended to include the option to retrieve TASK_SIZE from the kernel. This patch will allow us to upgrade an O(n) codepath to O(1) in an architecture-independent manner, and provide a mechanism for others to do the same. Joel Savitz(2): sys/prctl: add PR_GET_TASK_SIZE option to prctl(2) prctl.2: Document the new PR_GET_TASK_SIZE option include/uapi/linux/prctl.h | 3 +++ kernel/sys.c | 10 ++++++++++ 2 files changed, 13 insertions(+) man2/prctl.2 | 9 +++++++++ 1 file changed, 9 insertions(+) -- 2.18.1