From owner-svn-src-head@freebsd.org Wed May 23 16:54:54 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 4544FF2D14A; Wed, 23 May 2018 16:54:54 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9A8373BEC; Wed, 23 May 2018 16:54:53 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) (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)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id B0C0395BD; Wed, 23 May 2018 16:54:53 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f174.google.com with SMTP id d73-v6so23610476iog.3; Wed, 23 May 2018 09:54:53 -0700 (PDT) X-Gm-Message-State: ALKqPweaEy84MVqUEwZsWYEOvf5EX0JwugEaIVKmLE7vIOM4X0YUm1JA jKRCOjGaxQ8EbJIdlr9+EkSeZcBYrmAuxneCkv4= X-Google-Smtp-Source: AB8JxZoKNmkASJFQiXudekcizawBeF3wUTLwmQ16JEnb308pmWKVVqWGqCxfkbQzqUEUJMELekrlRZp/h5Sb3mKbEw0= X-Received: by 2002:a6b:b7c6:: with SMTP id h189-v6mr3170705iof.94.1527094493103; Wed, 23 May 2018 09:54:53 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:85ca:0:0:0:0:0 with HTTP; Wed, 23 May 2018 09:54:52 -0700 (PDT) In-Reply-To: <1527083566.32688.117.camel@freebsd.org> References: <201805230615.w4N6FtiS022201@repo.freebsd.org> <1527083566.32688.117.camel@freebsd.org> From: Matthew Macy Date: Wed, 23 May 2018 09:54:52 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334074 - head/sys/sys To: Ian Lepore Cc: 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, 23 May 2018 16:54:54 -0000 Track On Wed, May 23, 2018 at 06:53 Ian Lepore wrote: > On Wed, 2018-05-23 at 06:15 +0000, Matt Macy wrote: > > Author: mmacy > > Date: Wed May 23 06:15:55 2018 > > New Revision: 334074 > > URL: https://svnweb.freebsd.org/changeset/base/334074 > > > > Log: > > Bump FreeBSD_version after r333813 > > > > Modified: > > head/sys/sys/param.h > > > > Modified: head/sys/sys/param.h > > ============================================================ > ================== > > --- head/sys/sys/param.h Wed May 23 04:09:01 2018 (r334073) > > +++ head/sys/sys/param.h Wed May 23 06:15:55 2018 (r334074) > > @@ -60,7 +60,7 @@ > > * in the range 5 to 9. > > */ > > #undef __FreeBSD_version > > -#define __FreeBSD_version 1200063 /* Master, propagated to newvers */ > > +#define __FreeBSD_version 1200064 /* Master, propagated to newvers */ > > > > /* > > * __FreeBSD_kernel__ indicates that this system uses the kernel of > FreeBSD, > > > > Nothing about this commit or the commit message for r333813 says why a > version bump would be warranted. New user-visible features? API > change? The diff for r333813 doesn't appear to contain either of those. > Out of tree drivers need to conditionally compile for the change of the multicast address list in ifnet from TAILQ to CK_STAILQ -- Ian >