[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150827.224707.1927135676881589733.davem@davemloft.net>
Date: Thu, 27 Aug 2015 22:47:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dsa@...ulusnetworks.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: FIB tracepoints
From: David Ahern <dsa@...ulusnetworks.com>
Date: Thu, 27 Aug 2015 22:27:38 -0700
> ie., it does matter. src was declared a u32 and trying to pass &src to
> the printk fails. Been down this road a lot.
It's not printk that's failing, it's the tracing library in userspace
that's being stupid about this.
That's where the "FAILED TO PARSE" thing comes from.
This event parsing code is imposing restrictions that do not exist in
the kernel printk. And in fact I can't think of a justification for
them, why should this code even care as long as the thing is at least
4 bytes.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists