From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752450AbdLDUW0 (ORCPT ); Mon, 4 Dec 2017 15:22:26 -0500 Received: from mail-ua0-f182.google.com ([209.85.217.182]:33448 "EHLO mail-ua0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752292AbdLDUWX (ORCPT ); Mon, 4 Dec 2017 15:22:23 -0500 X-Google-Smtp-Source: AGs4zMZ+vDtz2fhpSKfE6Ngi9Ll6cUmSU16ZyWaP5h51HplLL4vMBdasqYuQYaMSUzIuKtMbLGONIg== Date: Mon, 4 Dec 2017 12:22:19 -0800 From: Tejun Heo To: Prateek Sood Cc: avagin@gmail.com, mingo@kernel.org, peterz@infradead.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, sramana@codeaurora.org Subject: Re: [PATCH] cgroup/cpuset: fix circular locking dependency Message-ID: <20171204202219.GF2421075@devbig577.frc2.facebook.com> References: <1511868946-23959-1-git-send-email-prsood@codeaurora.org> <623f214b-8b9a-f967-7a3d-ca9c06151267@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <623f214b-8b9a-f967-7a3d-ca9c06151267@codeaurora.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 Hello, On Mon, Dec 04, 2017 at 10:44:49AM +0530, Prateek Sood wrote: > Any feedback/suggestion for this patch? Sorry about the delay. I'm a bit worried because it feels like we're chasing a squirrel. I'll think through the recent changes and this one and get back to you. Thanks. -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] cgroup/cpuset: fix circular locking dependency Date: Mon, 4 Dec 2017 12:22:19 -0800 Message-ID: <20171204202219.GF2421075@devbig577.frc2.facebook.com> References: <1511868946-23959-1-git-send-email-prsood@codeaurora.org> <623f214b-8b9a-f967-7a3d-ca9c06151267@codeaurora.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3nfdnYbi85La7AY2JzILsSFeFotSzChkBkrOAPTN4EE=; b=qjYI1+BMJp7utje/orF9aAUCZvUFITiC35asVK0nugoSQtdBYe+nTA2dL+BEwi9FAk 9ImHPRsIBf+bJP9nvIkmbSROQSoQS7ajvzn0MVP618X5aE/o/BkoCsdB8XNiXwP6u7qY HQMdNEgPPkVX2L1b8wC5pb68giTJoP++bdcCIjwYsuxfwokFSGvJ7thQgNjCN092lVU7 J9dFoHSus7djnUQeh2oyDV16rddhebEMO9MIOCkjn/6pCSOOY1BoqHPWhlWwB4snKCCL 1zL2SOXEVfXvJb1f6+7sKHpZYta/pRxqoEQGEdR/oxKCkCTYa4SgrBmmnJmD0gQS/zBg 5zmw== Content-Disposition: inline In-Reply-To: <623f214b-8b9a-f967-7a3d-ca9c06151267-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Prateek Sood Cc: avagin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, sramana-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org Hello, On Mon, Dec 04, 2017 at 10:44:49AM +0530, Prateek Sood wrote: > Any feedback/suggestion for this patch? Sorry about the delay. I'm a bit worried because it feels like we're chasing a squirrel. I'll think through the recent changes and this one and get back to you. Thanks. -- tejun