From nobody Tue Sep 13 15:21:13 2022 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 4MRnHV4tdjz4ccQv; Tue, 13 Sep 2022 15:21:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MRnHV4Shhz43sZ; Tue, 13 Sep 2022 15:21:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-pl1-f175.google.com with SMTP id b21so12164034plz.7; Tue, 13 Sep 2022 08:21:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date; bh=AleCvj2eEzuwUfN28v8wnOvRO97oXF9lfv6QZ9LKMkU=; b=E9W3EzBLvHG6WcOgeDMt4+crfN6rly+LctmlbRutAacWPxvVPOYlPD36mZgrplz9RH h+DI69Zy1rN2BiaInbgP2DvqcbtNTgSijde+g/gc36NTCSDNXVNLZQyB2l34k+KEJXBg DgSY77ajdckLKvX/0Pfstq0Uz0RQ36nYa5ZIWNcRVqeOuotRcAkgTkKuVsbe3k0nrZea F/+vQ9NZ/tooUNKNtcTp+49bupXJQJWhAyxItCwPzvBhITKklabxGKQDcNzpTseX3bDy z0YBTbiVjkeWsAkbJXbugcQinVTtk8ExHrx+u7IcBSXFdp73WIA7g5lXn8//QjNu91wo QJyw== X-Gm-Message-State: ACgBeo2E2UgGRACLNwZ6N6PGrkvFVVgVRqiTWt45MnFhO88hWAuQYipj pGAHRihjlPAcq/jWKVkV1L1G28KK/68GPDJmGqPt+lAs1y0= X-Google-Smtp-Source: AA6agR4/UUsUMZ3oX7W57z4XISi3+8s2z5vLKYMkbL0mR5Cda/P/Ew77LtfTA4S8XWT6J9jbc28bUA6rOkYpL2rwN/w= X-Received: by 2002:a17:90a:bd12:b0:200:5112:3167 with SMTP id y18-20020a17090abd1200b0020051123167mr4465678pjr.109.1663082484715; Tue, 13 Sep 2022 08:21:24 -0700 (PDT) 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202209130632.28D6WdW9021176@gitrepo.freebsd.org> <9903ef54-80a9-67e6-f9ab-1371c42916ff@freebsd.org> <20220913163250.199f7ae9cf021249846a9133@bidouilliste.com> <526E3D8E-895C-476E-BB7C-F2EE61DA456E@freebsd.org> In-Reply-To: <526E3D8E-895C-476E-BB7C-F2EE61DA456E@freebsd.org> From: Ed Maste Date: Tue, 13 Sep 2022 11:21:13 -0400 Message-ID: Subject: Re: git: 10c6af344108 - main - bhyve: Fix build when BHYVE_SNAPSHOT is set To: Jessica Clarke Cc: Emmanuel Vadot , Mitchell Horne , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" , John Baldwin Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4MRnHV4Shhz43sZ X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N > > Probably should as it would have prevent this, but I'm not sure of why > > this is an option currently, John ? > > It disables capsicum support as the two aren=E2=80=99t currently compatib= le. There is a review open to add Capsicum support: https://reviews.freebsd.org/D35454 Once this is resolved we should indeed make it non-optional.