From owner-svn-src-all@freebsd.org Fri Dec 6 14:23:30 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 972901CD24A; Fri, 6 Dec 2019 14:23:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Tvvk3XTqz4T5F; Fri, 6 Dec 2019 14:23:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f44.google.com with SMTP id f82so7469017ioa.9; Fri, 06 Dec 2019 06:23:30 -0800 (PST) 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=w6Nh7dkgMiWsBWYuhUiiA+2Wrb0LkF2AK04qghWrnw8=; b=VKEXqwZrblfPRZm/t16bJpw54BUVlqyy2/HW+gjGShFCyKrxteL3CgN9nh7364OP9n vtYsuamIM493V6tm00eB7KpXdnh/IFQGkkxaDcwFBDZJ1KENV76rRjr29pg4GpDoU4G/ JuamBFcoq3QZSrTffvLscfQscPAkVjbII4JQcmUCw6UUkvCl2P39QipllEIb2DoLdjQ7 r3rj2eZ+rQMm8IAacRiEz8yEHcBRAFOE5wfG4vskMFCduY+48MA2PbXzJGJheh1akDuK G2PjeHkvgzGgMF8VdBnAsyH1cHaJ5fIaSF6pWYZB0yfcVM1b/DLPbRvi8bb0Fmgh2yIo 5N2Q== X-Gm-Message-State: APjAAAVOvYoAN8zHu/gJiblrxN/oZSN2RIcLAdLwo0cv/O5gsoi1Fkhx fPe0w57BsLguHQkMfqreDdKM9FRvGho6v30D1ztzkA5g X-Google-Smtp-Source: APXvYqx6wFv2LVWRTvPuzA0v/dtwlcpoAhnNVg5MRKVPYKfvC6O7Vj4JH/4l3uxG+DtPhlL+kcjupVdjHfoKD/rItX4= X-Received: by 2002:a05:6638:3b6:: with SMTP id z22mr7037830jap.35.1575642209209; Fri, 06 Dec 2019 06:23:29 -0800 (PST) MIME-Version: 1.0 References: <201912060243.xB62h5So053092@repo.freebsd.org> In-Reply-To: <201912060243.xB62h5So053092@repo.freebsd.org> From: Ed Maste Date: Fri, 6 Dec 2019 05:36:59 -0500 Message-ID: Subject: Re: svn commit: r355436 - in head/sys: amd64/amd64 x86/x86 To: Scott Long Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47Tvvk3XTqz4T5F X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2019 14:23:30 -0000 On Thu, 5 Dec 2019 at 21:43, Scott Long wrote: > > Author: scottl > Date: Fri Dec 6 02:43:05 2019 > New Revision: 355436 > URL: https://svnweb.freebsd.org/changeset/base/355436 > > Log: > Move the mds, irbs, and ssb mitigation knobs into machdep.mitigations. If we're moving them and adding backwards-compatibility scaffolding we really should correct the sense of the sysctls at the same time.