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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDB4AC636CC for ; Tue, 31 Jan 2023 07:27:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230329AbjAaH13 (ORCPT ); Tue, 31 Jan 2023 02:27:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229546AbjAaH10 (ORCPT ); Tue, 31 Jan 2023 02:27:26 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 212A2302AF for ; Mon, 30 Jan 2023 23:27:26 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B096E6136F for ; Tue, 31 Jan 2023 07:27:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A220C433EF; Tue, 31 Jan 2023 07:27:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675150045; bh=/+z9RH4h0gpPcoPZBLaROC49eL3VvR3fCyK472WqbL4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zSlxHep1Rvnwya56O4mLu37nMVy7xkgtMR2LJp+VUct98kiiyzXOYkVYCg8QZJpq1 FxsIePbCBFY0QXyKDupjbCXBRCAu0+SmccSr+5BMqY+ZafgGJ8UYeTXjcQb6d3qE3U RF7cplsN0xJvBfbTl++GWZvql/vmO4zhSY6nt94s= Date: Tue, 31 Jan 2023 08:27:22 +0100 From: Greg KH To: ruanjinjie Cc: catalin.marinas@arm.com, will@kernel.org, haibinzhang@tencent.com, hewenliang4@huawei.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5.10] arm64: fix a concurrency issue in emulation_proc_handler() Message-ID: References: <20230131065211.2826133-1-ruanjinjie@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230131065211.2826133-1-ruanjinjie@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 31, 2023 at 02:52:11PM +0800, ruanjinjie wrote: > This patch is addressing an issue in stable linux-5.10 only. > > In linux-6.1, the related code is refactored in 124c49b1b("arm64: > armv8_deprecated: rework deprected instruction handling") and > this issue was incidentally fixed. However, the patch changes a lot and > is not specific to this issue. Then what about 5.15.y? You can not upgrade to that kernel and have a regression, right? And nit, you need a ' ' before the '(' character. But why can we just not take the original commit that fixed this issue? That way almost always is the best (prevents regressions, makes backports easier, is actually tested, etc.) ? thanks, greg k-h