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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 7C3D1C76186 for ; Wed, 17 Jul 2019 08:53:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E887217F4 for ; Wed, 17 Jul 2019 08:53:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726186AbfGQIx3 (ORCPT ); Wed, 17 Jul 2019 04:53:29 -0400 Received: from mail.monom.org ([188.138.9.77]:41954 "EHLO mail.monom.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbfGQIx3 (ORCPT ); Wed, 17 Jul 2019 04:53:29 -0400 X-Greylist: delayed 498 seconds by postgrey-1.27 at vger.kernel.org; Wed, 17 Jul 2019 04:53:28 EDT Received: from mail.monom.org (localhost [127.0.0.1]) by filter.mynetwork.local (Postfix) with ESMTP id 0A8CD50048A; Wed, 17 Jul 2019 10:45:09 +0200 (CEST) Received: from [192.168.154.175] (b9168f23.cgn.dg-w.de [185.22.143.35]) by mail.monom.org (Postfix) with ESMTPSA id 369EA500294; Wed, 17 Jul 2019 10:45:08 +0200 (CEST) Subject: Re: [patch 1/1] Kconfig: Introduce CONFIG_PREEMPT_RT To: Thomas Gleixner , Linus Torvalds Cc: LKML , Andrew Morton , Greg Kroah-Hartman , Ingo Molnar , Peter Zijlstra , Steven Rostedt , Sebastian Siewior , Paul McKenney , Christoph Hellwig , Tejun Heo , Lukas Bulwahn , Tom Zanussi , Daniel Bristot de Oliveira , Clark Williams , Julia Cartwright , Marc Zyngier , Frederic Weisbecker References: <20190715150402.798499167@linutronix.de> <20190715150601.205143057@linutronix.de> From: Daniel Wagner Message-ID: <8845b6bd-34ec-d989-d16f-23f523f8233e@monom.org> Date: Wed, 17 Jul 2019 10:45:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190715150601.205143057@linutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 7/15/19 5:04 PM, Thomas Gleixner wrote: > Add a new entry to the preemption menu which enables the real-time support > for the kernel. The choice is only enabled when an architecture supports > it. > > It selects PREEMPT as the RT features depend on it. To achieve that the > existing PREEMPT choice is renamed to PREEMPT_LL which select PREEMPT as > well. > > No functional change. > > Signed-off-by: Thomas Gleixner As one of the stable-rt maintainers I love to see this move forward! Acked-by: Daniel Wagner