Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752139AbdGGKSY convert rfc822-to-8bit (ORCPT ); Fri, 7 Jul 2017 06:18:24 -0400 Received: from mga03.intel.com ([134.134.136.65]:48273 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956AbdGGKSW (ORCPT ); Fri, 7 Jul 2017 06:18:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,322,1496127600"; d="scan'208";a="990294161" From: "Reshetova, Elena" To: Peter Zijlstra CC: "linux-kernel@vger.kernel.org" , "cgroups@vger.kernel.org" , "linux-audit@redhat.com" , "linux-fsdevel@vger.kernel.org" , "gregkh@linuxfoundation.org" , "viro@zeniv.linux.org.uk" , "tj@kernel.org" , "mingo@redhat.com" , "hannes@cmpxchg.org" , "lizefan@huawei.com" , "acme@kernel.org" , "alexander.shishkin@linux.intel.com" , "eparis@redhat.com" , "akpm@linux-foundation.org" , "arnd@arndb.de" , "luto@kernel.org" , "keescook@chromium.org" , Hans Liljestrand , David Windsor Subject: RE: [PATCH 06/15] kernel: convert perf_event_context.refcount from atomic_t to refcount_t Thread-Topic: [PATCH 06/15] kernel: convert perf_event_context.refcount from atomic_t to refcount_t Thread-Index: AQHS9wBtTvmluAznK0GeMsa6KSPV1KJIB9CAgAAeweA= Date: Fri, 7 Jul 2017 10:18:16 +0000 Message-ID: <2236FBA76BA1254E88B949DDB74E612B6FF21D9B@IRSMSX102.ger.corp.intel.com> References: <1499418269-3686-1-git-send-email-elena.reshetova@intel.com> <1499418269-3686-7-git-send-email-elena.reshetova@intel.com> <20170707092745.3bxg3omd5pbly6rd@hirez.programming.kicks-ass.net> In-Reply-To: <20170707092745.3bxg3omd5pbly6rd@hirez.programming.kicks-ass.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 18 Subject: Re: [PATCH 06/15] kernel: convert perf_event_context.refcount from > atomic_t to refcount_t > > On Fri, Jul 07, 2017 at 12:04:20PM +0300, Elena Reshetova wrote: > > refcount_t type and corresponding API should be > > used instead of atomic_t when the variable is used as > > a reference counter. This allows to avoid accidental > > refcounter overflows that might lead to use-after-free > > situations. > > > > Signed-off-by: Elena Reshetova > > Signed-off-by: Hans Liljestrand > > Signed-off-by: Kees Cook > > Signed-off-by: David Windsor > > That's an invalid SoB chain.. can't do anything with these patches. OK, will fix.