From owner-dev-commits-src-all@freebsd.org Wed Jan 6 12:58:51 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A30D84D045E; Wed, 6 Jan 2021 12:58:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9qDq3S0Wz3ktm; Wed, 6 Jan 2021 12:58:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 60441A2FE; Wed, 6 Jan 2021 12:58:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f179.google.com with SMTP id h4so2326045qkk.4; Wed, 06 Jan 2021 04:58:51 -0800 (PST) X-Gm-Message-State: AOAM530bvjp9CeZcUlNArirGv/CY0uRhBZkq57UAR5vbMyUnzKV74Rr9 WGfRxYWchcM5TfCEtpfTDMAHs4yX8/BGXczwAXc= X-Google-Smtp-Source: ABdhPJxX35zWKrtK+5NvplAe2wHUfcMBJqfndXcVj2cFw6zxcRNAhjqvpFNRO4PgykDooj5eFqVl+zb4aFohdmbWOFo= X-Received: by 2002:a37:6713:: with SMTP id b19mr3911301qkc.493.1609937931064; Wed, 06 Jan 2021 04:58:51 -0800 (PST) MIME-Version: 1.0 References: <202101052237.105MbsPa081440@gitrepo.freebsd.org> <20210106055051.51e28498@hermann.fritz.box> <1D693FF6-3D56-40C0-A058-5EFF0E3058FD@FreeBSD.org> <20210106102002.5af4db05@hermann.fritz.box> In-Reply-To: From: Kyle Evans Date: Wed, 6 Jan 2021 06:58:40 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: fda7daf06301 - main - pfctl: Stop sharing pf_ruleset.c with the kernel To: Kristof Provost Cc: "Hartmann, O." , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2021 12:58:51 -0000 I note that the original report says buildkernel, but the log exercpt is from buildworld. Looks like pf_ruleset.c kept the name, so this needs a dependency cleanup rule in tools/build to build the right one on WITHOUT_CLEAN builds. On Wed, Jan 6, 2021, 03:22 Kristof Provost wrote: > On 6 Jan 2021, at 10:20, Hartmann, O. wrote: > > > > amd64. > > kernel config is custom, no debug, IPFW, MAC. pf is not used, we use > IPFW. > Please share your kernel config as well. > > Best regards, > Kristof >