From nobody Mon Mar 24 16:16:32 2025 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 4ZLyqR1c7gz5s5kR; Mon, 24 Mar 2025 16:16:51 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZLyqR0pnGz43S4; Mon, 24 Mar 2025 16:16:51 +0000 (UTC) (envelope-from kp@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1742833011; 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=S7tR2Dfz2GnlVsYaqpiyIbhD4bbbC5z6ihNhgeJ6wpQ=; b=xhfaGSH2FGjYKi+CMGsz9DZ2rkP8ZV61+Wv5yJssjEk2Q8YlNgY3QSm1gWRLiKmdgD0eNU XfKKvHTNN6G7OV03Cy0P7JJfMvtBwnCIP6uH8TEP5oinjb64fRl8R/p8YfUXsaQfMmvAlY KRsb/9MoV8qNzW019kKQ6X3UQPmAbHngCAQyHinHG/8f7/0mwL0N7FLQ1c91WbYM4IxHCn Zn9y2KvIclskf2FnlIu9OgcyW0/pow7Psb2/5+OKrvJmfaWBwWkrm1c8EBAejwBWQW5sAO BJrb/kUGoc4GOWfffiqWmjOFts9/pOhPixFObb4Umzze1HG7SyNq1XLCifKlpw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1742833011; a=rsa-sha256; cv=none; b=gSr/SoWToKl0EquVXPquPAPPwh3/1pZwMFnlUWIXOFUaaSGInwA8CfUISRNxDrZQcAk1QC Csitowp1yGJKumswkJhAVs4P+TYxlqt429O7mKTsOmPT5ByscZqYnnVt14V67W0phXltTG rmq8jIWSW9XFfyA3nHZAOevMe3Qj3XHVtC3UmMQfLgW6zXRbLMQdijNEam/3aeDC74MS9d btM6ynvUoo1zTTPOtQapALOU/Fu+aS54xCtMKd4QtquaVOMY7MfG1x6FarI92ix+WBVIMH XK6uGOnynJ8R+yxXCnRcsFwekY7jJWW+yXLwsAucz5LI1iDAMjMNCDFUJkKvvQ== 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=1742833011; 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=S7tR2Dfz2GnlVsYaqpiyIbhD4bbbC5z6ihNhgeJ6wpQ=; b=eaVzL+0l7LHk7G7r7pff3VcdzJoggBMUnVBjotH0tNDfxyK4l8TK821xt5oZhOJYrebEME RYrSNeAYUdI1goMBkmCbeBWumJgNwG4DAkpE7keg8imhXqcdrYCB5f9MD8ztQDczAv7LdY EYLTYUqNJnvLVS3e0EntLx7w38Q8Vxijdoj/6rDRxUbV8UUkEVFIdAaNJBXdFtVyvWRrjs 2P6hpwFTKdAcdUlF2x8n0R6cGR0G2Z0h+aO5Vt7Qp7OnUi3HvrgxBSczpFnGP26X2Wy64s l4W34fcALopJUMd6XzXF9Q05sufxga8SuC3RQQBjLIsaabjn9GRkmthTmTD8ag== Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (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 (2048 bits) client-digest SHA256) (Client CN "mx1.codepro.be", Issuer "R10" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4ZLyqQ6T92zF6K; Mon, 24 Mar 2025 16:16:50 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id E86001FE84; Mon, 24 Mar 2025 17:16:40 +0100 (CET) From: Kristof Provost To: Brooks Davis Cc: Gleb Smirnoff , igoro@freebsd.org, src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 0849f1634a70 - main - tests/netinet: add test for IP_MULTICAST_IF Date: Tue, 25 Mar 2025 01:16:32 +0900 X-Mailer: MailMate (2.0r6222) Message-ID: <563E114F-6591-4F12-91FF-F237FF315809@FreeBSD.org> In-Reply-To: References: <202503222340.52MNekCX071219@gitrepo.freebsd.org> <7440BE85-66E8-4D1A-AC15-8B944F5C2951@FreeBSD.org> 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 Content-Type: text/plain; charset=UTF-8; markup=markdown Content-Transfer-Encoding: quoted-printable On 25 Mar 2025, at 1:09, Brooks Davis wrote: > On Sun, Mar 23, 2025 at 11:12:24PM -0700, Gleb Smirnoff wrote: >> On Mon, Mar 24, 2025 at 11:45:55AM +0900, Kristof Provost wrote: >> K> The downside is that we???re compiling the C test code on every run= , but I >> K> expect test programs to be tiny, so that???s not too much of a cost= =2E >> K> >> K> Does this seem useful to you too? >> >> That would fail on decreased installation, that has tests, but doesn't= have >> compiler. This is not just a made up problem, this is what many would= do in >> CI, cause you want usually as quick as possible response time from CI,= and if >> your team is not hacking the compiler, you won't add compiler to the C= I build. > > This would be pretty catastraphic in our CheriBSD CI setup which uses > qemu. We don't install the compiler at all and it is very, very slow > under emulation.[0] > We=E2=80=99re not going to go down that path. I considered Gleb=E2=80=99s= objection sufficient to abandon it, so you=E2=80=99re just bouncing the = rubble at this point. Igor and Gleb have a better idea, where we=E2=80=99ll use jail=E2=80=99s = exec.start (or something based on that) to set up a useful vnet jail envi= ronment for a pre-compiled C test. Best regards, Kristof