Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4484525ybe; Mon, 9 Sep 2019 09:55:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqwQzWBE1bjuEAn/IkKO5iOZi+SoFYbTMUMod8fYUXcK/2ZM7BEqGFR6cn2zjwiQ3YumlxZ6 X-Received: by 2002:a50:f782:: with SMTP id h2mr24832710edn.225.1568048128516; Mon, 09 Sep 2019 09:55:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568048128; cv=none; d=google.com; s=arc-20160816; b=vEIOnSi+s/Cef/n3JIuU5nd0gl4IinH0Z2XIB+qAnAKvfalDYV/T3EK/rIvORl6/81 6ksru363t9lnlFDZ3RWZeVQlWheGwf+LsEEC6a6T6bUFXIw7MFYcpnvjDTH6G5WlBM3y RlzqE67Aqhvd5q48IBNNy6SUFxeCseM0WoIk2QKJk8KVArlFmkNpOdvkDzn96SAWgk0Z 4tjmNJdlXcaBv2Iv2EJVT+D8ZxsZuMljj9JDFUIYs3nHaKldn5ytGBiUGVJU4RSldTTq UkdrSkUHym4N6+wh00ZWPX3kFEwMa248+JjMf1kWJeHl0gC+01Na2kfolgTgTxgFaUhD naew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=rDRyAfNQ3caO4sj3+usAdxS35MlBgmt0BAmXOGh0zqc=; b=ltrL3T9D6XXtijmy9B8p/AsK+yAxrYcJD8JCvlurGCIB98luKf9fOJBtz7iRvktaJA n5vNR+8F8zJ5DfWYHa0DToB3RpXEGeVlk0NdK69DJ0Ger4HYeXRgaizhd/nh4um5U+aT /4wlurzxB7H64kSs8Jlsh9kQi79cLZL2kj9MwjfDJw70O3ECCYNX3Qu3mofKYNVK1cuH 8VWPwZRNcQgSaKW1rnU7DlmJyRih8JDRmQVhO6W7hjFihWpVOGqX3rcirmpDQi7VRkd2 Rt4ONwYVyt88d/gdlovZyqfPEyAbieGvTrehkiBFAnhq5HHOdLrCTvanrc9+Kogn4wga b7wg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=hNgBaEBh; 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 y10si1877960edp.248.2019.09.09.09.55.05; Mon, 09 Sep 2019 09:55:28 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=hNgBaEBh; 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 S1726538AbfIHM7o (ORCPT + 99 others); Sun, 8 Sep 2019 08:59:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:60800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730100AbfIHMpa (ORCPT ); Sun, 8 Sep 2019 08:45:30 -0400 Received: from localhost (unknown [62.28.240.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2DE32218AE; Sun, 8 Sep 2019 12:45:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567946729; bh=nvmRIy+6rMnlY38d0yRPytL/t/tJafzEouEbIOaN7uI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hNgBaEBhjkIcO46MGu4P9QKSoaEMLrNH4v14yznQSwdOTiugH21W2pK1PsL4a36WJ JMiquN2g+cydehAeTJFHBP0WbSFgpQxjO5CB9xwkMejkoYrNdjh4Xyf3CBpXkOzK6q ayw32raIfaq1VB8muEyrxhmi2C2kGt7tbhR1QGkY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Andrea Righi , Masami Hiramatsu , Anil S Keshavamurthy , "David S. Miller" , Linus Torvalds , "Naveen N. Rao" , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Sasha Levin Subject: [PATCH 4.14 19/40] kprobes: Fix potential deadlock in kprobe_optimizer() Date: Sun, 8 Sep 2019 13:41:52 +0100 Message-Id: <20190908121122.422225193@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190908121114.260662089@linuxfoundation.org> References: <20190908121114.260662089@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit f1c6ece23729257fb46562ff9224cf5f61b818da ] lockdep reports the following deadlock scenario: WARNING: possible circular locking dependency detected kworker/1:1/48 is trying to acquire lock: 000000008d7a62b2 (text_mutex){+.+.}, at: kprobe_optimizer+0x163/0x290 but task is already holding lock: 00000000850b5e2d (module_mutex){+.+.}, at: kprobe_optimizer+0x31/0x290 which lock already depends on the new lock. the existing dependency chain (in reverse order) is: -> #1 (module_mutex){+.+.}: __mutex_lock+0xac/0x9f0 mutex_lock_nested+0x1b/0x20 set_all_modules_text_rw+0x22/0x90 ftrace_arch_code_modify_prepare+0x1c/0x20 ftrace_run_update_code+0xe/0x30 ftrace_startup_enable+0x2e/0x50 ftrace_startup+0xa7/0x100 register_ftrace_function+0x27/0x70 arm_kprobe+0xb3/0x130 enable_kprobe+0x83/0xa0 enable_trace_kprobe.part.0+0x2e/0x80 kprobe_register+0x6f/0xc0 perf_trace_event_init+0x16b/0x270 perf_kprobe_init+0xa7/0xe0 perf_kprobe_event_init+0x3e/0x70 perf_try_init_event+0x4a/0x140 perf_event_alloc+0x93a/0xde0 __do_sys_perf_event_open+0x19f/0xf30 __x64_sys_perf_event_open+0x20/0x30 do_syscall_64+0x65/0x1d0 entry_SYSCALL_64_after_hwframe+0x49/0xbe -> #0 (text_mutex){+.+.}: __lock_acquire+0xfcb/0x1b60 lock_acquire+0xca/0x1d0 __mutex_lock+0xac/0x9f0 mutex_lock_nested+0x1b/0x20 kprobe_optimizer+0x163/0x290 process_one_work+0x22b/0x560 worker_thread+0x50/0x3c0 kthread+0x112/0x150 ret_from_fork+0x3a/0x50 other info that might help us debug this: Possible unsafe locking scenario: CPU0 CPU1 ---- ---- lock(module_mutex); lock(text_mutex); lock(module_mutex); lock(text_mutex); *** DEADLOCK *** As a reproducer I've been using bcc's funccount.py (https://github.com/iovisor/bcc/blob/master/tools/funccount.py), for example: # ./funccount.py '*interrupt*' That immediately triggers the lockdep splat. Fix by acquiring text_mutex before module_mutex in kprobe_optimizer(). Signed-off-by: Andrea Righi Acked-by: Masami Hiramatsu Cc: Anil S Keshavamurthy Cc: David S. Miller Cc: Linus Torvalds Cc: Naveen N. Rao Cc: Peter Zijlstra Cc: Thomas Gleixner Fixes: d5b844a2cf50 ("ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()") Link: http://lkml.kernel.org/r/20190812184302.GA7010@xps-13 Signed-off-by: Ingo Molnar Signed-off-by: Sasha Levin --- kernel/kprobes.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/kprobes.c b/kernel/kprobes.c index ec11bb986a8b4..c43bc2bc5b2ca 100644 --- a/kernel/kprobes.c +++ b/kernel/kprobes.c @@ -483,6 +483,7 @@ static DECLARE_DELAYED_WORK(optimizing_work, kprobe_optimizer); */ static void do_optimize_kprobes(void) { + lockdep_assert_held(&text_mutex); /* * The optimization/unoptimization refers online_cpus via * stop_machine() and cpu-hotplug modifies online_cpus. @@ -500,9 +501,7 @@ static void do_optimize_kprobes(void) list_empty(&optimizing_list)) return; - mutex_lock(&text_mutex); arch_optimize_kprobes(&optimizing_list); - mutex_unlock(&text_mutex); } /* @@ -513,6 +512,7 @@ static void do_unoptimize_kprobes(void) { struct optimized_kprobe *op, *tmp; + lockdep_assert_held(&text_mutex); /* See comment in do_optimize_kprobes() */ lockdep_assert_cpus_held(); @@ -520,7 +520,6 @@ static void do_unoptimize_kprobes(void) if (list_empty(&unoptimizing_list)) return; - mutex_lock(&text_mutex); arch_unoptimize_kprobes(&unoptimizing_list, &freeing_list); /* Loop free_list for disarming */ list_for_each_entry_safe(op, tmp, &freeing_list, list) { @@ -537,7 +536,6 @@ static void do_unoptimize_kprobes(void) } else list_del_init(&op->list); } - mutex_unlock(&text_mutex); } /* Reclaim all kprobes on the free_list */ @@ -563,6 +561,7 @@ static void kprobe_optimizer(struct work_struct *work) { mutex_lock(&kprobe_mutex); cpus_read_lock(); + mutex_lock(&text_mutex); /* Lock modules while optimizing kprobes */ mutex_lock(&module_mutex); @@ -590,6 +589,7 @@ static void kprobe_optimizer(struct work_struct *work) do_free_cleaned_kprobes(); mutex_unlock(&module_mutex); + mutex_unlock(&text_mutex); cpus_read_unlock(); mutex_unlock(&kprobe_mutex); -- 2.20.1