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


Groups > linux.kernel > #1677187

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

From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] workqueue: Ensure that cpumask set for pools created after boot
Date 2017-06-28 23:30 +0200
Message-ID <tXsH8-rB-15@gated-at.bofh.it> (permalink)
References (5 earlier) <tRBar-4Z3-39@gated-at.bofh.it> <tRBtM-56r-15@gated-at.bofh.it> <tS0iu-40M-17@gated-at.bofh.it> <tS0s9-43P-5@gated-at.bofh.it> <tXsxr-2Do-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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.

-- 
tejun

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] workqueue: Ensure that cpumask set for pools created  after boot Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-06-28 23:20 +0200
  Re: [PATCH] workqueue: Ensure that cpumask set for pools created  after boot Tejun Heo <tj@kernel.org> - 2017-06-28 23:30 +0200

csiph-web