From owner-svn-src-head@freebsd.org Sun Jul 23 16:03:52 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 6C80FDA4704; Sun, 23 Jul 2017 16:03:52 +0000 (UTC) (envelope-from srs0=g7wu=62=freebsd.org=kp@codepro.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3764D65C8E; Sun, 23 Jul 2017 16:03:51 +0000 (UTC) (envelope-from srs0=g7wu=62=freebsd.org=kp@codepro.be) Received: from [169.254.11.67] (ptr-8ripyyhttb1guvlwhwm.18120a2.ip6.access.telenet.be [IPv6:2a02:1811:2419:4e02:e18d:18af:2910:13a6]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 529C1B2C9; Sun, 23 Jul 2017 18:03:49 +0200 (CEST) From: "Kristof Provost" To: "Ngie Cooper" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r321370 - head/lib/libsysdecode Date: Sun, 23 Jul 2017 18:03:48 +0200 Message-ID: <8FA5355F-E374-49BE-B2B2-25351ED827A9@FreeBSD.org> In-Reply-To: References: <201707221251.v6MCpKn4014224@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: MailMate (2.0BETAr6088) 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: Sun, 23 Jul 2017 16:03:52 -0000 On 22 Jul 2017, at 17:42, Ngie Cooper (yaneurabeya) wrote: > > On Jul 22, 2017, at 5:51 AM, Kristof Provost wrote: >> >> Author: kp >> Date: Sat Jul 22 12:51:19 2017 >> New Revision: 321370 >> URL: https://svnweb.freebsd.org/changeset/base/321370 >> >> Log: >> Handle WITH/WITHOUT_PF in libsysdecode >> >> Only filter out the PF ioctls if we're building without pf support. >> Until now those were always filtered out, so truss did not show = >> symbolic >> names for pf ioctls. > > > Hi Kristof! > 'MFC after: 1 week=E2=80=9D should have probably be added to this comm= it. > This change should be MFCed to ^/stable/11 and probably ^/stable/10 = > (in usr.sbin/kdump on 10: = > https://svnweb.freebsd.org/base/stable/10/usr.bin/kdump/mkioctls?revisi= on=3D291815&view=3Dmarkup#l25 = > ). To be honest I wasn=E2=80=99t planning on MFCing this, because it=E2=80=99= s not a = terribly important issue. That said, if it=E2=80=99d be useful to you (or anyone else) I=E2=80=99m = certainly = willing to do so. I=E2=80=99m not sure how much the code changed between 10 and 11, but MFC= to = 11 should be easy, and if the changes are not too extensive I can do the = merge to 10 as well. Regards, Kristof