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 66915C433EF for ; Mon, 28 Feb 2022 11:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235924AbiB1Lkv (ORCPT ); Mon, 28 Feb 2022 06:40:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233760AbiB1Lku (ORCPT ); Mon, 28 Feb 2022 06:40:50 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 745D471C88; Mon, 28 Feb 2022 03:40:12 -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 EFBA860FDA; Mon, 28 Feb 2022 11:40:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4B048C340F2; Mon, 28 Feb 2022 11:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646048411; bh=R4l8vCaaNANcTkRuuzGTf3lPNGoX9+TFaa0rG56HN0o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dyT3lCRZBDZZpDdzoajZVkaQYvP+bEgLwRu156X6uo7VhqzIO0ANYzw1hMiPYIaWQ 87rKwnP4MPwNTHdZLzd4WuugDO2XeP9OQeTZCxhHb6tfhccjwzkBg5ROs1KDaAb/+K mSe2X11Ga+mPpAiwbzoK3MoNi9em3fcasuTgmGwvQ/2FOWQvD9y03CeUuMLHEQQvzj abaEdKfbwGc7Iww6CpR1EExrMNRoH9TOI0SIFAJcQWo7f2BB5cOCoVr3zPSeq/APpc NJLwS6CgFlwV1Ab9bMG0d/DUdvIxgnxtiehKTn2YtroHt4M+DYCDJCOrQWtkUL2RZS wz2LfK2f2dEDw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 30157E6D4BB; Mon, 28 Feb 2022 11:40:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net/smc: Fix cleanup when register ULP fails From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164604841119.9255.16751027729230312686.git-patchwork-notify@kernel.org> Date: Mon, 28 Feb 2022 11:40:11 +0000 References: <20220225065656.60828-1-tonylu@linux.alibaba.com> In-Reply-To: <20220225065656.60828-1-tonylu@linux.alibaba.com> To: Tony Lu Cc: kgraul@linux.ibm.com, kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 25 Feb 2022 14:56:57 +0800 you wrote: > This patch calls smc_ib_unregister_client() when tcp_register_ulp() > fails, and make sure to clean it up. > > Fixes: d7cd421da9da ("net/smc: Introduce TCP ULP support") > Signed-off-by: Tony Lu > --- > net/smc/af_smc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Here is the summary with links: - [net] net/smc: Fix cleanup when register ULP fails https://git.kernel.org/netdev/net/c/4d08b7b57ece You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html