From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADB34C43465 for ; Fri, 18 Sep 2020 16:08:56 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 61F3A206A4 for ; Fri, 18 Sep 2020 16:08:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Qi7cJP/a"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="cJRspX+g" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 61F3A206A4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=GzEp1mzKIxh/xsmipkK6qv+PFn1087bu8Rgm2UnXOjU=; b=Qi7cJP/a8CgNtoHydnTUmtUeo KNWm/s/QcGbsTKUq1WPBy40J7sNeIleCyO4CdN+JWcEDlczUmOYuFywR91PhXBbB3Pe0255xi4aMK ogLax11xqplz5mzWXEyepNyZqhlnTKjRsUEFZFQ0VI7N0f6l9tyhSaBuLxf7j9s/SNIuRxhZU6AXF E4emNgc5/ZMZ7Ch3eUDmJd+Yu3Lio22m3HE875eNDmQWjizzMxvYqkkaJR/0rLPBELb2HQb3CIqn8 hO3/fgLq0PYhsgbigUAd72b2P5UJFsIx8ZPyiLwHc8hvfijiPv3GW5WqloysPVWSd8lLX94mxP5Uv fQr+c3IxA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kJIvE-000778-Nw; Fri, 18 Sep 2020 16:07:40 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kJIvB-00076N-Lk for linux-arm-kernel@lists.infradead.org; Fri, 18 Sep 2020 16:07:38 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (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 AB23D206A4; Fri, 18 Sep 2020 16:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600445256; bh=9dixanff130eaXiQ/oKff1vm5kBZz8PrkSFuCp87TdE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cJRspX+gs4ekjAWEiL+MdJyJ1KLF/sfTO5eqRi+/u3M/ruwYrajsk898cgAaI5g7s pkwYIyfppu9842J2xhEZaHx24yEFNh4cfckHE+NtFynBZrWd6RRzDfvcTTc6nAcYWo Lzl418l+fGjnzFyweH4hiLW4xNOVLe65rOpCHhwE= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kJIv8-00D3Qo-Ty; Fri, 18 Sep 2020 17:07:35 +0100 MIME-Version: 1.0 Date: Fri, 18 Sep 2020 17:07:34 +0100 From: Marc Zyngier To: Will Deacon , Sergey Senozhatsky Subject: Re: [PATCH] arm64: ipi_teardown() should depend on HOTPLUG_CPU In-Reply-To: <20200918154125.GB31676@willie-the-truck> References: <20200918153548.836986-1-sergey.senozhatsky@gmail.com> <20200918154125.GB31676@willie-the-truck> User-Agent: Roundcube Webmail/1.4.8 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: will@kernel.org, sergey.senozhatsky@gmail.com, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200918_120737_776786_2625786F X-CRM114-Status: GOOD ( 16.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Catalin Marinas , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020-09-18 16:41, Will Deacon wrote: > On Sat, Sep 19, 2020 at 12:35:48AM +0900, Sergey Senozhatsky wrote: >> ipi_teardown() is used only when CONFIG_HOTPLUG_CPU is set. >> >> Signed-off-by: Sergey Senozhatsky >> --- >> arch/arm64/kernel/smp.c | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) > > I think this is a duplicate of: > > > https://lore.kernel.org/r/20200918123318.23764-1-yuehaibing@huawei.com > > which Marc is aware of (and I'm assuming he'll fix it in his series). Indeed. Applied and pushed out. Thanks though! M. (about to fix the same issue with arch/arm...) -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA65CC43463 for ; Fri, 18 Sep 2020 16:07:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A78F72389E for ; Fri, 18 Sep 2020 16:07:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600445258; bh=9dixanff130eaXiQ/oKff1vm5kBZz8PrkSFuCp87TdE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Pw5nFjB4ToPCe+wj4WHlrbD4BqFcWxOsOYwTh+xvRV1nja6gZKpozdmVGQc4HVd2X sTqHjz3xbtCYzlICW57AKP0nyjW9sYWJ7Hdly0bwYYSJ/Yk97WxKuvt5SIHefPRPOq PgE+qR8tQzDYurZov350MWhr0lQ6734utEhyT40Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726367AbgIRQHh (ORCPT ); Fri, 18 Sep 2020 12:07:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:55004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbgIRQHh (ORCPT ); Fri, 18 Sep 2020 12:07:37 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (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 AB23D206A4; Fri, 18 Sep 2020 16:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600445256; bh=9dixanff130eaXiQ/oKff1vm5kBZz8PrkSFuCp87TdE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cJRspX+gs4ekjAWEiL+MdJyJ1KLF/sfTO5eqRi+/u3M/ruwYrajsk898cgAaI5g7s pkwYIyfppu9842J2xhEZaHx24yEFNh4cfckHE+NtFynBZrWd6RRzDfvcTTc6nAcYWo Lzl418l+fGjnzFyweH4hiLW4xNOVLe65rOpCHhwE= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kJIv8-00D3Qo-Ty; Fri, 18 Sep 2020 17:07:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 18 Sep 2020 17:07:34 +0100 From: Marc Zyngier To: Will Deacon , Sergey Senozhatsky Cc: Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: ipi_teardown() should depend on HOTPLUG_CPU In-Reply-To: <20200918154125.GB31676@willie-the-truck> References: <20200918153548.836986-1-sergey.senozhatsky@gmail.com> <20200918154125.GB31676@willie-the-truck> User-Agent: Roundcube Webmail/1.4.8 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: will@kernel.org, sergey.senozhatsky@gmail.com, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-09-18 16:41, Will Deacon wrote: > On Sat, Sep 19, 2020 at 12:35:48AM +0900, Sergey Senozhatsky wrote: >> ipi_teardown() is used only when CONFIG_HOTPLUG_CPU is set. >> >> Signed-off-by: Sergey Senozhatsky >> --- >> arch/arm64/kernel/smp.c | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) > > I think this is a duplicate of: > > > https://lore.kernel.org/r/20200918123318.23764-1-yuehaibing@huawei.com > > which Marc is aware of (and I'm assuming he'll fix it in his series). Indeed. Applied and pushed out. Thanks though! M. (about to fix the same issue with arch/arm...) -- Jazz is not dead. It just smells funny...