From owner-svn-src-head@freebsd.org Fri Sep 1 16:06:22 2017 Return-Path: Delivered-To: svn-src-head@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 7628FE170FE; Fri, 1 Sep 2017 16:06:22 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) (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 4356C77D67; Fri, 1 Sep 2017 16:06:21 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-oi0-f43.google.com with SMTP id r203so5520536oih.0; Fri, 01 Sep 2017 09:06:21 -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:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=dqJrpvZMY42HRwd1rDj5gNoYXHl2hWGA6u7NXzpG7OE=; b=EtqhdDKbPYrWlPCLwUkvVfYhKP2zRcJ0PsDYwJZalSZ2VbOcEkfIxUonB8Qq5DFDeS 76ndMYDtOvF5xC8Ym+QwxEghYWOObfIIMZdu/8kgVVjfGm/Y2fr+ppPj9jU3Bv2PElyC LOiqHkKZL0RDAhA2cLBJsKKtU8XJmOtTASgRi7dYB6puGJq99H0174CdQO34IXv6BnI1 UTwuc773fgpDI59hdzXsr2w1b8T4f2hW0Xhlp93qW8Cjp16Ymc4xF87583gUT03LLLw+ fD1CzR1EtXQ/RM3BGD251rGnD9iHIwf3K1gDfbOH0gVE1uTYCBxiIaNullPSaLTSVsO9 v1mQ== X-Gm-Message-State: AHPjjUi8c38+LQf7n3KdEeqizukZmkTAoZK8bQ4jGUKoxGm7cwN57N4q TFeInFjWJoAKIsEKmEs= X-Received: by 10.202.204.213 with SMTP id c204mr2098215oig.150.1504281975144; Fri, 01 Sep 2017 09:06:15 -0700 (PDT) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com. [209.85.223.175]) by smtp.gmail.com with ESMTPSA id o204sm762451oib.5.2017.09.01.09.06.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Sep 2017 09:06:14 -0700 (PDT) Received: by mail-io0-f175.google.com with SMTP id b2so4247132iof.0; Fri, 01 Sep 2017 09:06:14 -0700 (PDT) X-Google-Smtp-Source: ADKCNb6rMINsJyosTW0SRvwXcBdMJclr9j65RXgbhGeEkB+jnbfAwQyJoXoawEZAu08zt+UVbzKDsv6gIfKtPu6juw0= X-Received: by 10.36.248.198 with SMTP id a189mr188521ith.180.1504281974526; Fri, 01 Sep 2017 09:06:14 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.81.131 with HTTP; Fri, 1 Sep 2017 09:06:14 -0700 (PDT) In-Reply-To: <201709011554.v81FssRG083114@repo.freebsd.org> References: <201709011554.v81FssRG083114@repo.freebsd.org> From: Conrad Meyer Date: Fri, 1 Sep 2017 09:06:14 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf To: Josh Paetzel Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 01 Sep 2017 16:06:22 -0000 Wait, why? The PR doesn't explain it any better than this commit message. On Fri, Sep 1, 2017 at 8:54 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Fri Sep 1 15:54:53 2017 > New Revision: 323087 > URL: https://svnweb.freebsd.org/changeset/base/323087 > > Log: > Take options IPSEC out of GENERIC > > PR: 220170 > Submitted by: delphij > Reviewed by: ae, glebius > MFC after: 2 weeks > Differential Revision: D11806