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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 7F76DC4708F for ; Fri, 4 Jun 2021 13:57:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 65587613FF for ; Fri, 4 Jun 2021 13:57:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231253AbhFDN7D (ORCPT ); Fri, 4 Jun 2021 09:59:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230250AbhFDN7D (ORCPT ); Fri, 4 Jun 2021 09:59:03 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3B4DC061766; Fri, 4 Jun 2021 06:57:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=n/ZdCrMZmv2phQofaog0x+LUYHp73yAorsGrt47sjVY=; b=Oq0hzgm5WO9bsHr3AKXFHe+u6Q KIsGO/8vnBr29PZddKRsdr2QSna2j37Ig+2pCCNCTTYdaDANRGUL5f/VjKh1/mMTDC941/sqOy5x/ i7LdX7du6BEEip7qh6P4jn03J4gG3L6qUcFElwrruRmEAtjtelZG/A6vLGjwFZqlGIA6BQtJzcfcL GZaDyHAS3RWWo3c6icd7yqizFkLcK2c381DIVtMviZfUI1dI1kUobQgdaDSqemD7KawGDDxveXaoF HQkMuqU0T34L7P1eM2TfWD/xQyNx04W8fSPuv2jCsUkSkWI3/cQceRLAXaOLBjCEGa+4kkbmLRCjr vvPvITMQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lpAJm-00DDei-KN; Fri, 04 Jun 2021 13:57:00 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 9BEF6300091; Fri, 4 Jun 2021 15:56:57 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 83AA62CCC78BB; Fri, 4 Jun 2021 15:56:57 +0200 (CEST) Date: Fri, 4 Jun 2021 15:56:57 +0200 From: Peter Zijlstra To: "Joel Fernandes (Google)" Cc: linux-kernel@vger.kernel.org, Chris Hyser , Josh Don , mingo@kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [PATCH v2] Documentation: Add usecases, design and interface for core scheduling Message-ID: References: <20210603013136.370918-1-joel@joelfernandes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210603013136.370918-1-joel@joelfernandes.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 02, 2021 at 09:31:36PM -0400, Joel Fernandes (Google) wrote: > Now that core scheduling is merged, update the documentation. > > Co-developed-by: Chris Hyser > Signed-off-by: Chris Hyser > Co-developed-by: Josh Don > Signed-off-by: Josh Don > Cc: mingo@kernel.org > Cc: peterz@infradead.org > Signed-off-by: Joel Fernandes (Google) Thanks!