From owner-svn-src-all@freebsd.org Mon Jul 16 19:07:14 2018 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 D052010382A8; Mon, 16 Jul 2018 19:07:14 +0000 (UTC) (envelope-from kevans@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 60E0A7F3BD; Mon, 16 Jul 2018 19:07:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (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: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id F0DA9D055; Mon, 16 Jul 2018 19:07:13 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f178.google.com with SMTP id 203-v6so19852950ljj.13; Mon, 16 Jul 2018 12:07:13 -0700 (PDT) X-Gm-Message-State: AOUpUlENZyc6tc1JH5jEbbLrJrZsfz+9jGU9pntZ5gDPhhWGpIHXIud3 PENg2a6TKcnWW4IR27D2d9+8lFVLf2ehghXW8+k= X-Google-Smtp-Source: AAOMgpeZFB0gHz8tZ7u6TtkkA1w9aNM7UAN+UdRoSZTGjLJn69o4XFz65DvEZptKbjMxtBegtoS3kOlFW7Gk+jw7+b8= X-Received: by 2002:a2e:498:: with SMTP id a24-v6mr10716888ljf.27.1531768032567; Mon, 16 Jul 2018 12:07:12 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Mon, 16 Jul 2018 12:06:52 -0700 (PDT) In-Reply-To: <201807161905.w6GJ5oP1076822@repo.freebsd.org> References: <201807161905.w6GJ5oP1076822@repo.freebsd.org> From: Kyle Evans Date: Mon, 16 Jul 2018 14:06:52 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r336353 - in head: sys/conf usr.sbin/config To: Kyle Evans Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 16 Jul 2018 19:07:15 -0000 On Mon, Jul 16, 2018 at 2:05 PM, Kyle Evans wrote: > Author: kevans > Date: Mon Jul 16 19:05:50 2018 > New Revision: 336353 > URL: https://svnweb.freebsd.org/changeset/base/336353 > > Log: > config(8): Bump major version after r335998 > > config-generated hints.c/env.c from r335998 and later are incompatible with > earlier kernels due to no longer setting envmode/hintmode. A minor bump for > this is insufficient, as matching major version with a later minor version > is still viewed as backwards-compatible. > > This was an MI kernel change, soo all VERSREQ's are bumped. > I jumped the gun here... Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D16214