Re: [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes

2019-05-09 Thread Alastair D'Silva
On Wed, 2019-05-08 at 17:58 -0700, Randy Dunlap wrote: > On 5/8/19 12:01 AM, Alastair D'Silva wrote: > > From: Alastair D'Silva > > > > Some buffers may only be partially filled with useful data, while > > the rest > > is padded (typically with 0x00 or 0xff). > > > > This patch introduces a flag

Re: [PATCH] ath10k: Change the warning message string

2019-05-09 Thread Greg KH
On Thu, May 09, 2019 at 09:15:00AM -0300, Fabio Estevam wrote: > The "WARNING" string confuses syzbot, which thinks it found > a crash [1]. > > Change the string to avoid such problem. > > [1] https://lkml.org/lkml/2019/5/9/243 > > Reported-by: syzbot+c1b25598aa60dcd47...@syzkaller.appspotmail.c

RE: [PATCHv2] ath10k: Add wrapper function to ath10k debug

2019-05-09 Thread Venkateswara Naralasetty
> -Original Message- > From: ath10k On Behalf Of Michal > Kazior > Sent: Friday, April 26, 2019 7:15 PM > To: Venkateswara Naralasetty > Cc: Kan Yan ; linux-wireless wirel...@vger.kernel.org>; ath10k@lists.infradead.org > Subject: [EXT] Re: [PATCHv2] ath10k: Add wrapper function to at

[PATCH] ath10k: Change the warning message string

2019-05-09 Thread Fabio Estevam
The "WARNING" string confuses syzbot, which thinks it found a crash [1]. Change the string to avoid such problem. [1] https://lkml.org/lkml/2019/5/9/243 Reported-by: syzbot+c1b25598aa60dcd47...@syzkaller.appspotmail.com Suggested-by: Greg Kroah-Hartman Signed-off-by: Fabio Estevam --- drivers