Re: [PATCH -v2 19/26] batman-adv: rename random32() to prandom_u32()
From: Akinobu Mita <akinobu.mita@gmail.com>
Date: 2013-01-04 13:50:44
Also in:
batman, lkml
From: Akinobu Mita <akinobu.mita@gmail.com>
Date: 2013-01-04 13:50:44
Also in:
batman, lkml
2013/1/4 Antonio Quartulli [off-list ref]:
On Thu, Jan 03, 2013 at 09:19:15PM +0900, Akinobu Mita wrote:quoted
Use more preferable function name which implies using a pseudo-random number generator. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Acked-by: Antonio Quartulli <redacted> Cc: Marek Lindner <redacted> Cc: Simon Wunderlich <redacted> Cc: Antonio Quartulli <redacted> Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org ---Hello Akinobu, as you can see in [ref], Marek Lindner already applied this change onto our tree. You didn't need to resend this patch to netdev, it will be sent by us through a future pull request.
Yes. I read Marek's email. But I included it in v2 again in order not to break the build. Because it doesn't show up the latest linux-next yet and the last patch 26/26 removes random32() and srandom32(). But I should have mentioned it and trimmed the Cc list. Sorry for the confusion.