From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2D60B3F888F; Wed, 10 Jun 2026 15:40:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781106015; cv=none; b=icim9MtQWA4Oi4OqLZadrDWXiGUNwE1hDJ1xO5b4Y7spnITik5t9hEAWJSEFLkM3XcUqQ43z++GDy22DKfCLfr5y2LDDSmwM55OShNb9ELiFVxYgiSSOsTPEe5zPxC1g4pVrsLEYggniokXp8U0FFzMYhIE2ftxt63y36DJ882Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781106015; c=relaxed/simple; bh=Pz8CJYzkk+3QFCr8ITB1Dm0MU9lyNYEBlXPWcuGCiyI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=A2FhT2WB8AK5PDYfnslKGrhy8amnmofXd/Lg8pkiQqJY2Z7BozI19SFLbf5g0wLHHU5ouuGC0Yd04aOLxeDRFLm4SL8LHDH0FthSFlIlLTUolUgaB5ZpmYR9sb9/JiEnrv4Nq7JgqCUrWRId8rkFcGT43TqSP1lTfGPWmP0HqjI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ktQtiqPZ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ktQtiqPZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 051711F00893; Wed, 10 Jun 2026 15:40:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781106014; bh=Q7lovTf2xKEHzRVxc4iwR3F8yM6ku67mHT7Spol2pdQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ktQtiqPZ7OCKLEl8T+adV9HRxkS9Cv9cs3lrtnKMZBKsZkmaBvVQyow2O6cwEq7yZ JLAtTTqXoIOHRQoahAJbIwUDPISC3U2oUsZpzqOQxmbTtaM8VsXgYtXekPM9Tf2WXK 7kUbp8eSy+hCDPfueco2DhiwsmT8K+DJaRGJKsJopVWchvT/7Rdw2Epkf3PM43rZNv mFK4PFeGg+u8KrL26ZHUxRQnCxpImxcMFwmzg1X237kUrutIyv39kpGRUBmutxgJO1 U9lV1tWnwqYeGviGTvBJUfxf/Iyrt1h9HMayEis6q2Tx6VxHvto8PDuVvtMvz5y7js x9IKStdvZNxmg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 197F43930D7A; Wed, 10 Jun 2026 15:40:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v1] sctp: Unwind address notifier registration on failure From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178110601163.3101197.898544218115899092.git-patchwork-notify@kernel.org> Date: Wed, 10 Jun 2026 15:40:11 +0000 References: <20260608162230.46644-1-dbgh9129@gmail.com> In-Reply-To: <20260608162230.46644-1-dbgh9129@gmail.com> To: Yuho Choi Cc: marcelo.leitner@gmail.com, lucien.xin@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 8 Jun 2026 12:22:30 -0400 you wrote: > sctp_v4_add_protocol() and sctp_v6_add_protocol() register their > address notifiers before registering the SCTP protocol handlers. If > protocol registration fails, the functions return without unregistering > the notifiers. > > Unregister the notifiers on the protocol registration failure paths. > Also propagate notifier registration failures instead of ignoring them. > > [...] Here is the summary with links: - [net,v1] sctp: Unwind address notifier registration on failure https://git.kernel.org/netdev/net-next/c/c8459ee2fef5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html