[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1389631918.24849.20.camel@joe-AO722>
Date: Mon, 13 Jan 2014 08:51:58 -0800
From: Joe Perches <joe@...ches.com>
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Cc: Simon Horman <horms@...ge.net.au>, netdev@...r.kernel.org,
linux-sh@...r.kernel.org
Subject: Re: [PATCH] sh_eth: fix garbled TX error message
On Mon, 2014-01-13 at 20:15 +0400, Sergei Shtylyov wrote:
> On 13-012014 5:24, Joe Perches wrote:
> >>> sh_eth_error() in case of a TX error tries to print a message using 2 dev_err()
> >>> calls with the first string not finished by '\n', so that the resulting message
> >>> would inevitably come out garbled, with something like "3net eth0: " inserted
> >>> in the middle. Avoid that by merging 2 calls into one.
>
> > I believe this interleaving should not happen since
> > commit e28d713704117bca0820c732210df6075b09f13b
> > (2.6.31 days)
>
> I believe you have given me the wrong commit, which has nothing to do the
> the newline problem per se. It just adds KERN_DEFAULT. I was able to find the
> correct commit though: it's the parent of the commit you cited,
Yeah, I was just scanning the printk commit logs
and looked for the first one that said something
like force newline.
> I should have tested my assumption beforehand...
Always a good thing.
> (I'd like to merge these
> dev_err() calls still though).
Yes, the dev_err calls should be merged.
About the other stuff, what/when ever...
cheers, Joe
--
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