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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 6F9CFC388F7 for ; Tue, 10 Nov 2020 08:13:02 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 81B6720829 for ; Tue, 10 Nov 2020 08:13:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="K06u+zu3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81B6720829 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CVgbH1MlXzDqhT for ; Tue, 10 Nov 2020 19:12:59 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=K06u+zu3; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CVgWT0ZS5zDqNw for ; Tue, 10 Nov 2020 19:09:41 +1100 (AEDT) Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8C4D020829; Tue, 10 Nov 2020 08:09:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604995777; bh=sy7QXvxUfH/3KiKO9Y6BbpTJBIkVN+fQSL9Hr6a0y/A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K06u+zu3nrS01+JWe8jentZZLcazBwFJCjZuuCpV9CCCazEU0xPJ8j9z1QmWcuYGO AzHgwoesnsoHQ08Feh758/mm5qI/brMyTjUzM43H3xLpIl3mFX1wCGzHHxuyUMzmTS al5Wn734Pi2E1ZqceeT9DcpMTp7YbwWTRztjOviM= Date: Tue, 10 Nov 2020 09:10:34 +0100 From: Greg Kroah-Hartman To: Wang Qing Subject: Re: [PATCH V2] sched/rt, powerpc: Prepare for PREEMPT_RT Message-ID: References: <1604995368-29649-1-git-send-email-wangqing@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1604995368-29649-1-git-send-email-wangqing@vivo.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Aneesh Kumar K.V" , Alistair Popple , Peter Zijlstra , Michael Neuling , linux-kernel@vger.kernel.org, Paul Mackerras , Nicholas Piggin , Jordan Niethe , tglx@linutronix.de, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Nov 10, 2020 at 04:02:47PM +0800, Wang Qing wrote: > PREEMPT_RT is a separate preemption model, CONFIG_PRTTMPT will Minor typo on this line with your config option :(