From owner-svn-src-head@freebsd.org Wed Jun 20 17:57:57 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7589B10013BF; Wed, 20 Jun 2018 17:57:57 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6C886AB5E; Wed, 20 Jun 2018 17:57:56 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: by mail-wm0-f42.google.com with SMTP id r125-v6so1084116wmg.2; Wed, 20 Jun 2018 10:57:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ugSG2QX2VLc0fdEFPglQeEeTLgeD2IMFROmeBRcvhK4=; b=AkjotIbo+HDYJRENa/Dvq/zoq6CW7gWmN5aJh2cqZJuma9DT2iBru5FEmDs2kDxfk8 bbervQ70iocpTfMVozDxqGPuDlVAxyTim8F92juDbfJzrk7YjQxqTRwZC2FVnV6AMjHK viGjbRNn7ilTdHno9Ghn+PBssPUCSI5RJ0idrRaq+E+04KqqS2Id3wnAZtWXngvNQkLu mpDVUzhExKjfg1VIK/PRC0I7sUmielsG4AC+eusXYyqrCzmnrmLM29Sn8bXipB1H66Rp rmgPc6f2pDJeVaZGQsKW1SRVW+iAGqvXI1klnItPTaoyMPFzPNcG82scE+QcUZEVhqGz goYg== X-Gm-Message-State: APt69E3ikJn07iT1vTBoTyrfOuoMOYLANjUipiEc2LsRw0Fa5cXvti9g o6Y021Jv4y5LLfdAMhHYZe8lh3no X-Google-Smtp-Source: ADUXVKIeptLuDZvZcznxKAnqDb+ByJALYdiBBQZ3sFiD/z3CLk7VOg8+zQhPjqS9BI4KnkQiAipMsA== X-Received: by 2002:a50:c9c1:: with SMTP id c1-v6mr19269001edi.40.1529517470328; Wed, 20 Jun 2018 10:57:50 -0700 (PDT) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com. [74.125.82.50]) by smtp.gmail.com with ESMTPSA id f11-v6sm1516975edb.54.2018.06.20.10.57.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jun 2018 10:57:50 -0700 (PDT) Received: by mail-wm0-f50.google.com with SMTP id v131-v6so1095016wma.1; Wed, 20 Jun 2018 10:57:50 -0700 (PDT) X-Received: by 2002:a1c:c687:: with SMTP id w129-v6mr2578089wmf.66.1529517470027; Wed, 20 Jun 2018 10:57:50 -0700 (PDT) MIME-Version: 1.0 References: <201806200108.w5K18sIR050132@repo.freebsd.org> In-Reply-To: From: "Jonathan T. Looney" Date: Wed, 20 Jun 2018 10:57:38 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r335402 - head/sbin/veriexecctl To: Conrad Meyer Cc: stevek@freebsd.org, src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 17:57:57 -0000 On Tue, Jun 19, 2018 at 8:34 PM Conrad Meyer wrote: > Please revert this patchset. It's not ready. > I'm not sure I understand the need to revert the patches. They may need some refinement, but they also do provide some functionality upon which you can build the tooling that Simon discussed. Unless I missed something, this feature only impacts the system when it is specifically compiled in. In cases like that, I think its reasonable to give the committer some time to refine them in place prior to the code slush/freeze, at which point we can decide what to do. Jonathan