From nobody Sat Dec 04 14:34:37 2021 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 6631718B79E9; Sat, 4 Dec 2021 14:34:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J5sf55YPcz3DWk; Sat, 4 Dec 2021 14:34:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F49A25F35; Sat, 4 Dec 2021 14:34:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B4EYbJD077951; Sat, 4 Dec 2021 14:34:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B4EYbKo077950; Sat, 4 Dec 2021 14:34:37 GMT (envelope-from git) Date: Sat, 4 Dec 2021 14:34:37 GMT Message-Id: <202112041434.1B4EYbKo077950@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Cy Schubert Subject: git: 106f42596e4b - main - ipfilter: Add DTrace SDT probe 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; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 106f42596e4b61c26425735a3999bd51d39dd82c Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638628478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fUXMLE2sLjQyniMTuClbuoTIKOZFgzIIFcSk6CddQ00=; b=eQaz1Qyjt3zzMbbJ+uT6lBD7kNDMbfkEID7hngYQcRWfoiyu+M4JYZm4MY4ZO90GLud/Er 1srIpHxfOPT5UkM/xlJf8hq1Kc89nLphHlaNL9wE+4zhrFONPZFykNWYquZVCXpRejr9Ax soxtqmXmP8a3J/2RcM9oxyYASM173D16XatNi1pgjZZJ0f5mF96VTju3oQ1EHCaa4VKHMg i80/jMCo7fGnVLm6lmT9CFz+HJsnBwAdjPAY9J10oqcRVIjnLxSyjZLeEwwJ4R8lczZN4E 9vmcj/0i7RlehjtG07wC98q6xZ5E8kZfe/cRf1PqLkCef4t4IAZJqIpgsXw81A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638628478; a=rsa-sha256; cv=none; b=FcoKCVbJmVdyDRVyCIkC3zoDcqI/riabTxCPU8hjEHcufGLKle0rN5OPpp50S9dIr1LKov wDIf6fI92J+7POjZTihd3ItDnwPYQfIwpQjpcOki8lWHr9LCyBAf1xoOrV4iEBUrtWExEZ XUHBnhuPUmgq9FZTPhwtNVsOkrxnjwXrbt3iHqNiX2NkJreKSTJH70G1xagRtJtstUEltb h1ZH/Rh/GVuzmgZFuC3b/dkN8laI8XuppKg/j+xkWfgaySDHjeabf8Ti5AxqkP72LruPfR QCPVluWSsAueJmjdm/ptrvUVZ4X+LT5p/z06wr5Y4HhsghE4A8skVeWEKJqSOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=106f42596e4b61c26425735a3999bd51d39dd82c commit 106f42596e4b61c26425735a3999bd51d39dd82c Author: Cy Schubert AuthorDate: 2021-10-05 04:26:58 +0000 Commit: Cy Schubert CommitDate: 2021-12-04 14:33:12 +0000 ipfilter: Add DTrace SDT probe Add an SDT probe, using the newly created DT5 macro, in similar vein to DEBUG_PARSE printf for when FTP junk is anticipated and ok. This will assist in debugging port (active) FTP proxy issues. MFC after: 3 days --- sys/contrib/ipfilter/netinet/ip_ftp_pxy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c b/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c index 0079e884a8b8..4ac7ffc7e5b1 100644 --- a/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c +++ b/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c @@ -1523,6 +1523,8 @@ whilemore: len = wptr - rptr; f->ftps_junk = ipf_p_ftp_valid(softf, ftp, rv, rptr, len); + DT5(junk_ftp_valid, int, len, int, rv, u_long, rptr, + u_long, wptr, int, f->ftps_junk); if (softf->ipf_p_ftp_debug & DEBUG_PARSE) { printf("%s=%d len %d rv %d ptr %lx/%lx ",