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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6C65C433FE for ; Mon, 15 Nov 2021 18:17:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7634363495 for ; Mon, 15 Nov 2021 18:17:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7634363495 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9tnV05dsj25l6c9kCsJ7W53dMza1VTjZs1nQAqJQcdM=; b=NtUUOAdSeqbZuE jpZVZbvj04pOJYeIt24QvLASc7QIALJ5HjMFnRzOYi5cl8Wlzq3RBH5TFV04mJPrH6Wecj1F34NsA gr583X57C1OGK07C+nPKWMesQtYLMOyM5nv45FHRWIwHmD5P8BsOZRcF1mvadjUxS2uu/h9XOu1bf vMHdBB+MksibeWQqy13w/uhA+tyW/eS7XEc4Zo0DiVN8HhlQbFPI4hQtwAlcTFjc/UekH/BTTIOf9 uL1wJP16g6QCC3lM8GJRL8oIA2HnV1jJ5z2RYHbqNP6/JnU2HkKlkCAEF2VQxxMNcS/yjjAxtTEJM 7Lamz6GSzr5XgcuuWvgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mmgWo-00Ge6J-KM; Mon, 15 Nov 2021 18:16:26 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mmgWj-00Ge5R-6Q for linux-arm-kernel@lists.infradead.org; Mon, 15 Nov 2021 18:16:24 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1EC5B1FB; Mon, 15 Nov 2021 10:16:20 -0800 (PST) Received: from lakrids.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D84343F70D; Mon, 15 Nov 2021 10:16:18 -0800 (PST) Date: Mon, 15 Nov 2021 18:16:16 +0000 From: Mark Rutland To: Valentin Schneider Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, dvyukov@google.com, peterz@infradead.org, quic_qiancai@quicinc.com, will@kernel.org, woodylin@google.com Subject: Re: [PATCH] Reset task stack state in bringup_cpu() Message-ID: <20211115181616.GB36661@lakrids.cambridge.arm.com> References: <20211115113310.35693-1-mark.rutland@arm.com> <87pmr1r4vl.mognet@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211115_101621_302185_2C5CBBE4 X-CRM114-Status: GOOD ( 13.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 15, 2021 at 02:09:27PM +0000, Mark Rutland wrote: > On Mon, Nov 15, 2021 at 12:16:14PM +0000, Valentin Schneider wrote: > > > > Hi Mark, > > > > Thanks for tackling this and glueing the pieces back together. LGTM, though > > I couldn't stop myself from playing changelog police - I also have a > > question/comment wrt the BP. > > I'll go fix the various typos for v2; replies to the more substantial comments > below. FWIW, I pushed out a version with an updated commit message to: https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/log/?h=sched/hotplug-stack-reset git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git sched/hotplug-stack-reset ... and I'll wait a little bit before posting that in case there's any further comment on the patch itself. Thanks, Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel