Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp3560046ybn; Fri, 27 Sep 2019 08:06:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOkWGDzqTHJ6mBu+qyoW8UkJ0swXcssytg5QzAECfhackZE1y7Az9h/CoiuiefA46BcMhS X-Received: by 2002:a05:600c:2219:: with SMTP id z25mr7232739wml.109.1569596806759; Fri, 27 Sep 2019 08:06:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569596806; cv=none; d=google.com; s=arc-20160816; b=MFfaK8CdTvClHZfofDVizcjrz6lw8tECIdhDj9/5Q/jruP/g3/ozIaVrCdXGhJEpLW Hxo3GL3ElYjjgfQVpMoI2at2eoiIoJqPtihFkVZ8qvn+wBj+WQa97IMWuxrm9vTM+d6t vpfRV2hK6La4lsXtySdL++UjQGprC1MiRCE4eoT2SGBArmq0HSJxecQklmTNkuhdkfvX rkZckE9Zc7MAARR7ALPf/eCyvVnu+PZH3VGFs5iaQnlRLmhNGDnvspeNjS+PGE4bHnw0 P32IKNH09RM4MuByKRp5SWHQZr9kK2SuPfxkP3NNpQ1GbjHF80EJQrVDI9z9udBUY+g1 qlSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=sbSgyZBG6IKCNL5v/7SKUnx5Gj/Po4OKQLiGw8auK2A=; b=cI9+mqfIDLfzD97lJs4Q+HAlzpxNR/PswIb6K/7GK8No68cFvpPANFNjJWzzmAleqj 5EplIfhCajHfevWdrGsrYCgPyPMKC60wvPmL84VQrtR5Smqt6gClUPo1tGhx6lSL0jlI D6faLB0omyni+5qAUWbt7bpoFDBwWNYn/9JAoeNTMd1phoLTXl5Coas8JXEQaeno/v7+ tGsowMJ66KB7kneDW4yPZDekT2PuSdIWj74KKJZ6J7n5YmymgWLJlcleRdeMU2gvixIz 9hWsukYeXY3KNmjx7xaqL/4hHcKeLnZip/ZZa2AbXV8yL5HR9WKhrA6/QbmZ5XP3tiz+ WILg== ARC-Authentication-Results: i=1; mx.google.com; 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 w30si1710378edd.137.2019.09.27.08.06.21; Fri, 27 Sep 2019 08:06:46 -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; 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 S1727682AbfI0PGE (ORCPT + 99 others); Fri, 27 Sep 2019 11:06:04 -0400 Received: from foss.arm.com ([217.140.110.172]:54518 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727120AbfI0PGE (ORCPT ); Fri, 27 Sep 2019 11:06:04 -0400 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 DCE5028; Fri, 27 Sep 2019 08:06:03 -0700 (PDT) Received: from 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 D91B03F534; Fri, 27 Sep 2019 08:06:02 -0700 (PDT) Date: Fri, 27 Sep 2019 16:06:00 +0100 From: Dave Martin To: Masayoshi Mizuma Cc: Masayoshi Mizuma , Catalin Marinas , linux-kernel@vger.kernel.org, Julien Grall , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] arm64/sve: Fix wrong free for task->thread.sve_state Message-ID: <20190927150600.GR27757@arm.com> References: <20190926190846.3072-1-msys.mizuma@gmail.com> <20190926190846.3072-2-msys.mizuma@gmail.com> <20190927125228.GQ27757@arm.com> <20190927143801.tpaohgbuzdheiwp3@gabell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190927143801.tpaohgbuzdheiwp3@gabell> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 27, 2019 at 10:38:02AM -0400, Masayoshi Mizuma wrote: > Hi Julien and Dave, > > Thank you for your comments! > Dave's suggestion looks good for me, many thanks! > I'll post it as v2. Please add Fixes and Cc: stable tags as appropriate. (I'm happy not to push this patch myself, but I would expect to see a Suggested-by tag...) See Documentation/process/submitting-patches.rst, Documentation/process/stable-kernel-rules.txt if unsure. [...] Cheers ---Dave