Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2255624imm; Thu, 20 Sep 2018 10:06:02 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZQOhn9iW1sdE7cGzFXkm+tV0ZvihzF66hycOcGeLpcu4xlsP4uqxQlsBv4BL4aQJSpN6Gw X-Received: by 2002:a63:db15:: with SMTP id e21-v6mr38030945pgg.418.1537463162224; Thu, 20 Sep 2018 10:06:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537463162; cv=none; d=google.com; s=arc-20160816; b=URLdp8Y+zeeH/WzNdWsDHHpxV5B4SciaKtHKPfDw93z3dOxTKEk9CKUmx5YV6bKD5m 0cj6sHd+wqEDAYB/LT/B3VlV41Pvk3mOty34pNPxQvgygv4H/ithfzcmDo2p8ckU/ypC Gb+Zs/u0BOtw8h3EcQcmFyUI2u06GdyZpkDtjYCs7x+U3c8b1dj5HXX6MVe9Ya80rSxF aZL8rW0f4bmvSg8IkwDpv+XZQg1AU1fwrHoUA3eJYO5xrKLVuA4k2WWk0trSc1XrTtWJ k7uZNtUa8Io+ija5NUn66ooHIdp9OYnfYRLPdPLh3ryITXWyaWsz0iM0tvR5fWzNT5dK tV9A== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=nwiFuuZNTnHNDT3nWdFpmWokvgCvukhQxru9nxGAq5Y=; b=WFRMACsBryUhOVfjae6WpguR1XNhp+2tiy5SZMrppXw+Hu/NAagUoajU8l8VExODh1 8DXIvZIplMJRP/TrH1MCzP9niqB7qksl6ZMC820FB0tYls4tjMxOKkQDhBDcC3TtnEBh vTvbytNXzJDIMOvBkdV4xVmdCeube9tWACI6Tzd3MEgEz+Cd60L19XK3JdOnUhJaLdNu mGWdPpXQT7yKIsElirILwskc/J3+H9OLDRZUCZK4O1kfHFULu+ClUFpunBiEi+uS6nX3 mJyzb+qPTff1aYst3IijCuqnCCbwX9LVnzbZhKNy6w8KpXZXnfFA/fD88rLvg1/fggf4 TmvA== 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 92-v6si26217106plw.81.2018.09.20.10.05.43; Thu, 20 Sep 2018 10:06:02 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730915AbeITWt1 (ORCPT + 99 others); Thu, 20 Sep 2018 18:49:27 -0400 Received: from ms.lwn.net ([45.79.88.28]:46878 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726128AbeITWt1 (ORCPT ); Thu, 20 Sep 2018 18:49:27 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id DA0D9866; Thu, 20 Sep 2018 17:05:00 +0000 (UTC) Date: Thu, 20 Sep 2018 11:04:58 -0600 From: Jonathan Corbet To: Mike Rapoport Cc: Matthew Wilcox , Michal Hocko , Randy Dunlap , Vlastimil Babka , linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/3] docs/core-api: add memory allocation guide Message-ID: <20180920110458.07d5a1c7@lwn.net> In-Reply-To: <20180920042930.GA19495@rapoport-lnx> References: <1536917278-31191-1-git-send-email-rppt@linux.vnet.ibm.com> <20180920042930.GA19495@rapoport-lnx> Organization: LWN.net X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 20 Sep 2018 07:29:30 +0300 Mike Rapoport wrote: > Ping? > > On Fri, Sep 14, 2018 at 12:27:55PM +0300, Mike Rapoport wrote: > > Hi, > > > > As Vlastimil mentioned at [1], it would be nice to have some guide about > > memory allocation. This set adds such guide that summarizes the "best > > practices". > > > > The changes from the RFC include additions and corrections from Michal and > > Randy. I've also added markup to cross-reference the kernel-doc > > documentation. > > > > I've split the patch into three to separate labels addition to the exiting > > files from the new contents. > > > > v3 -> v4: > > * make GFP_*USER* description less confusing Sorry...but it's been less than a week. And this week has been ... busy ... Anyway, I've applied the set now, thanks. jon