From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754164AbdCJHZN (ORCPT ); Fri, 10 Mar 2017 02:25:13 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:34774 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104AbdCJHZM (ORCPT ); Fri, 10 Mar 2017 02:25:12 -0500 Date: Fri, 10 Mar 2017 08:25:07 +0100 From: Ingo Molnar To: David Windsor Cc: peterz@infradead.org, elena.reshetova@intel.com, linux-kernel@vger.kernel.org, kernel-hardening@lists.openwall.com, Kees Cook Subject: Re: [PATCH] refcount: add refcount_t API kernel-doc comments Message-ID: <20170310072507.GB4909@gmail.com> References: <1488506159-3506-1-git-send-email-dwindsor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488506159-3506-1-git-send-email-dwindsor@gmail.com> 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 * David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > v2: incorporate fixes from Peter Zijlstra and Ingo Molnar > > Signed-off-by: David Windsor > --- > lib/refcount.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 110 insertions(+), 12 deletions(-) Patch does not apply cleanly anymore, could you please merge it to Linus's latest and resend? Thanks! Ingo