Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp51639imm; Thu, 21 Jun 2018 13:45:28 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJfr4AUazsfaCHW8aDWeuRkm9uM3ETl3eVZCFRMCtWB2rmM1lCoDZJWqApB57CnqdX5p1CV X-Received: by 2002:a62:3f4f:: with SMTP id m76-v6mr29031966pfa.109.1529613928819; Thu, 21 Jun 2018 13:45:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529613928; cv=none; d=google.com; s=arc-20160816; b=M8ASqecY4HKvKBE9SlrxenGs9LGLBSFhY9mkWFfERMo6oDkcehM+UWxBefTdX/+Vja ygrkKrWG0JOvdx//eeyMipDhTiPVO0uK0yhi1u/LMdnFjMQWLnMEjH/2nYs9Vf8Kjiyg Yq1lqFBdHzamKDgtXW/HNN6ni/KH7ENuKS0UlD/6Ybq8mAKvMpeBqUtHcWAk5XyFuniK LyXOaXQev4D8ZnM9rlTGxgRl2uObmEtSJHqw+co8MR/sL6HBk5q7NeYba9292hd+FYkg NXpVDHNa2P+lo7uRxzEeRfHhC3Nm59YyghYcT+cUNCMA9GmmYoXF48yJ3Ykfstss8qDq iVXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=sQ5P+x1WJX2BiCZ5s+a1KLSrVabtPktOrw6RqoyEzyc=; b=K40uYy2R3QKZGeSuYK0UjQi0jhISpDhz3JAY4MerC0BOa1ZQBnAwNObGIPwyMUlmEK NIaIstlKGnKyT8iAeSkosSSadXlJObiU4kDEBK22VZUj+drHXfajh0hGV6C5EhQ5hG7g zf8myuT4yKp1bQMNDtkbEVoz5iT6eoJabhZAAGHMax1RGHQIxPwrVVVtT3o+W5eofufM ewWJVB1MwYplNFXFAfdZ54ygBBHzFrPv9pB6iKLzaZ569g3q2Hj5jmdWLQoMHwa+89y9 79ljq0dVWCUf31cpm1I5iMioLNuI8GDN5HlSWd2+infYEg/hzlMhOTiCTzHqRLyqzBFz F6Tg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i1-v6si4502004pgq.183.2018.06.21.13.45.14; Thu, 21 Jun 2018 13:45:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933248AbeFUUnp (ORCPT + 99 others); Thu, 21 Jun 2018 16:43:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39660 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932721AbeFUUnn (ORCPT ); Thu, 21 Jun 2018 16:43:43 -0400 Received: from localhost (unknown [61.115.201.81]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D7FD3CB6; Thu, 21 Jun 2018 20:43:42 +0000 (UTC) Date: Fri, 22 Jun 2018 05:43:40 +0900 From: Greg Kroah-Hartman To: "Kohli, Gaurav" Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, "Peter Zijlstra (Intel)" , Linus Torvalds , Oleg Nesterov , Thomas Gleixner , Ingo Molnar , Sasha Levin Subject: Re: [PATCH 4.16 161/279] kthread, sched/wait: Fix kthread_parkme() completion issue Message-ID: <20180621204340.GA19443@kroah.com> References: <20180618080608.851973560@linuxfoundation.org> <20180618080615.492002239@linuxfoundation.org> <7ef9ee41-877b-0cc3-bd2d-f495b1d354bb@codeaurora.org> <20180620185138.GD32326@kroah.com> <37979107-e550-61b4-1e7a-d331584af9fa@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37979107-e550-61b4-1e7a-d331584af9fa@codeaurora.org> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 21, 2018 at 07:10:11PM +0530, Kohli, Gaurav wrote: > HI Greg, > > Yes more patches related to this are coming, > https://lkml.org/lkml/2018/6/7/317 > > So i thought, if all go together then it is good. I still do not understand what you are asking me to do here. Maybe it's the jetlag, but can you spell it out for me? thanks, greg k-h