From owner-svn-src-all@freebsd.org Wed May 30 15:43:19 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 08C21F77FEB; Wed, 30 May 2018 15:43:19 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) (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 89DBA6A0ED; Wed, 30 May 2018 15:43:18 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f182.google.com with SMTP id 200-v6so21140286ioz.6; Wed, 30 May 2018 08:43:18 -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=rVRHm2afVEKfXyFgtueiCweZOtXV8k8vdIf6G+APYdk=; b=pmDSnn8RZbSZQC227kc/NjE89smwhecpIi5c/9fKoEN4nwtbS3Miw3FQXTSBATMDUB smtGLnWLLp7Z26+XOP3Boe7guKwrL0mWrWSmOetSlcmI4cE2fQywxgqESKnzNHMDWPJ6 LcLvN2jOVFyym8Nipj5KXie0ZZkUqpeZ8MtBZPOPcDI0zuThzl/dStKKt3GtnScIgtiL +qfyX6a3PIRB277nxMgLC2RMb01yDG0jqNf1ka0BNAP6LQ5UWPBHEljHwUshYLrQS1qx wGkbGf46Yui5nS0gVmiMSeuYCaTwlVKO81D03B9ttMpUlfFjaPy9wQdIoewtgjK+xtfT Y+pA== X-Gm-Message-State: ALKqPwcCxyRBcRZcfyu0YDo+Jco/ZISukduSIBKGhjiWFI2ekz1vvPuT Af3f8PFT6Mtp7WYohi9c2xhHE8CR X-Google-Smtp-Source: ADUXVKIv/enjT9zruCv/18DCla2ledHfQ8tg5NHlvlESL7QA8ZQ2nd3kPjOx7aXDBi5/10XBrEqkSQ== X-Received: by 2002:a6b:8c0f:: with SMTP id o15-v6mr2787360iod.84.1527694991573; Wed, 30 May 2018 08:43:11 -0700 (PDT) Received: from mail-it0-f43.google.com (mail-it0-f43.google.com. [209.85.214.43]) by smtp.gmail.com with ESMTPSA id s74-v6sm9472009ita.43.2018.05.30.08.43.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 May 2018 08:43:11 -0700 (PDT) Received: by mail-it0-f43.google.com with SMTP id q4-v6so24036856ite.3; Wed, 30 May 2018 08:43:11 -0700 (PDT) X-Received: by 2002:a24:68c6:: with SMTP id v189-v6mr2246549itb.61.1527694991016; Wed, 30 May 2018 08:43:11 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:5995:0:0:0:0:0 with HTTP; Wed, 30 May 2018 08:43:10 -0700 (PDT) In-Reply-To: References: <201805300711.w4U7BYjS066960@repo.freebsd.org> <20180530141347.1bf868ac@hermann> <92B96A88-6F0C-4C5B-A924-4E4CD0777116@FreeBSD.org> <20180530143258.64b26810@hermann> From: Conrad Meyer Date: Wed, 30 May 2018 08:43:10 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334375 - in head/sys: net netpfil/pf To: Kristof Provost Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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: Wed, 30 May 2018 15:43:19 -0000 On Wed, May 30, 2018 at 5:41 AM, Kristof Provost wrote: > Odd. The other reports I got were mips only. I did test amd64. > Are you using gcc to build perhaps? > > r334379 should fix it. Hi Kristof, Oliver uses a non-GENERIC kernel, which often catches some oversights :-). I appreciate the prompt testing and reports he seems to do continuously, it's fantastic. Best, Conrad