Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1749644ybl; Sat, 11 Jan 2020 02:03:41 -0800 (PST) X-Google-Smtp-Source: APXvYqzMu1HL6t4teR287Iby7XmIb0446Grz9NDctbMJqrhhs4WLpBjn2+z8DilPcryzpYnxX04q X-Received: by 2002:a9d:6745:: with SMTP id w5mr6480206otm.52.1578737021587; Sat, 11 Jan 2020 02:03:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578737021; cv=none; d=google.com; s=arc-20160816; b=N2rcGWku6x6yVDi0w9G4L0jmAvxV7CvwXGZZ7Q8IpWpAzPo30i2OnDMvet521V4/2J CVDN9QODojGjn6m5l/lUh0vQWM87hvTNntaY6liaV14SffAIPl856U6/JmENqHWbe4YE Wb0guV96+3GDqCOG6GpDDwd+LiTrzFz35ZbY6bUe8gxP+FliTsGWRpEmZAoWBDPp9I9n TOVeHnF+HtYnmjcYv1yb3/89UgKvYso222fny9kWVLQXlwsk77pTx/5CUYnXgx2r7bcf JtXbsrOdku4uPfZrM35U0RRX1y5NjJwkgB+os+N6zqjK6RJeZo08Qg2pd6RfZrFDi6SL K1VQ== 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=OWO/HkKfYIUohRz2kXTVps1+TUHAddKMwla4wC1anf4=; b=wyo9wSE5AI828wNJxRTwmA7ZlIZem/BdKmWvyC74vGUWK9IXzUNXpJpRAI1vMEFp5i yXnJfLM/gSZ3cvwZNPSylpqzaAKtLLMp/VisT2nAFBcASBe+25qL+oqyuWh9IXRIKH9W QOPhpC/uGPuxX1D0/5JzYYONuXuULcdw3RG41qo17P9Y9f75gQtmVIHbmtoKnnfFXVfz XnwNm94XmfeocY89AHhy7O22HXBGXE+zMqpN9ARVaDYkzxUs2qhv1K+yZimG5jnxRGOZ eBOY0rFMRfYQozPYTTjRAocB8gYGgEp4x7c4wh6l4EU/q+uwrBW2sObX7ei2hVuN8It4 KRMA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zo4kskDO; 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 v3si2561000oif.122.2020.01.11.02.03.29; Sat, 11 Jan 2020 02:03:41 -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; dkim=pass header.i=@kernel.org header.s=default header.b=zo4kskDO; 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 S1729284AbgAKKCk (ORCPT + 99 others); Sat, 11 Jan 2020 05:02:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:33166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728819AbgAKKCj (ORCPT ); Sat, 11 Jan 2020 05:02:39 -0500 Received: from localhost (unknown [62.119.166.9]) (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 D98852077C; Sat, 11 Jan 2020 10:02:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578736959; bh=iu9/s3BMOP1/KtOrOmZzB/tj8XuAQWeyw5t7+Au6Zhs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=zo4kskDOLFLqnyGhaQHr0zgbUZ+gHoTThQHmbCqI1B46WARetFEYXBJITVnck29Vx I2v68g+STfQXQ5ghe0qKKdc+hCNywOvMjHqcc1EEG1gHMyFIJKEEEB/AisrjMbS6ev Uf5iJ/CAPLNiYK5u2I13Hcy12yCo5zINXDu48LgI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mathieu Poirier , Suzuki K Poulose , Sasha Levin Subject: [PATCH 4.9 47/91] coresight: tmc-etf: Do not call smp_processor_id from preemptible Date: Sat, 11 Jan 2020 10:49:40 +0100 Message-Id: <20200111094902.887009248@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200111094844.748507863@linuxfoundation.org> References: <20200111094844.748507863@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 From: Suzuki K Poulose [ Upstream commit 024c1fd9dbcc1d8a847f1311f999d35783921b7f ] During a perf session we try to allocate buffers on the "node" associated with the CPU the event is bound to. If it is not bound to a CPU, we use the current CPU node, using smp_processor_id(). However this is unsafe in a pre-emptible context and could generate the splats as below : BUG: using smp_processor_id() in preemptible [00000000] code: perf/2544 caller is tmc_alloc_etf_buffer+0x5c/0x60 CPU: 2 PID: 2544 Comm: perf Not tainted 5.1.0-rc6-147786-g116841e #344 Hardware name: ARM LTD ARM Juno Development Platform/ARM Juno Development Platform, BIOS EDK II Feb 1 2019 Call trace: dump_backtrace+0x0/0x150 show_stack+0x14/0x20 dump_stack+0x9c/0xc4 debug_smp_processor_id+0x10c/0x110 tmc_alloc_etf_buffer+0x5c/0x60 etm_setup_aux+0x1c4/0x230 rb_alloc_aux+0x1b8/0x2b8 perf_mmap+0x35c/0x478 mmap_region+0x34c/0x4f0 do_mmap+0x2d8/0x418 vm_mmap_pgoff+0xd0/0xf8 ksys_mmap_pgoff+0x88/0xf8 __arm64_sys_mmap+0x28/0x38 el0_svc_handler+0xd8/0x138 el0_svc+0x8/0xc Use NUMA_NO_NODE hint instead of using the current node for events not bound to CPUs. Fixes: 2e499bbc1a929ac ("coresight: tmc: implementing TMC-ETF AUX space API") Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose Cc: stable # 4.7+ Signed-off-by: Mathieu Poirier Link: https://lore.kernel.org/r/20190620221237.3536-4-mathieu.poirier@linaro.org Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/hwtracing/coresight/coresight-tmc-etf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/hwtracing/coresight/coresight-tmc-etf.c b/drivers/hwtracing/coresight/coresight-tmc-etf.c index 14df4e34c21c..faf68412eb92 100644 --- a/drivers/hwtracing/coresight/coresight-tmc-etf.c +++ b/drivers/hwtracing/coresight/coresight-tmc-etf.c @@ -292,9 +292,7 @@ static void *tmc_alloc_etf_buffer(struct coresight_device *csdev, int cpu, int node; struct cs_buffers *buf; - if (cpu == -1) - cpu = smp_processor_id(); - node = cpu_to_node(cpu); + node = (event->cpu == -1) ? NUMA_NO_NODE : cpu_to_node(event->cpu); /* Allocate memory structure for interaction with Perf */ buf = kzalloc_node(sizeof(struct cs_buffers), GFP_KERNEL, node); -- 2.20.1