From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753482AbdCONDp (ORCPT ); Wed, 15 Mar 2017 09:03:45 -0400 Received: from mail.us.es ([193.147.175.20]:55684 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753468AbdCONCe (ORCPT ); Wed, 15 Mar 2017 09:02:34 -0400 Date: Wed, 15 Mar 2017 14:02:13 +0100 From: Pablo Neira Ayuso To: Elena Reshetova Cc: netfilter-devel@vger.kernel.org, linux-kernel@vger.kernel.org, kadlec@blackhole.kfki.hu, peterz@infradead.org, keescook@chromium.org Subject: Re: [PATCH 0/7] net, netfilter refcounter conversions Message-ID: <20170315130213.GA30233@salvia> References: <1489576245-19472-1-git-send-email-elena.reshetova@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489576245-19472-1-git-send-email-elena.reshetova@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2017 at 01:10:38PM +0200, Elena Reshetova wrote: > This series, for the netfilter subsystem, replaces atomic_t reference > counters with the new refcount_t type and API (see include/linux/refcount.h). > By doing this we prevent intentional or accidental > underflows or overflows that can led to use-after-free vulnerabilities. > > Please take the series to your tree if there are no run-time issues. Could you collapse all of your patches into one single? They are all part of the same logical change to me. > 21 files changed, 85 insertions(+), 75 deletions(-) The diffstat is small enough to do what I'm asking. Thanks!