From nobody Fri Feb 27 07:11:39 2026 X-Original-To: dev-commits-src-main@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 4fMfdW2PBJz6Tksh; Fri, 27 Feb 2026 07:11:43 +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 4fMfdV5kHwz3ny9; Fri, 27 Feb 2026 07:11:42 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772176302; 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=rkLaJ7yMollD/mtdApJhzuTky9/ZW5wCH3hir0Ctg5Q=; b=s4mvKkooOLpxW2IARMNvkfbrzUq4OMYOf4+Fky/cO9SdCTHzYeDB79Br67LQ4lxzNKWHzF Cr+s85NdKg8DHY0LTKDc2efnPiyOhmzsqIp1cV/kZKn0QooV3yAcI2WtyJVmgMGw2AO9K6 K+0LnuhM2zcqE0brKnqO+BR5bn2DUi3Z6L7P7wB2kaX/mdw2JviWdzSqNfZDkbFuW8+AG5 EsnkLEbsLrrfXbyxiM1whiAxcwnxT9v22Uj2AXFEBQDpM5GFBx0uitl7ZDaYeujRCyI6QA NR8yZGJLvp8ycbvgOD5QwYjBJBEL5u0y18lFtVWqb1sV9/XGBSUW1w1G01EzCg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772176302; a=rsa-sha256; cv=none; b=tUo78I6HR8qxfFptnhiDL2Hj6U4cPP2iSURDYIegcWbSkrSaSNZ8U+iBaNABCbPs8Fv7oO 75Oxn7jwGWNZhc8xqJj9ME67dghY0FqC+voiSYNk/i8iEwdcK2H+2ztFAvn1k64SdfeOvY I6gNO+rKw8mjnQ2iP/xdhzDqGpOuDoEAW8Q+jFbUqTzGqCKLMAn6UzuhXGURYC2J5O0BLM d7xLncbym4QfwT4oM66tPy/0fKlF86sajZCjlaFThea4VJ+4y4VyjXFQh9hP6utWVzS9cj kQenI6vg5hnP4IiOukmAjsIwdUnFRdg+IRdz0xAXFLZ3gX4qMsB6cDtJJQQYTg== 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=1772176302; 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=rkLaJ7yMollD/mtdApJhzuTky9/ZW5wCH3hir0Ctg5Q=; b=tLIMUd7UT2CbOVlq8yB2QkzN7Fkbrub/93swy66dY1cFIwXU3XcoBRI26xpPIALvE4GC2p H9LmyrjeL43kA2GZJtgedknOOgmpfAT3ihIfIvczG/NTYDMsvfrUQTqletG/ArO+9tTBzn AAXqlcKD0HPFPqwrrGFDE13pUV0+14q3dR/9SRojpWxMWX1hYBJXpV6kk2+PcbW5j+qp49 YCTkhKBBsCxq6AoqUvUOMhfbazvZY/k2qHOlY95eT51zu9qGQQNu1Y41xKj/fwzdTvK0vu eZSqhZjz/DQvrZBagkwgKaAgW+T3NmeFAo8lgU0wnPbtmhwhsR0otoqOQJ/N/g== 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 4fMfdV0RzMz1JY; Fri, 27 Feb 2026 07:11:41 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Content-Type: text/plain; charset=utf-8 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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:11:39 +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: 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? Correct. Let me fix that. Thanks for reporting! Best regards Michael > Thanks! > -Enji