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 D493AC4332F for ; Wed, 15 Dec 2021 00:27:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238533AbhLOA07 (ORCPT ); Tue, 14 Dec 2021 19:26:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238495AbhLOA0u (ORCPT ); Tue, 14 Dec 2021 19:26:50 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee2:21ea]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2E63C061401 for ; Tue, 14 Dec 2021 16:26:49 -0800 (PST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4JDGJj61hvz4xhm; Wed, 15 Dec 2021 11:26:45 +1100 (AEDT) From: Michael Ellerman To: Benjamin Herrenschmidt , Michael Ellerman , Christophe Leroy , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, Erhard Furtner , linux-kernel@vger.kernel.org In-Reply-To: <2c7e421874e21b2fb87813d768cf662f630c2ad4.1638984999.git.christophe.leroy@csgroup.eu> References: <2c7e421874e21b2fb87813d768cf662f630c2ad4.1638984999.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/powermac: Add additional missing lockdep_register_key() Message-Id: <163952788299.919625.3266210464453181174.b4-ty@ellerman.id.au> Date: Wed, 15 Dec 2021 11:24:42 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 8 Dec 2021 17:36:52 +0000, Christophe Leroy wrote: > Commit df1f679d19ed ("powerpc/powermac: Add missing > lockdep_register_key()") fixed a problem that was causing a WARNING. > > There are two other places in the same file with the same problem > originating from commit 9e607f72748d ("i2c_powermac: shut up lockdep > warning"). > > [...] Applied to powerpc/next. [1/1] powerpc/powermac: Add additional missing lockdep_register_key() https://git.kernel.org/powerpc/c/b149d5d45ac9171ed699a256f026c8ebef901112 cheers