Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1030815yba; Thu, 4 Apr 2019 02:50:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqx6hRkepCCaWA4/2UYbXNTOzNcRLAkfZCSuGlKOpfqWwObR58fLuB0OqMwR19jhrpyqCFNd X-Received: by 2002:a17:902:54f:: with SMTP id 73mr5277058plf.210.1554371437495; Thu, 04 Apr 2019 02:50:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554371437; cv=none; d=google.com; s=arc-20160816; b=C5x/64suKpKp2ocme56BaF/UXRPbZVMtkpbZFRp6FLmEBeW5YEE4WlTy5KDKfqO5D/ HTo0vUNZGZu6GUgcd2Y8qoqTDDu+qQWbkIH5W1075nDJJbKBBIES4M0ZF8a4rkKmTMO4 Drrqb4r9nB9SxhUJ0hxgimx3htlMvslJq7Lbd0xabb0vlVNm5MFVGD03HnS7fTuM0NSF SU7Wqgq6R6ZMLn6Ef4mbMxaLcwU+RPavaP3RalHageW0xRZXqyQpHqItHN0gVyS1+UuL gSfBTjmUY1jhdjLpTto4L+ehiwvocmBgx6VPgFUZECPjyW0zZUd+StEo6g+xPOMeExWZ npaQ== 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=nshB2bPDOZdMJJ7QU39v7k0AgDy3EFTni/35NHgEMik=; b=sHeS6WDGaQq92de7377VoDoDa4n2uzPogufmT3tGCMtsl17/k6dyUIy/uWLa2COdyP d+115HBbgqNHjjxToT3496sU2h5n8dCuOEVi55W8NCD7K1K92OW/ECxIuthBUSBLribX kIWLb1KHXZIgIKF4FZNm50Ej8lX6qqjhyqqw8C4uU22+kdN6pGZtQ8X7mA9fEsRP9/YC Y/p+Q6ja7zADY4BGqxuaOhjEYOitIcV/h22KzHUyCSn+3xotMMCwJmj7MrFeDDx40sFE pa1T2kbyxVNPZLIUSWU7VOnoDEefL+3iQJ8xERbF1GqK3DKudkn9bzdgVVu2Q5r26kUM tGWg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=G1lRFgS5; 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 c20si15576123pfi.259.2019.04.04.02.50.22; Thu, 04 Apr 2019 02:50:37 -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=G1lRFgS5; 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 S1730421AbfDDI4I (ORCPT + 99 others); Thu, 4 Apr 2019 04:56:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:59362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729268AbfDDI4H (ORCPT ); Thu, 4 Apr 2019 04:56:07 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 E679C20882; Thu, 4 Apr 2019 08:56:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554368166; bh=lmBROMTpVejuMNleZEVjH9FCakjaNPwo0GbhIFp4nx0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=G1lRFgS5Rvz/+RVkVfULgXsogRkv8W+nfWhLpR9YQI5GSJRCmRbzbfXLVPDBV+Lqv D9+zeEKhXSb3LIAkbCXCHt8Aq3Q2BoVLsuj3WtkadLkVh2UXV9aATe9ADbIF39Zt3A xJMbMfuCF7f+0j17GEGI+hmjtJDsQYul7N4eNsec= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sebastian Andrzej Siewior , Russell King , Sasha Levin Subject: [PATCH 4.14 045/121] ARM: 8840/1: use a raw_spinlock_t in unwind Date: Thu, 4 Apr 2019 10:47:13 +0200 Message-Id: <20190404084547.721969523@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190404084545.245659903@linuxfoundation.org> References: <20190404084545.245659903@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore 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 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 74ffe79ae538283bbf7c155e62339f1e5c87b55a ] Mostly unwind is done with irqs enabled however SLUB may call it with irqs disabled while creating a new SLUB cache. I had system freeze while loading a module which called kmem_cache_create() on init. That means SLUB's __slab_alloc() disabled interrupts and then ->new_slab_objects() ->new_slab() ->setup_object() ->setup_object_debug() ->init_tracking() ->set_track() ->save_stack_trace() ->save_stack_trace_tsk() ->walk_stackframe() ->unwind_frame() ->unwind_find_idx() =>spin_lock_irqsave(&unwind_lock); Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Russell King Signed-off-by: Sasha Levin --- arch/arm/kernel/unwind.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/kernel/unwind.c b/arch/arm/kernel/unwind.c index 0bee233fef9a..314cfb232a63 100644 --- a/arch/arm/kernel/unwind.c +++ b/arch/arm/kernel/unwind.c @@ -93,7 +93,7 @@ extern const struct unwind_idx __start_unwind_idx[]; static const struct unwind_idx *__origin_unwind_idx; extern const struct unwind_idx __stop_unwind_idx[]; -static DEFINE_SPINLOCK(unwind_lock); +static DEFINE_RAW_SPINLOCK(unwind_lock); static LIST_HEAD(unwind_tables); /* Convert a prel31 symbol to an absolute address */ @@ -201,7 +201,7 @@ static const struct unwind_idx *unwind_find_idx(unsigned long addr) /* module unwind tables */ struct unwind_table *table; - spin_lock_irqsave(&unwind_lock, flags); + raw_spin_lock_irqsave(&unwind_lock, flags); list_for_each_entry(table, &unwind_tables, list) { if (addr >= table->begin_addr && addr < table->end_addr) { @@ -213,7 +213,7 @@ static const struct unwind_idx *unwind_find_idx(unsigned long addr) break; } } - spin_unlock_irqrestore(&unwind_lock, flags); + raw_spin_unlock_irqrestore(&unwind_lock, flags); } pr_debug("%s: idx = %p\n", __func__, idx); @@ -529,9 +529,9 @@ struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, tab->begin_addr = text_addr; tab->end_addr = text_addr + text_size; - spin_lock_irqsave(&unwind_lock, flags); + raw_spin_lock_irqsave(&unwind_lock, flags); list_add_tail(&tab->list, &unwind_tables); - spin_unlock_irqrestore(&unwind_lock, flags); + raw_spin_unlock_irqrestore(&unwind_lock, flags); return tab; } @@ -543,9 +543,9 @@ void unwind_table_del(struct unwind_table *tab) if (!tab) return; - spin_lock_irqsave(&unwind_lock, flags); + raw_spin_lock_irqsave(&unwind_lock, flags); list_del(&tab->list); - spin_unlock_irqrestore(&unwind_lock, flags); + raw_spin_unlock_irqrestore(&unwind_lock, flags); kfree(tab); } -- 2.19.1