From owner-freebsd-dtrace@FreeBSD.ORG Thu Aug 22 22:52:48 2013 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D610A46; Thu, 22 Aug 2013 22:52:48 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x22a.google.com (mail-ea0-x22a.google.com [IPv6:2a00:1450:4013:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A713B2BFB; Thu, 22 Aug 2013 22:52:47 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id h14so1157721eak.15 for ; Thu, 22 Aug 2013 15:52:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mf/R/ThotMoHd/yKNVliW0c4m/crXf/6h/tvmfZEP40=; b=gIExZxpPljiQ/B+O1KJeZVnJqA2x3gV7AL3zhsxZ7qORWNTmEASBM55mBAu/Fn7lQ5 i0pVxxXlkbFwq/Ef2/xmHB+UrRn0yZMbdphrWwy67avrtZNtvqCUHC7XkAkrQ+dAppKT fVS0SRSfMIi2MNIRQZ/q2awjhwepmEOKw173WN1/MrqrBhmxnt9XSNKSUiqux4pbk6i1 nQcQ5w4/kfblNYSClYwVxSz+YvqjNgDqWkzCEH+eO+ppHxpnBdLW/q2jExDktdPvdw0N 45IaD8eFKj4oQsQzh17blzqdfAOvskCzCqVY0aHL8abGdUV12tH4bLg9giBtXiI4K5Rc 7qOA== MIME-Version: 1.0 X-Received: by 10.14.220.200 with SMTP id o48mr449286eep.62.1377211965898; Thu, 22 Aug 2013 15:52:45 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Thu, 22 Aug 2013 15:52:45 -0700 (PDT) In-Reply-To: <52168B0E.1050308@rawbw.com> References: <20130821045926.GA17196@raichu> <52168B0E.1050308@rawbw.com> Date: Thu, 22 Aug 2013 15:52:45 -0700 Message-ID: Subject: Re: DTrace network providers From: hiren panchasara To: Yuri Content-Type: text/plain; charset=UTF-8 Cc: freebsd-net@freebsd.org, freebsd-dtrace@freebsd.org X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 22:52:48 -0000 On Thu, Aug 22, 2013 at 3:05 PM, Yuri wrote: > On 08/20/2013 22:00, Mark Johnston wrote: >> >> The patch is here: >> >> >> http://people.freebsd.org/~markj/patches/network-providers/network-providers-1.diff >> >> It depends on r254468. To use it, just recompile the kernel (assuming > > > Your patch fails to apply, see below. fwiw, I update the laptop to an hour back CURRENT r254665 and patch applied cleanly. cheers, hiren > > I use clean r254468 as you suggested. > > Yuri > > -------------------------- > |diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c > |index 0a87e7a..15196e0 100644 > |--- a/sys/netinet/ip_output.c > |+++ b/sys/netinet/ip_output.c > -------------------------- > Patching file a/sys/netinet/ip_output.c using Plan A... > Hunk #1 succeeded at 34. > Hunk #2 succeeded at 48. > Hunk #3 succeeded at 66. > Hunk #4 failed at 625. > Hunk #5 succeeded at 660 with fuzz 2. > 1 out of 5 hunks failed--saving rejects to a/sys/netinet/ip_output.c.rej > > -------------------------- > |diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c > |index 7755da1..9eaa0aa 100644 > |--- a/sys/netinet6/nd6.c > |+++ b/sys/netinet6/nd6.c > -------------------------- > Patching file a/sys/netinet6/nd6.c using Plan A... > Hunk #1 succeeded at 34. > Hunk #2 succeeded at 51. > Hunk #3 succeeded at 64. > Hunk #4 failed at 2086. > 1 out of 4 hunks failed--saving rejects to a/sys/netinet6/nd6.c.rej > Hmm... The next patch looks like a unified diff to me... > The text leading up to this was: > > > _______________________________________________ > freebsd-dtrace@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace > To unsubscribe, send any mail to "freebsd-dtrace-unsubscribe@freebsd.org"