From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta0.migadu.com (out-189.mta0.migadu.com [91.218.175.189]) (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 D3FBD243378 for ; Mon, 10 Feb 2025 13:07:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739192870; cv=none; b=a76LY3zRiAmAWmm0YKE0iNFUYtfH10b178dfftEqjFkNRQNAE6aHsBj+f6owFiqeL9599ShYRQFBiwvCZnqNavC3zvo+arxhXrZL5HYNaFiNwrACL+Ta7G4LkG0UxhBvuNhbbrMquZ5fmIPZ/Ha1rVLfFa44+ZmyTcDlSnNTrBc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739192870; c=relaxed/simple; bh=xxcRPVJdpim3PAIxJEIh24IXsst+b08cHjgWiFjpG3A=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=jl6DjJXLIuQhtFA7XBHEwLm6l+TeUY1TGFMJZRJHqyZTXboANrGFRfA37fHwsI7nkdFEeTfgfnwLz6KdpX0lXEiq41osxX4Kk2NClNytSs/AvRy43PauHLnO2N8OpDJNaYmHUTeumeG1LIWNw4plen36bVBQSkryAzN4BkWps+w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=jHNTVA97; arc=none smtp.client-ip=91.218.175.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="jHNTVA97" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1739192856; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xxcRPVJdpim3PAIxJEIh24IXsst+b08cHjgWiFjpG3A=; b=jHNTVA97x+MRYqld+ItI140rpCyMZNrgdCrU+nK/Li8oJPmGVoIg4IB2zNS65KWTLfW5pz 18KKKf5zaUgJ9i8+yOIXmqFWRFx+6jJ6/VqvVhWO88ROi/+GRSbi6VPtMl+B1HmojGYVmA o0fpysxm3cSAxieTFV9xCYppiXJMkY4= Precedence: bulk X-Mailing-List: linux-sctp@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: [RESEND PATCH] sctp: Remove commented out code X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Mon, 10 Feb 2025 14:07:18 +0100 Cc: Xin Long , linux-sctp@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: <71FF1CAE-ECE2-4E91-AF88-71F868E454CF@linux.dev> References: <20250209210024.5413-2-thorsten.blum@linux.dev> To: Marcelo Ricardo Leitner X-Migadu-Flow: FLOW_OUT On 10. Feb 2025, at 13:51, Marcelo Ricardo Leitner wrote: > On Sun, Feb 09, 2025 at 10:00:24PM +0100, Thorsten Blum wrote: >> Remove commented out code. >>=20 >> Signed-off-by: Thorsten Blum >=20 > SCTP patches are picked up on the generic networking mailing list. > You need to send this patch towards netdev@vger.kernel.org. > Thanks for your patch, but please post it over there. Hm, the get_maintainer script doesn't mention netdev@vger.kernel.org $ ./scripts/get_maintainer.pl -f include/linux/sctp.h Marcelo Ricardo Leitner (maintainer:SCTP = PROTOCOL) Xin Long (maintainer:SCTP PROTOCOL) linux-sctp@vger.kernel.org (open list:SCTP PROTOCOL) linux-kernel@vger.kernel.org (open list) Should this be fixed? Thanks, Thorsten=