From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6ADEDC432C2 for ; Thu, 26 Sep 2019 01:11:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 477EA222BF for ; Thu, 26 Sep 2019 01:11:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729719AbfIZBLr (ORCPT ); Wed, 25 Sep 2019 21:11:47 -0400 Received: from out02.mta.xmission.com ([166.70.13.232]:36311 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729619AbfIZBLq (ORCPT ); Wed, 25 Sep 2019 21:11:46 -0400 Received: from in01.mta.xmission.com ([166.70.13.51]) by out02.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.87) (envelope-from ) id 1iDIJr-000084-Uk; Wed, 25 Sep 2019 19:11:44 -0600 Received: from ip68-227-160-95.om.om.cox.net ([68.227.160.95] helo=x220.xmission.com) by in01.mta.xmission.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1iDIJq-0002Ck-0j; Wed, 25 Sep 2019 19:11:43 -0600 From: ebiederm@xmission.com (Eric W. Biederman) To: Peter Zijlstra Cc: Linus Torvalds , Oleg Nesterov , Russell King - ARM Linux admin , Chris Metcalf , Christoph Lameter , Kirill Tkhai , Mike Galbraith , Thomas Gleixner , Ingo Molnar , Linux List Kernel Mailing , Davidlohr Bueso , "Paul E. McKenney" References: <87muf7f4bf.fsf_-_@x220.int.ebiederm.org> <8736gu962r.fsf@x220.int.ebiederm.org> <20190925075155.GB4536@hirez.programming.kicks-ass.net> Date: Wed, 25 Sep 2019 20:11:11 -0500 In-Reply-To: <20190925075155.GB4536@hirez.programming.kicks-ass.net> (Peter Zijlstra's message of "Wed, 25 Sep 2019 09:51:55 +0200") Message-ID: <87lfub2768.fsf@x220.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1iDIJq-0002Ck-0j;;;mid=<87lfub2768.fsf@x220.int.ebiederm.org>;;;hst=in01.mta.xmission.com;;;ip=68.227.160.95;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1/z7OLr3881IulGtujio+kS/TgqS6uSLzI= X-SA-Exim-Connect-IP: 68.227.160.95 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: [PATCH v2 0/4] task: Making tasks on the runqueue rcu protected X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Peter Zijlstra writes: > On Tue, Sep 17, 2019 at 12:38:04PM -0500, Eric W. Biederman wrote: >> Linus Torvalds writes: > >> > Can anybody see anything wrong with the series? Because I'd love to >> > have it for 5.4, >> >> Peter, >> >> I am more than happy for these to come through your tree. However >> if this is one thing to many I will be happy to send Linus a pull >> request myself early next week. > > Yeah, sorry for being late, I fell ill after LPC and am only now > getting back to things. > > I see nothing wrong with these patches; if they've not been picked up > (and I'm not seeing them in Linus' tree yet) I'll pick them up now and > munge them together with Mathieu's membarrier patches and get them to > Linus in a few days. Sounds good. I had some distractions so I wasn't able to get this yet. So I am more than happy for you to pick these up. This is better coming through your tree in any event. Eric