From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Joe Perches In-Reply-To: <201006030156.42370.sven.eckelmann@gmx.de> References: <1275509418.23599.42.camel@Joe-Laptop.home> <201006030133.25522.sven.eckelmann@gmx.de> <1275522450.23599.101.camel@Joe-Laptop.home> <201006030156.42370.sven.eckelmann@gmx.de> Content-Type: text/plain; charset="UTF-8" Date: Wed, 02 Jun 2010 17:20:01 -0700 Message-ID: <1275524401.23599.116.camel@Joe-Laptop.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [B.A.T.M.A.N.] [PATCH] drivers/staging/batman-adv: Convert MAC_FMT to %pM Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sven Eckelmann Cc: devel , Greg Kroah-Hartman , b.a.t.m.a.n@lists.open-mesh.net, b.a.t.m.a.n@lists.open-mesh.org, linux-kernel@vger.kernel.org, Simon Wunderlich , Marek Lindner On Thu, 2010-06-03 at 01:56 +0200, Sven Eckelmann wrote: > see sys.c -> log_print > and read_file -> read_file Yuck. The patch changes the prefix from "batman-adv:" to "batman_adv: " so yes, it would break as-is. I think the concept is broken though, I believe dmesg output specifically is not guaranteed to remain stable, and batman should use some other, perhaps private, logger based on ethtool events. cheers, Joe