From nobody Fri Feb 27 07:57:48 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fMgfl1lnHz6TqdV; Fri, 27 Feb 2026 07:57:51 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fMgfl19yjz3w5L; Fri, 27 Feb 2026 07:57:51 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772179071; 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=dH+N9p2UJ+1xipaIBUgcLwMCrCj8TdjNIcZ8lHEdp0A=; b=KR7M5pDhvMZNkXIKWbWxWTw/FZuOha28z/nGvdaax1D54GTNAZ1lEt7eqFI3mnULijthrU ygJK9mZKpQX1ei2sCkIzmDtrs1R/QetemvZQZGS7+Xb0/1Nh3qAajFWjZ/Zd5riwo+EmCk njsW/OdIUKWjx8TZZ9y4i9xqGVsExTdaK8+UqvZTG25n6FydqYB577zmmxmvnMYNi1MyxR 1UViCtcpvGq8vHlElDEClB+ayQtUYwuxJWKRDfwA2hzR2GfvCo4lCg8meDU5fA2FoXkfAZ 6ROJaL1EbJ+aeCV1Ai924OpMRc+pFOX1y7043I2XJMrwqNegVOAcR4jO07puyw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772179071; a=rsa-sha256; cv=none; b=ixJrmN16l0c1zEzxJ4oO81cc3WfoXY3nKr/ApsZeyAzJ8xzxlatBsRUbMOPR3+2GimUjbL iS9EI+kNrQEdL8t2/YszU8gv+nuJpv2tKGmTbDToUoGVe8OQR8dFa+B5WXo6dlUXi9DHA3 RJ+SgMvPe6R+oinECxSwlXRGCT+7IMNlAp7fn4/Oxee9E8+2tIgZoG3BQpM0T8N4dDXgkL WkA7wBXe6FFV+09yRv97R/p/zXecUrgVl6xSOf5v+J0jSe6UFCF1pR/G0XCTivYuBUhkwv voVx0ErikCSecknI/vIhc6j0dFVseNrL4UBOymOUhZtt0j2T4DbDYF3Xbnm04Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772179071; 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=dH+N9p2UJ+1xipaIBUgcLwMCrCj8TdjNIcZ8lHEdp0A=; b=xjL+et7z2v765OC1JPNuqpkpl0sGjyoBL83oD1/863rJ0vOwbKOMWtYfMd8mV0r+e/Yakm OwnQvOx6huqdJHSPN960gLxoF9L6Rc0JVPrYi+cBFWBsLDi6eIaCcmK3W49aUxWVqQFgqK JCFpCh+ZwnI4WpEr8oOwBwAU7Xd9m7vUzBDf3TdEctTI3Mcvn4iQ60zdXB5cFDz6GUFsMg 9mahge9CO0ZBGhb0buoPBMKXY3yZD3IwvjGXXEtyE9M7q6/IQyPscY3UyQSXfQ4kv0BvVs /sHs275eEgS6vWzOXRGkg//fJZgm8vVFmJxtYP1DTHqdCGzCxS4cZo8H16hKqw== Received: from smtpclient.apple (unknown [IPv6:2a02:8109:1101:be00:3cd2:796a:add9:aa81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: tuexen) by smtp.freebsd.org (Postfix) with ESMTPSA id 4fMgfk3K6rz3Tj; Fri, 27 Feb 2026 07:57:50 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Content-Type: text/plain; charset=utf-8 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.400.21\)) Subject: Re: git: 454212b9718b - main - sctp: fix so_proto when peeling off a socket From: Michael Tuexen In-Reply-To: Date: Fri, 27 Feb 2026 08:57:48 +0100 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <320FFBF5-040E-4EA7-A960-8DC3A632744B@FreeBSD.org> References: <699ef25d.42e41.7579887f@gitrepo.freebsd.org> To: "Enji Cooper (yaneurabeya)" X-Mailer: Apple Mail (2.3864.400.21) > On 27. Feb 2026, at 04:46, Enji Cooper (yaneurabeya) = wrote: >=20 > Hi Michael! >=20 >> On Feb 25, 2026, at 5:00=E2=80=AFAM, Michael Tuexen = wrote: >>=20 >> The branch main has been updated by tuexen: >>=20 >> URL: = https://cgit.FreeBSD.org/src/commit/?id=3D454212b9718b55b43781f81bef252658= e20e0fd3 >=20 > =E2=80=A6 >=20 >> @@ -171,7 +173,7 @@ sys_sctp_peeloff(struct thread *td, struct = sctp_peeloff_args *uap) >> td->td_retval[0] =3D fd; >>=20 >> CURVNET_SET(head->so_vnet); >> - so =3D sopeeloff(head); >> + so =3D sopeeloff(head, &sctp_stream_protosw); >=20 >=20 > This part of the change broke LINT-NOINET because sctp_stream_protosw = is only defined in the INET case. I didn=E2=80=99t dig into the SCTP = syscalls too far, but I think that the right protocol needs to be picked = per the address family, right? Fixed in = https://cgit.FreeBSD.org/src/commit/?id=3D6bd97e9e01ff159eef49b2521fdbe67d= 5db10d95 = Thanks again for reporting and sorry for breaking the build. Best regards Michael > Thanks! > -Enji