Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1697294 > unrolled thread

Re: [PATCH] workqueue: Ensure that cpumask set for pools created after boot

Started byMichael Bringmann <mwb@linux.vnet.ibm.com>
First post2017-07-26 17:30 +0200
Last post2017-07-27 19:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] workqueue: Ensure that cpumask set for pools created  after boot Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-07-26 17:30 +0200
    Re: [PATCH] workqueue: Ensure that cpumask set for pools created  after boot Tejun Heo <tj@kernel.org> - 2017-07-26 21:20 +0200
      Re: [PATCH] workqueue: Ensure that cpumask set for pools created  after boot Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-07-27 19:10 +0200

#1697294 — Re: [PATCH] workqueue: Ensure that cpumask set for pools created after boot

FromMichael Bringmann <mwb@linux.vnet.ibm.com>
Date2017-07-26 17:30 +0200
SubjectRe: [PATCH] workqueue: Ensure that cpumask set for pools created after boot
Message-ID<u7wq6-23J-37@gated-at.bofh.it>
Hello, Tejun:
    Do you need anything else from me regarding this patch?
Or are you good to commit it upstream?
    Thanks.
Michael

On 06/28/2017 04:24 PM, Tejun Heo wrote:
> On Wed, Jun 28, 2017 at 04:15:09PM -0500, Michael Bringmann wrote:
>> I will try that patch tomorrow.  My only concern about that is the use of WARN_ON().
>> As I may have mentioned in my note of 6/27, I saw about 600 instances of the warning
>> message just during boot of the PowerPC kernel.  I doubt that we want to see that on
>> an ongoing basis.
> 
> Yeah, we can either do pr_err_once() or WARN_ON_ONCE(), so that we
> don't print that out constantly.
> 
> Thanks.
> 

-- 
Michael W. Bringmann
Linux Technology Center
IBM Corporation
Tie-Line  363-5196
External: (512) 286-5196
Cell:       (512) 466-0650
mwb@linux.vnet.ibm.com

[toc] | [next] | [standalone]


#1697496

FromTejun Heo <tj@kernel.org>
Date2017-07-26 21:20 +0200
Message-ID<u7A0F-4lW-5@gated-at.bofh.it>
In reply to#1697294
On Wed, Jul 26, 2017 at 10:25:08AM -0500, Michael Bringmann wrote:
> Hello, Tejun:
>     Do you need anything else from me regarding this patch?
> Or are you good to commit it upstream?
>     Thanks.

Hmmm... you were planning to try it and we wanted to convert it to
WARN_ONCE?

Thanks.

-- 
tejun

[toc] | [prev] | [next] | [standalone]


#1698202

FromMichael Bringmann <mwb@linux.vnet.ibm.com>
Date2017-07-27 19:10 +0200
Message-ID<u7Usp-pc-3@gated-at.bofh.it>
In reply to#1697496
Sorry, I did try it.  I must have forgotten to notify you of its success.
Will next post an updated patch using 'pr_warn_once'.  It prints a message
during system initialization, by the way.

Thanks.


On 07/26/2017 02:16 PM, Tejun Heo wrote:
> On Wed, Jul 26, 2017 at 10:25:08AM -0500, Michael Bringmann wrote:
>> Hello, Tejun:
>>     Do you need anything else from me regarding this patch?
>> Or are you good to commit it upstream?
>>     Thanks.
> 
> Hmmm... you were planning to try it and we wanted to convert it to
> WARN_ONCE?
> 
> Thanks.
> 

-- 
Michael W. Bringmann
Linux Technology Center
IBM Corporation
Tie-Line  363-5196
External: (512) 286-5196
Cell:       (512) 466-0650
mwb@linux.vnet.ibm.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web