From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BC59C43387 for ; Thu, 20 Dec 2018 15:34:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E73E218D3 for ; Thu, 20 Dec 2018 15:34:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731136AbeLTPe0 (ORCPT ); Thu, 20 Dec 2018 10:34:26 -0500 Received: from ms.lwn.net ([45.79.88.28]:53478 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730667AbeLTPeZ (ORCPT ); Thu, 20 Dec 2018 10:34:25 -0500 Received: from lwn.net (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 D483E182; Thu, 20 Dec 2018 15:34:24 +0000 (UTC) Date: Thu, 20 Dec 2018 08:34:23 -0700 From: Jonathan Corbet To: Mike Rapoport Cc: Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-doc@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c Message-ID: <20181220083423.40233348@lwn.net> In-Reply-To: <20181220075912.GA12338@rapoport-lnx> References: <1544130781-13443-1-git-send-email-rppt@linux.ibm.com> <20181220075912.GA12338@rapoport-lnx> Organization: LWN.net 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 Dec 2018 09:59:13 +0200 Mike Rapoport wrote: > ping? Sorry, been traveling, and I still don't really know what to do with patches that are more mm/ than Documentation/. I've just applied these, though. Thanks, jon