From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754089AbdHWNcc (ORCPT ); Wed, 23 Aug 2017 09:32:32 -0400 Received: from mail-qk0-f177.google.com ([209.85.220.177]:33537 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754033AbdHWNc3 (ORCPT ); Wed, 23 Aug 2017 09:32:29 -0400 Date: Wed, 23 Aug 2017 06:32:25 -0700 From: Tejun Heo To: Peter Zijlstra Cc: mingo@kernel.org, byungchul.park@lge.com, boqun.feng@gmail.com, david@fromorbit.com, johannes@sipsolutions.net, oleg@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] workqueue and lockdep stuffs.. Message-ID: <20170823133225.GJ491396@devbig577.frc2.facebook.com> References: <20170823115843.662056844@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170823115843.662056844@infradead.org> 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 Wed, Aug 23, 2017 at 01:58:43PM +0200, Peter Zijlstra wrote: > Hi all, > > These are the patches I propose to deal with the current workqueue vs lockdep > fallout. > > TJ, if you like 1/4, please pick it up yourself, its completely independent and > not really that important. I'll carry the rest to make sure tip/locking stays > functional. Took the first one. Please feel free to add my ack on the workqueue part and route through tip. Thanks. -- tejun