From nobody Fri Nov 10 09:47:50 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SRYsN2qVtz4ywMG; Fri, 10 Nov 2023 09:47:52 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SRYsN2BRLz3Fsn; Fri, 10 Nov 2023 09:47:52 +0000 (UTC) (envelope-from kp@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1699609672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6IxVAfnxu46L1HEoPr98ipqDU57cLfZFtPJdxymC4OI=; b=J+Ku4cRCNy49eOm9Tmu7FUXZPc+vB8PnBYfiYLcDngoDjBhu0pMhrNJEvAHFf9WW66Z4Hp VJOvre1IcA9jTsSFuBmzRtKSzKdkD+LNP9Ud5VV+ErhQCki4Lm7bpEEfnapC5JALrP2YJ5 vJ5vo3NXPcZ5u+LviHGu6CeKmz70GD6spPQTY0uQjiv5e2/TWWNwN/bvHoLzRDKUOtWYdj z53jCVsupjOIjpqpgXR7SK6/nsQpvI0E5VdUjlUWf0yS1YUL5+Eo4LqUj99Fx2NegXWcuH op/r6FGgH0wXUqkA9qZeMMTpJzSwzK52xYqn3+93X1jl48qFjjHIjWzhqUPjXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1699609672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6IxVAfnxu46L1HEoPr98ipqDU57cLfZFtPJdxymC4OI=; b=u/JBlpJYWHz6o39mP/4O4g4IL5MmrbVBQBtYgDAJ2qP0KHVopHK0BjPTocjj4iLSnAc52v btdNjnsqsDrl6SAKhJsPYDT1elKAK95Gk98DrSiKPs0EQdBzzMUEQYSVOLAppOmW5ziKfL bGKJ27hPSYjgfyEnG9HxAUoNZzBAUETvk2ihhGlfJSpD5DOnpD711V4ZUXWF+Eu6yv1Z6M I6So43J+cqTVLdu0s9LJxF9hA5jR0Tjej6gfJBA+blJxKIZ1OJiOpa+Zg1sUsllX5ts9zD MJIz6fi6Uqj9hGOUOIgryS748kGCPlPSgt0VsqZsYxmqQ2hwvXyocjh5alYEpw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1699609672; a=rsa-sha256; cv=none; b=Uw8shn08hK5PN0zgkzpXndz4iE/mqtkJoYEZWMv1pjnbTz+aD7+kn96SnyG400As5PwfdX LI8qmSS98kAqizuZzEDL8dqZHSQhOQg9C4VO3N57IWsNSh0nuJWueHnLryXbM4GCB4Ytzy JqA9lv7rIpvL2NUmjq9xYaIeYc6lWFpYDgqmpiZ+/Rh70pqmm/H5sbzqWMoUbVRQ80xo1T GjyaI7gmfxv0xhmPBZ63xtPv1ollcH2aEoZcoY925qPX45TtbWmvvfhB3g0q9MQFghdcE+ KxImX6a/M74bfpj4YyCnNAimLimkanNKZcCkgwtd1VmZLlqycfTPgHXSHLhjjQ== Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (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 (2048 bits) client-digest SHA256) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4SRYsN0YNzz144p; Fri, 10 Nov 2023 09:47:52 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id A747FE22D; Fri, 10 Nov 2023 10:47:50 +0100 (CET) From: Kristof Provost To: Konstantin Belousov Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: af21145f33d7 - main - pf_purge_expired_states(): fix build without SDT probes Date: Fri, 10 Nov 2023 10:47:50 +0100 X-Mailer: MailMate (1.14r5937) Message-ID: In-Reply-To: <202311092022.3A9KM0N7049005@gitrepo.freebsd.org> References: <202311092022.3A9KM0N7049005@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 9 Nov 2023, at 21:22, Konstantin Belousov wrote: > The branch main has been updated by kib: > > URL: https://cgit.FreeBSD.org/src/commit/?id=3Daf21145f33d75c8d754b2371= d03c181cd0c730e7 > > commit af21145f33d75c8d754b2371d03c181cd0c730e7 > Author: Konstantin Belousov > AuthorDate: 2023-11-09 20:17:53 +0000 > Commit: Konstantin Belousov > CommitDate: 2023-11-09 20:17:53 +0000 > > pf_purge_expired_states(): fix build without SDT probes > > Sponsored by: The FreeBSD Foundation Thanks for the fix. I should have thought of that myself. Best regards, Kristof