From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753845AbdCWHkI (ORCPT ); Thu, 23 Mar 2017 03:40:08 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34026 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751816AbdCWHkG (ORCPT ); Thu, 23 Mar 2017 03:40:06 -0400 Date: Thu, 23 Mar 2017 08:40:01 +0100 From: Ingo Molnar To: Kees Cook Cc: David Windsor , Peter Zijlstra , "Reshetova, Elena" , LKML , "kernel-hardening@lists.openwall.com" Subject: Re: [PATCH v3] refcount: add refcount_t API kernel-doc comments Message-ID: <20170323074001.GB14258@gmail.com> References: <1489160052-20293-1-git-send-email-dwindsor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kees Cook wrote: > On Fri, Mar 10, 2017 at 7:34 AM, David Windsor wrote: > > v3: rebase against latest Linus tree; re-add include/linux/refcount.h > > missing from v2 series > > > > Signed-off-by: David Windsor > > Reviewed-by: Kees Cook > > Ingo, can you pull this into tip? I like having more documentation here. :) So I hopped into my time machine and applied it to tip:locking/core as of March 13th: commit bd174169c7a12a37b3b4aa2221f084ade010b182 Author: David Windsor AuthorDate: Fri Mar 10 10:34:12 2017 -0500 Commit: Ingo Molnar CommitDate: Mon Mar 13 07:41:08 2017 +0100 You are welcome! ;-) Thanks, Ingo