From owner-svn-src-all@freebsd.org Tue Sep 19 21:04:57 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01E94E04C76; Tue, 19 Sep 2017 21:04:57 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E29416CDAD; Tue, 19 Sep 2017 21:04:56 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from aurora.physics.berkeley.edu (aurora.physics.berkeley.edu [128.32.117.67]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id v8JL4mGo013096 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 19 Sep 2017 14:04:49 -0700 Subject: Re: svn commit: r323778 - in head/sys: arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf To: Josh Paetzel , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201709192040.v8JKe6Gk040242@repo.freebsd.org> From: Nathan Whitehorn Message-ID: Date: Tue, 19 Sep 2017 14:04:48 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <201709192040.v8JKe6Gk040242@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Sonic-CAuth: UmFuZG9tSVamnJAGddddBAX9DOChiPzpEleKBPC053CsiOg95kiNNENZR7OVD+tgRRfwTzlR1M968cFa2Mp5qb8yMD3y1kT49a24dI6pyEA= X-Sonic-ID: C;uPcFLH6d5xG+hfsKk0eh0A== M;6DJFLH6d5xG+hfsKk0eh0A== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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, 19 Sep 2017 21:04:57 -0000 Please remember that not all "GENERIC" kernels are named "GENERIC". In particular, the powerpc64 "GENERIC" is called "GENERIC64" (and I am assuming needs the same changes). -Nathan On 09/19/17 13:40, Josh Paetzel wrote: > Author: jpaetzel > Date: Tue Sep 19 20:40:05 2017 > New Revision: 323778 > URL: https://svnweb.freebsd.org/changeset/base/323778 > > Log: > Fix indentation for r323068 > > PR: 220170 > Reported by: lidl > MFC after: 3 days > Pointyhat to: jpaetzel > > Modified: > head/sys/arm64/conf/GENERIC > head/sys/i386/conf/GENERIC > head/sys/powerpc/conf/GENERIC > head/sys/riscv/conf/GENERIC > head/sys/sparc64/conf/GENERIC > > Modified: head/sys/arm64/conf/GENERIC > ============================================================================== > --- head/sys/arm64/conf/GENERIC Tue Sep 19 20:33:22 2017 (r323777) > +++ head/sys/arm64/conf/GENERIC Tue Sep 19 20:40:05 2017 (r323778) > @@ -29,7 +29,7 @@ options PREEMPTION # Enable kernel thread preemption > options INET # InterNETworking > options INET6 # IPv6 communications protocols > options IPSEC # IP (v4/v6) security > -options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > +options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > options TCP_HHOOK # hhook(9) framework for TCP > options TCP_OFFLOAD # TCP offload > options SCTP # Stream Control Transmission Protocol > > Modified: head/sys/i386/conf/GENERIC > ============================================================================== > --- head/sys/i386/conf/GENERIC Tue Sep 19 20:33:22 2017 (r323777) > +++ head/sys/i386/conf/GENERIC Tue Sep 19 20:40:05 2017 (r323778) > @@ -31,7 +31,7 @@ options PREEMPTION # Enable kernel thread preemption > options INET # InterNETworking > options INET6 # IPv6 communications protocols > options IPSEC # IP (v4/v6) security > -options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > +options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > options TCP_HHOOK # hhook(9) framework for TCP > options TCP_OFFLOAD # TCP offload > options SCTP # Stream Control Transmission Protocol > > Modified: head/sys/powerpc/conf/GENERIC > ============================================================================== > --- head/sys/powerpc/conf/GENERIC Tue Sep 19 20:33:22 2017 (r323777) > +++ head/sys/powerpc/conf/GENERIC Tue Sep 19 20:40:05 2017 (r323778) > @@ -38,7 +38,7 @@ options PREEMPTION #Enable kernel thread preemption > options INET #InterNETworking > options INET6 #IPv6 communications protocols > options IPSEC # IP (v4/v6) security > -options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > +options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > options TCP_HHOOK # hhook(9) framework for TCP > options SCTP #Stream Control Transmission Protocol > options FFS #Berkeley Fast Filesystem > > Modified: head/sys/riscv/conf/GENERIC > ============================================================================== > --- head/sys/riscv/conf/GENERIC Tue Sep 19 20:33:22 2017 (r323777) > +++ head/sys/riscv/conf/GENERIC Tue Sep 19 20:40:05 2017 (r323778) > @@ -34,7 +34,7 @@ options INET # InterNETworking > options INET6 # IPv6 communications protocols > options TCP_HHOOK # hhook(9) framework for TCP > options IPSEC # IP (v4/v6) security > -options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > +options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > options TCP_OFFLOAD # TCP offload > options SCTP # Stream Control Transmission Protocol > options FFS # Berkeley Fast Filesystem > > Modified: head/sys/sparc64/conf/GENERIC > ============================================================================== > --- head/sys/sparc64/conf/GENERIC Tue Sep 19 20:33:22 2017 (r323777) > +++ head/sys/sparc64/conf/GENERIC Tue Sep 19 20:40:05 2017 (r323778) > @@ -31,7 +31,7 @@ options PREEMPTION # Enable kernel thread preemption > options INET # InterNETworking > options INET6 # IPv6 communications protocols > options IPSEC # IP (v4/v6) security > -options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > +options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 > options TCP_HHOOK # hhook(9) framework for TCP > options SCTP # Stream Control Transmission Protocol > options FFS # Berkeley Fast Filesystem >