Received: by 10.223.164.202 with SMTP id h10csp676661wrb; Wed, 15 Nov 2017 06:15:43 -0800 (PST) X-Google-Smtp-Source: AGs4zMZv+E1WJZvylhght3H10GFVzzic5rJTYHMpzWD272UJMq9II4CU8S3Skxb8MiDL7vlDv1SY X-Received: by 10.84.131.40 with SMTP id 37mr14238485pld.302.1510755343443; Wed, 15 Nov 2017 06:15:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510755343; cv=none; d=google.com; s=arc-20160816; b=RmYcIlJZBUK0bmq5/OWkONh0glwAGAS7Xb9Tem+4HIzB45RGdZWEfdjGTDWsU/yOaJ NQKKJ/hEHP81oAsMpO9Ck8WQVRO+eueNxjyMQ1Pb604UoXqjQQARTmdlqAspCUMUPw3z 9EYHr8uxUryZ3Spw/2x1HPkkQpRum0mO3zdFqKU1hmNJ1aF10ockMn7mGtYCuF0S63lg xrMHx83ezCfV8WViFlzD7v2ezw1Ojr0cEppGgSwTQ6NHex3bQ772VMxR/cJCPVuCjuNm EJ2gs5AeCpDPOufHPJwGmwuhlIgvpJokmV6YhOTQLs2d0MN2gasMGZ8uXezce1zHShek 0rhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=or+TP6MHZbpgPwLGsM2h58ZpQ8GhH9w+AuqcYmsxMDA=; b=F5SgaK1rdPA3b+7sIUCMO88StG/0yTqXstvLKWYYtWFM9dOKyb021pz9aOgKNT27uz 7GfLGIO3Ve2PlZ1uZkJ+i37XX5HxoPxGkNHKtP+UDd9I1QVNSeu+c1QoglcABBCVxG4m y2gI7ElOwYBN8FYpw3EqxAQh+uXGlKofLB3huFOSFSU3THHMKwEhUqjLHOpn+lMrW8fh xItdIktDqwWldoV9gqZ5+RIFiqyrsVd5YIgIX7JsE0epTpJw5N3yNXjIES99z3PkXjlB 0JM5jgZtXNcA5lKzhG+HtgrvVQj1FKAjzUrQL4cexrmd9xp/6NfEtdmZued8of8Frlwl dTrg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p6si17743508pgf.114.2017.11.15.06.15.31; Wed, 15 Nov 2017 06:15:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758212AbdKOOKv (ORCPT + 89 others); Wed, 15 Nov 2017 09:10:51 -0500 Received: from mga03.intel.com ([134.134.136.65]:3997 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758033AbdKOOIb (ORCPT ); Wed, 15 Nov 2017 09:08:31 -0500 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2017 06:08:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,399,1505804400"; d="scan'208";a="2131149" Received: from elena-thinkpad-x230.fi.intel.com ([10.237.72.87]) by FMSMGA003.fm.intel.com with ESMTP; 15 Nov 2017 06:08:25 -0800 From: Elena Reshetova To: mingo@redhat.com Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, peterz@infradead.org, gregkh@linuxfoundation.org, viro@zeniv.linux.org.uk, tj@kernel.org, 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, tglx@linutronix.de, dvhart@infradead.org, ebiederm@xmission.com, linux-mm@kvack.org, axboe@kernel.dk, Elena Reshetova Subject: [PATCH 08/16] perf: convert perf_event_context.refcount to refcount_t Date: Wed, 15 Nov 2017 16:03:32 +0200 Message-Id: <1510754620-27088-9-git-send-email-elena.reshetova@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1510754620-27088-1-git-send-email-elena.reshetova@intel.com> References: <1510754620-27088-1-git-send-email-elena.reshetova@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org atomic_t variables are currently used to implement reference counters with the following properties: - counter is initialized to 1 using atomic_set() - a resource is freed upon counter reaching zero - once counter reaches zero, its further increments aren't allowed - counter schema uses basic atomic operations (set, inc, inc_not_zero, dec_and_test, etc.) Such atomic variables should be converted to a newly provided refcount_t type and API that prevents accidental counter overflows and underflows. This is important since overflows and underflows can lead to use-after-free situation and be exploitable. The variable perf_event_context.refcount is used as pure reference counter. Convert it to refcount_t and fix up the operations. **Important note for maintainers: Some functions from refcount_t API defined in lib/refcount.c have different memory ordering guarantees than their atomic counterparts. The full comparison can be seen in https://lkml.org/lkml/2017/11/15/57 and it is hopefully soon in state to be merged to the documentation tree. Normally the differences should not matter since refcount_t provides enough guarantees to satisfy the refcounting use cases, but in some rare cases it might matter. Please double check that you don't have some undocumented memory guarantees for this variable usage. For the perf_event_context.refcount it might make a difference in following places: - get_ctx(), perf_event_ctx_lock_nested(), perf_lock_task_context() and __perf_event_ctx_lock_double(): increment in refcount_inc_not_zero() only guarantees control dependency on success vs. fully ordered atomic counterpart - put_ctx(): decrement in refcount_dec_and_test() only provides RELEASE ordering and control dependency on success vs. fully ordered atomic counterpart Suggested-by: Kees Cook Reviewed-by: David Windsor Reviewed-by: Hans Liljestrand Signed-off-by: Elena Reshetova --- include/linux/perf_event.h | 3 ++- kernel/events/core.c | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 2c9c87d..6a78705 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h @@ -54,6 +54,7 @@ struct perf_guest_info_callbacks { #include #include #include +#include #include struct perf_callchain_entry { @@ -718,7 +719,7 @@ struct perf_event_context { int nr_stat; int nr_freq; int rotate_disable; - atomic_t refcount; + refcount_t refcount; struct task_struct *task; /* diff --git a/kernel/events/core.c b/kernel/events/core.c index d084a97..29c381f 100644 --- a/kernel/events/core.c +++ b/kernel/events/core.c @@ -1148,7 +1148,7 @@ static void perf_event_ctx_deactivate(struct perf_event_context *ctx) static void get_ctx(struct perf_event_context *ctx) { - WARN_ON(!atomic_inc_not_zero(&ctx->refcount)); + WARN_ON(!refcount_inc_not_zero(&ctx->refcount)); } static void free_ctx(struct rcu_head *head) @@ -1162,7 +1162,7 @@ static void free_ctx(struct rcu_head *head) static void put_ctx(struct perf_event_context *ctx) { - if (atomic_dec_and_test(&ctx->refcount)) { + if (refcount_dec_and_test(&ctx->refcount)) { if (ctx->parent_ctx) put_ctx(ctx->parent_ctx); if (ctx->task && ctx->task != TASK_TOMBSTONE) @@ -1240,7 +1240,7 @@ perf_event_ctx_lock_nested(struct perf_event *event, int nesting) again: rcu_read_lock(); ctx = READ_ONCE(event->ctx); - if (!atomic_inc_not_zero(&ctx->refcount)) { + if (!refcount_inc_not_zero(&ctx->refcount)) { rcu_read_unlock(); goto again; } @@ -1373,7 +1373,7 @@ perf_lock_task_context(struct task_struct *task, int ctxn, unsigned long *flags) } if (ctx->task == TASK_TOMBSTONE || - !atomic_inc_not_zero(&ctx->refcount)) { + !refcount_inc_not_zero(&ctx->refcount)) { raw_spin_unlock(&ctx->lock); ctx = NULL; } else { @@ -3715,7 +3715,7 @@ static void __perf_event_init_context(struct perf_event_context *ctx) INIT_LIST_HEAD(&ctx->pinned_groups); INIT_LIST_HEAD(&ctx->flexible_groups); INIT_LIST_HEAD(&ctx->event_list); - atomic_set(&ctx->refcount, 1); + refcount_set(&ctx->refcount, 1); } static struct perf_event_context * @@ -9793,7 +9793,7 @@ __perf_event_ctx_lock_double(struct perf_event *group_leader, again: rcu_read_lock(); gctx = READ_ONCE(group_leader->ctx); - if (!atomic_inc_not_zero(&gctx->refcount)) { + if (!refcount_inc_not_zero(&gctx->refcount)) { rcu_read_unlock(); goto again; } -- 2.7.4 From 1584147829560585967@xxx Wed Nov 15 15:51:38 +0000 2017 X-GM-THRID: 1583624154673412496 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread