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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96607C64E7B for ; Tue, 1 Dec 2020 17:50:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 38E7021D46 for ; Tue, 1 Dec 2020 17:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726685AbgLARub (ORCPT ); Tue, 1 Dec 2020 12:50:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726532AbgLARub (ORCPT ); Tue, 1 Dec 2020 12:50:31 -0500 Received: from bmailout1.hostsharing.net (bmailout1.hostsharing.net [IPv6:2a01:37:1000::53df:5f64:0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0904AC0613D4 for ; Tue, 1 Dec 2020 09:49:51 -0800 (PST) Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id 3497B30006262; Tue, 1 Dec 2020 18:49:13 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 7E673184F70; Tue, 1 Dec 2020 18:49:08 +0100 (CET) Date: Tue, 1 Dec 2020 18:49:08 +0100 From: Lukas Wunner To: Mark Brown Cc: linux-spi@vger.kernel.org, Tomer Maimon Subject: Re: [PATCH for-5.10] spi: npcm-fiu: Don't leak SPI master in probe error path Message-ID: <20201201174908.GA5827@wunner.de> References: <73adc6ba84a4f968f2e1499a776e5c928fbdde56.1605512876.git.lukas@wunner.de> <160683107676.35139.5898255579541696458.b4-ty@kernel.org> <20201201143027.GA23044@wunner.de> <20201201171726.GN5239@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201201171726.GN5239@sirena.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Tue, Dec 01, 2020 at 05:17:26PM +0000, Mark Brown wrote: > BTW it would be really helpful if you could resend this > stuff in some more normal fashion (either independently or as a numbered > thread), it's really breaking my workflow. Will do, sorry for the inconvenience. I think I'll base the resent patches on for-5.11, Linus would probably not be happy to receive such a large quantity of commits this late in the cycle. (Shout if you disagree.) Thanks, Lukas