Received: by 10.223.176.5 with SMTP id f5csp893552wra; Wed, 7 Feb 2018 09:10:47 -0800 (PST) X-Google-Smtp-Source: AH8x225Jnurdvh9i+cekN4t5AnBPgadElSPFRv/pWHKHsiFMAnX9RNUsB5/mXuiTIhtkf2tX4Yqn X-Received: by 10.99.185.2 with SMTP id z2mr5318647pge.299.1518023447527; Wed, 07 Feb 2018 09:10:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518023447; cv=none; d=google.com; s=arc-20160816; b=LOxYkAa3WCIBGRYHvpd8JZT+tqeIXI2+Mg1JZwikXywtH6v/Wq3M2H5WfSumOBLHtn Uhov5OyHYeo1uA3PdkR792+E9CkULyM+nlAPulZSJ3E1KsgqPR2+WG14VQNi1VYAnIDq En7HYEVOinBliyz0ldO29Nies/vftBZLuabNrYmqntmcNU9/Ab/GU6eGLv8FsjQivG8M 80vNb8a5tSIwXWEVJQOtpNEK5mysiy2ZBMzDYj+o5UMJz+ahxvVQugihZGnDAzQcz83T OKyo6V1tz7VD4yitWnHxtNtEaagCNhsKRlatvBsAzRFvIquEsbkQLghNndUFlI416LtL CdHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dmarc-filter:arc-authentication-results; bh=PORs6vgG6bbgBLlUqYh3FfQ1KuMpisL/vvFJ5+6lTwU=; b=UDChjcPWW5ztkOv7AaOUYV+XvisseG/ttk6b0f89rEPd4qbzTWJNefwk2nJAE0o3FW afuZ9MXjVDtaf+L+KhKXtgLcBI7SiOaAuZlOs2n10hdLpz7zjHWkTMMs+qaIdRjSXKrH jECWZToo5N0ykssU1WaGfHQeRWpP0ZuEBx/odXF3EEn5mUH9FzSAr+Nham+pxjhm8PcY UOxIhl6wj2+NXjT5GfuXuOwggb47GCVSMg1Bc9MzLUZ5eYXYrwupJOzggmUBV5jbdbnb gTA8139mF0iUlejCrHgln44BRVR8lKWWSvprzczncvv7XKrScQegrZr2k2rBw9iFxEFe hgZA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b6-v6si1338780pls.65.2018.02.07.09.10.32; Wed, 07 Feb 2018 09:10:47 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754639AbeBGRJx (ORCPT + 99 others); Wed, 7 Feb 2018 12:09:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:41008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753390AbeBGRJw (ORCPT ); Wed, 7 Feb 2018 12:09:52 -0500 Received: from gandalf.local.home (cpe-172-100-180-131.stny.res.rr.com [172.100.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BC63921788; Wed, 7 Feb 2018 17:09:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC63921788 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Wed, 7 Feb 2018 12:09:49 -0500 From: Steven Rostedt To: Christopher Lameter Cc: Matthew Wilcox , "Paul E. McKenney" , Kirill Tkhai , josh@joshtriplett.org, mathieu.desnoyers@efficios.com, jiangshanlai@gmail.com, mingo@redhat.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, brouer@redhat.com, rao.shoaib@oracle.com Subject: Re: [PATCH 0/2] rcu: Transform kfree_rcu() into kvfree_rcu() Message-ID: <20180207120949.62fa815f@gandalf.local.home> In-Reply-To: References: <151791170164.5994.8253310844733420079.stgit@localhost.localdomain> <20180207021703.GC3617@linux.vnet.ibm.com> <20180207042334.GA16175@bombadil.infradead.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 7 Feb 2018 10:47:02 -0600 (CST) Christopher Lameter wrote: > On Tue, 6 Feb 2018, Matthew Wilcox wrote: > > > Personally, I would like us to rename kvfree() to just free(), and have > > malloc(x) be an alias to kvmalloc(x, GFP_KERNEL), but I haven't won that > > fight yet. > > Maybe lets implement malloc(), free() and realloc() in the kernel to be > consistent with user space use as possible? Only use the others > allocation variants for special cases. They would need to drop the GFP part and default to GFP_KERNEL. > > So malloc would check allocation sizes and if < 2* PAGE_SIZE use kmalloc() > otherwise vmalloc(). Please no, I hate subtle internal decisions like this. It makes debugging much more difficult, when allocating dynamic sized variables. When something works at one size but not the other. -- Steve > > free() would free anything you give it.