Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Kefeng Wang
On 2019/10/18 0:38, Joe Perches wrote: > On Thu, 2019-10-17 at 21:29 +0800, Kefeng Wang wrote: >> On 2019/10/17 21:05, Petr Mladek wrote: >>> On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: On 2019/10/2 16:55, Petr Mladek wrote: > On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: >> The

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Joe Perches
On Thu, 2019-10-17 at 21:29 +0800, Kefeng Wang wrote: > On 2019/10/17 21:05, Petr Mladek wrote: > > On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: > > > On 2019/10/2 16:55, Petr Mladek wrote: > > > > On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: > > > > > There are pr_warning and pr_warng to show

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Petr Mladek
On Thu 2019-10-17 21:29:55, Kefeng Wang wrote: > > > On 2019/10/17 21:05, Petr Mladek wrote: > > On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: > >> Hi all, > >> > >> On 2019/10/2 16:55, Petr Mladek wrote: > >>> Linus, > >>> > >>> On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: > There are pr

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Kefeng Wang
On 2019/10/17 21:05, Petr Mladek wrote: > On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: >> Hi all, >> >> On 2019/10/2 16:55, Petr Mladek wrote: >>> Linus, >>> >>> On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: There are pr_warning and pr_warng to show WARNING level message, most of th

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-17 Thread Petr Mladek
On Tue 2019-10-08 14:39:32, Kefeng Wang wrote: > Hi all, > > On 2019/10/2 16:55, Petr Mladek wrote: > > Linus, > > > > On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: > >> There are pr_warning and pr_warng to show WARNING level message, > >> most of the code using pr_warn, number based on next-201

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-07 Thread Kefeng Wang
Hi all, On 2019/10/2 16:55, Petr Mladek wrote: > Linus, > > On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: >> There are pr_warning and pr_warng to show WARNING level message, >> most of the code using pr_warn, number based on next-20190919, >> >> pr_warn: 5189 pr_warning: 546 (tools: 398, other

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-10-02 Thread Petr Mladek
Linus, On Fri 2019-09-20 14:25:12, Kefeng Wang wrote: > There are pr_warning and pr_warng to show WARNING level message, > most of the code using pr_warn, number based on next-20190919, > > pr_warn: 5189 pr_warning: 546 (tools: 398, others: 148) The ratio is 10:1 in favor of pr_warn(). It would

Re: [PATCH 00/32] Kill pr_warning in the whole linux code

2019-09-20 Thread Sergey Senozhatsky
On (09/20/19 14:25), Kefeng Wang wrote: > There are pr_warning and pr_warng to show WARNING level message, > most of the code using pr_warn, number based on next-20190919, Looks good to me. Reviewed-by: Sergey Senozhatsky -ss

[PATCH 00/32] Kill pr_warning in the whole linux code

2019-09-19 Thread Kefeng Wang
There are pr_warning and pr_warng to show WARNING level message, most of the code using pr_warn, number based on next-20190919, pr_warn: 5189 pr_warning: 546 (tools: 398, others: 148)