From owner-svn-src-all@freebsd.org Tue Jun 4 16:21:48 2019 Return-Path: Delivered-To: svn-src-all@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 E414015B6634; Tue, 4 Jun 2019 16:21:47 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f194.google.com (mail-it1-f194.google.com [209.85.166.194]) (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 8121E7106B; Tue, 4 Jun 2019 16:21:47 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f194.google.com with SMTP id h11so1075693itf.5; Tue, 04 Jun 2019 09:21:47 -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:reply-to :from:date:message-id:subject:to:cc; bh=YknPZLcM60gK8efVIZbcBVDpXNGOB9Be0Pptm4x94Lk=; b=kmz5sxsSi6r6tOMXgPt3kSzcBzk5CL32F3hYtENX0NKwRcdY72QawTehQcndWeHWxW g5GjA3O1eEF34p1kZLGI0PbenDQDs5s2clFroO9sF2WM0SAHf49MFyXqPLw5jvwyTSBb iGo8wb26aaQtpMgVvtbwfGDbiRsDtacNLcKvP4Ya8vOfC+5PpSiTNxjyYFsS2CzTTbSs WS5XbTVXqQk+opnRQeweLzeuvQyFEElSMC0hBm68T2Pyyg+NvwIAIlCBH7KSO0nBucWG wdt6B9aLGsWyM7jcctCCrT4HdZOvwgDKu+IhJ/rzOGLVr3pFB6tmpQeV2PTeEoZD8ndq F1hw== X-Gm-Message-State: APjAAAVLce9yjhqbT20A04kUr4OSUphSpjnmmCYyQD6OGi9+7NPnl7K9 h1cf4A3Dx1CDP/FEeobWLNajVyVA X-Google-Smtp-Source: APXvYqxXPOuHq3Xmbc3oZF9vs4zNCWShn4vwg1IHNjAccGCavRcFo2ue7LquXZN1rWqgUdlROpdl/w== X-Received: by 2002:a05:660c:48b:: with SMTP id a11mr22962014itk.11.1559664994267; Tue, 04 Jun 2019 09:16:34 -0700 (PDT) Received: from mail-it1-f178.google.com (mail-it1-f178.google.com. [209.85.166.178]) by smtp.gmail.com with ESMTPSA id n21sm5231089ioh.30.2019.06.04.09.16.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Jun 2019 09:16:34 -0700 (PDT) Received: by mail-it1-f178.google.com with SMTP id h11so1046250itf.5; Tue, 04 Jun 2019 09:16:33 -0700 (PDT) X-Received: by 2002:a24:9ac7:: with SMTP id l190mr21725644ite.100.1559664993434; Tue, 04 Jun 2019 09:16:33 -0700 (PDT) MIME-Version: 1.0 References: <201906041307.x54D7Acf058688@repo.freebsd.org> <20190604141530.sbdlvxskwur2wofm@mutt-hbsd> In-Reply-To: <20190604141530.sbdlvxskwur2wofm@mutt-hbsd> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 4 Jun 2019 09:16:22 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r348611 - in head/sys: conf kern To: Shawn Webb Cc: Ed Maste , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 8121E7106B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Tue, 04 Jun 2019 16:21:48 -0000 On Tue, Jun 4, 2019 at 7:15 AM Shawn Webb wrote: > > On Tue, Jun 04, 2019 at 01:07:10PM +0000, Ed Maste wrote: > > Author: emaste > > Date: Tue Jun 4 13:07:10 2019 > > New Revision: 348611 > > URL: https://svnweb.freebsd.org/changeset/base/348611 > > > > Log: > > Expose the kernel's build-ID through sysctl > > > > After our migration (of certain architectures) to lld the kernel is built > > with a unique build-ID. Make it available via a sysctl and uname(1) to > > allow the user to identify their running kernel. > > Does this impact reproducible builds at all? Not at all, no.