From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751771AbdIENex (ORCPT ); Tue, 5 Sep 2017 09:34:53 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:34091 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751548AbdIENer (ORCPT ); Tue, 5 Sep 2017 09:34:47 -0400 X-Google-Smtp-Source: ADKCNb6QEyozHT40DU95DKwyEThIq2mzLxkjUzABdq5ZXQFB3yRSeuIqMAJdx22IJYQBFNbgu0RxHQ== Date: Tue, 5 Sep 2017 06:34:41 -0700 From: Tejun Heo To: Ben Hutchings Cc: Lai Jiangshan , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] workqueue: Fix flag collision Message-ID: <20170905133441.GC1774378@devbig577.frc2.facebook.com> References: <20170903001841.GM18698@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170903001841.GM18698@decadent.org.uk> 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 Sun, Sep 03, 2017 at 01:18:41AM +0100, Ben Hutchings wrote: > Commit 0a94efb5acbb ("workqueue: implicit ordered attribute should be > overridable") introduced a __WQ_ORDERED_EXPLICIT flag but gave it the > same value as __WQ_LEGACY. I don't believe these were intended to > mean the same thing, so renumber __WQ_ORDERED_EXPLICIT. > > Fixes: 0a94efb5acbb ("workqueue: implicit ordered attribute should be ...") > Signed-off-by: Ben Hutchings > Cc: stable@vger.kernel.org Oops, applied to wq/for-4.14. Thanks. -- tejun