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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0C22C77B7C for ; Fri, 12 May 2023 18:16:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237397AbjELSQy (ORCPT ); Fri, 12 May 2023 14:16:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237760AbjELSQx (ORCPT ); Fri, 12 May 2023 14:16:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7F752105 for ; Fri, 12 May 2023 11:16:38 -0700 (PDT) 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 8508365753 for ; Fri, 12 May 2023 18:16:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD4B4C433D2; Fri, 12 May 2023 18:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683915397; bh=SzlLfbXUn/0leWhmgkeyYab7ooRIhA9sYh7ZAaWcNmc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Yjzf1Qsi/LaW1+KfF9KgaBv60ipYQ6KwWDR2NjBuaflcssMDmwIhfHA1jmN0WTeN2 hD9b6d1WmkiJov+1PiUlKGYiqDeAXx6XVQcwx1PimBKy8qLQv0RhJAAo9lzAupPufo xfJwaw3pg/oPxd/aodSx9cXKfnla0aF9C/dpVTuUkXOBb8xjLhe8AaYwlCNC6IqnyI iAhnV72h2wZuCK09RFiDb04seWsi73k+N+hhaVWCImD2ONpq4dYt1fKe8R2oNj7LRE u8yoleARiW43BPFK1z/qPOxQinuRPL3D4bWaHnI5zHnfsKIjCV+4oT8TrmlPCs5y0f 3v9qyEErtIKiw== Date: Fri, 12 May 2023 14:16:37 -0400 From: Sasha Levin To: Conor Dooley Cc: stable@vger.kernel.org, conor@kernel.org, palmer@dabbelt.com, linux@roeck-us.net Subject: Re: [PATCH 6.1 v2 0/2] RISC-V: fix lock splat in riscv_cpufeature_patch_func() Message-ID: References: <20230512-unbroken-preppy-8d726731e8e7@wendy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20230512-unbroken-preppy-8d726731e8e7@wendy> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, May 12, 2023 at 08:58:17AM +0100, Conor Dooley wrote: >Replacing <20230509-suspend-labrador-3eb6f0a8ac77@spud>, here's a more >complete backport of the patches for the lockdep splats during text >patching on RISC-V. >I've preserved the original broken patch & the subsequent fix to it. Queued up, thanks! -- Thanks, Sasha