From owner-svn-src-head@freebsd.org Sun Apr 15 15:33:19 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 C88F7F9C5D4; Sun, 15 Apr 2018 15:33:19 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-ot0-x233.google.com (mail-ot0-x233.google.com [IPv6:2607:f8b0:4003:c0f::233]) (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 5AA1A86FA6; Sun, 15 Apr 2018 15:33:19 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-ot0-x233.google.com with SMTP id 23-v6so14773074otj.0; Sun, 15 Apr 2018 08:33:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ewb96LQ5Ta6eI2oVPrIC4+7x+yDeXc4YDGzZW872KGI=; b=QiJ8MX8d+9Yux26uXqR4eYzBy5BuOKn5VB06MuigmsLzklogOeytNSat2FZ4tQQIUK NZXUiUp64NBn3vo7hsxU519z1Q6Qm1uLAWCygw7XezsgSgqsW6fYG4Ktqdl9wsziEsvJ 8azphvxPpuwpvqLVk0R3KeFbnrr1Sq0V+l5esVm9X23RjLQhW5vMa8eE/UZ8zPiCRSWs AUPyeHX78jUbPuSmfNkMmHmk154hmkLm94XAE2TvWt6RS9REBt5fRhj8Noz5ZgvhwXwj YDgnZX9GO3F39BCeguUjbau0Zwu20ImhZ3Ga4sscc4EojlRjJ+n06Ubz4I7rUJrP4Dzv Zuxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ewb96LQ5Ta6eI2oVPrIC4+7x+yDeXc4YDGzZW872KGI=; b=dsXsI5AAnnPkmp9x/eE6ma3xKk3mnd0F9bOu3IOXzc0r1CaugVoPTQIZ684SP+Gv8Q 8dV7Nji9OOIQQU4WXhGgSOPcDNEfo0B6uCX9GA1oIJkwKijmMijw+sU2n37f2A6piae4 bc2AFXQCrMBA1B5ZPGOsGQYaLzpbsK+FrPBWmRX3c1/TBA0akhQYRVWisoqgGa14x1FN 2JVhOz85EdAWZOgcL9JM8J34vbBG9c2vTBFiu3Ib7oGKmumbf7WcDJVXDqiMiUDI8Ueh 4FGJW7JMydKRJkiUoVov8ND96xOyruvO7WRqKc/ulLLSPU9cY+ei2lnQMdKHplXzGxaF V4/g== X-Gm-Message-State: ALQs6tDjf77Rwv+fs5BYnFjDWf+uBX1BqX5FmUJnAYHsvC+gashKKGxx ZhMISxGzwSBxnt73nVeh2mWNC5s0h7wL8qZMz0I= X-Google-Smtp-Source: AIpwx498crAo49YR6baMSqSGLReOt6LoDEDHWINBqLxNCQce7eZE0T8sU80lyHwcplYf/mMi7sPX2MSk6xZvriNPdnM= X-Received: by 2002:a9d:400d:: with SMTP id m13-v6mr8749495ote.391.1523806398643; Sun, 15 Apr 2018 08:33:18 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:34b1:0:0:0:0:0 with HTTP; Sun, 15 Apr 2018 08:33:18 -0700 (PDT) In-Reply-To: <20180415151303.GA99239@spindle.one-eyed-alien.net> References: <201804151506.w3FF67Q9032678@repo.freebsd.org> <20180415151303.GA99239@spindle.one-eyed-alien.net> From: Benjamin Kaduk Date: Sun, 15 Apr 2018 10:33:18 -0500 Message-ID: Subject: Re: svn commit: r332512 - head/sys/conf To: Brooks Davis Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 15 Apr 2018 15:33:20 -0000 On Sun, Apr 15, 2018 at 10:13 AM, Brooks Davis wrote: > On Sun, Apr 15, 2018 at 03:06:07PM +0000, Brooks Davis wrote: > > Author: brooks > > Date: Sun Apr 15 15:06:07 2018 > > New Revision: 332512 > > URL: https://svnweb.freebsd.org/changeset/base/332512 > > > > Log: > > Remove device cm which was removed in r332490. > > I'm quite confused by the fact that tinderbox didn't trip on this when I > ran it. Are -DNO_CLEAN tinderbox builds insufficent for device removal? > Given that they would leave around the old object files needed to resolve stale references to removed driver components, it seems likely. -Ben