From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751870AbdGRSh2 (ORCPT ); Tue, 18 Jul 2017 14:37:28 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:35715 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbdGRSh0 (ORCPT ); Tue, 18 Jul 2017 14:37:26 -0400 Date: Tue, 18 Jul 2017 14:37:22 -0400 From: Tejun Heo To: Alexei Potashnik Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] workqueue: doc change for ST behavior on NUMA systems Message-ID: <20170718183722.GI585283@devbig577.frc2.facebook.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 18, 2017 at 11:12:53AM -0700, Alexei Potashnik wrote: > NUMA rework of workqueue made the combination of max_active of 1 and > WQ_UNBOUND insufficient to guarantee ST behavior system wide. > > alloc_ordered_queue should now be used instead. > > Signed-off-by: Alexei Potashnik Patch was whitespace damanged in transit. Applied manually to wq/for-4.14. Thanks a lot for the fix! -- tejun