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 343D2C636D7 for ; Sat, 11 Feb 2023 23:13:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229612AbjBKXNn (ORCPT ); Sat, 11 Feb 2023 18:13:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbjBKXNl (ORCPT ); Sat, 11 Feb 2023 18:13:41 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE64F16303; Sat, 11 Feb 2023 15:13:40 -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 ams.source.kernel.org (Postfix) with ESMTPS id 4BDEBB80064; Sat, 11 Feb 2023 23:13:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CA9DC4339C; Sat, 11 Feb 2023 23:13:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676157217; bh=y5kaCLM1NcAVq1JUjJMedwgWfbxerTHH5u6jIxnlh+k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JTmv90nIfc/t2kHg1QLgayGQxHRqPtwIt9PS8Z5wRyInWmES3KAzDGb7FD4xo0213 e0nZupur2O1lVELT1ymgmGcle6N1etRwZlmWuqUk7wFIqlNY03P2qWGRfVCD+HcUip LeQiv+NcQ2B/0iB3wB1u5jRSYkgj4zKe/zOqTjdNK8AQmqLsb0nPUq2LV834smgBqK nIrS6dNoW51PDTosz98kuNs+uLxD3loe79UHygxdQYFIBya/6QBJtHDmBIpmOnb2jB eOHC/AQ4lrbF0q2vejkxMa33rDALoEUJtCzEbRfMJBS1rh3C78N38qWNkldCql4+6p +eyl0P1sT5Pcw== Date: Sat, 11 Feb 2023 23:13:35 +0000 From: Mark Brown To: Francesco Dolcini Cc: Max Krummenacher , Bartosz Golaszewski , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH -next] spi: spidev: fix a recursive locking error Message-ID: References: <20230116144149.305560-1-brgl@bgdev.pl> <167395356741.524535.13729434862127399808.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gfpYWqG9KgsG0r0L" Content-Disposition: inline In-Reply-To: X-Cookie: Serving suggestion. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --gfpYWqG9KgsG0r0L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 11, 2023 at 04:18:37PM +0100, Francesco Dolcini wrote: > Any plan to have this fix sent to Linus for v6.2? The reason for asking > is that because of this bug our whole test infrastructure crashes > preventing the normal testing we normally do on mainline kernel (that is > also how this issue was spotted in the first place). I already did. --gfpYWqG9KgsG0r0L Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmPoIR4ACgkQJNaLcl1U h9C5jgf/ePPLCvgY2pc9i/gFk31lDVpyu68cP2JiSfI2OooLJrYd0P1H7Rep3jnl fvCLk2C6JKW23vB7rVoFNk6WDUV+XTdCehh9nyYP52XTTVT/6IVkNH7/umjGnZFh W+laHFXBX35czfY7VtKcmTsU0CnhC6DmrRoYaXSFmajhyboaGqOm7V37662HAEZ7 eRGJfQooeCR3NPB90YWEFBhkTvZRJopNJTD/hTK//70jGGrWu+4zJ3HOeIU0FWtP hVuo6c0Axoon94FFSf7PPw2Xx0uyH/0tUeFfOPOPbHsHf2yvGZMzHcSK7jm2h4KH 7UWYzjWVmtN6JqVPK6/osRzmHAH31w== =y7cP -----END PGP SIGNATURE----- --gfpYWqG9KgsG0r0L--