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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3486BC07545 for ; Tue, 24 Oct 2023 06:19:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232597AbjJXGTA (ORCPT ); Tue, 24 Oct 2023 02:19:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232589AbjJXGS7 (ORCPT ); Tue, 24 Oct 2023 02:18:59 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BE6BF9; Mon, 23 Oct 2023 23:18:57 -0700 (PDT) Date: Tue, 24 Oct 2023 08:18:52 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1698128335; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oFscsjM+T6PwALwjNYUJz2BmZ8r/+Bj29Kd1auX4SPI=; b=BofWcEkm9n8F6KpQ6sAdF6/ozNjQXcIY6g7k8pOO1SmfCTbgaD+RQTm9RqAzCWUBbQuGV0 un7vG2L0wYx237lB5f50LOol2XJGvmn0W3NpOQX00ayhQ4RslTJ4/9MtCvCEqF4upm+oh8 EAF8B2vLHl6ukQcKc29Bux68SLbCPD5KDTM0Mm7F1yHPJyPu+1tDsrL6oys2qHY0/+jgqU HnFvB3W6znOKS6v6B2rT54+RkywOSAjyBW8BKE/ZVCa+GX/eOMOW5uDMjagGowbwZQf1Qa p9/SvlC+0Yi0A/roVjEEFhZRTrxL+EIJPBccM8cgxVhrBQ6fnJNlSw6ImMZebA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1698128335; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oFscsjM+T6PwALwjNYUJz2BmZ8r/+Bj29Kd1auX4SPI=; b=/UoBr0b/57j7ff8wRdeBxkYeDv6oK9DKML3dMC7/hTKKEGwmFS0zuJEAMwtSWbVTaEQNh8 1DV7irNanUNEV7DA== From: Sebastian Andrzej Siewior To: Jisheng Zhang Cc: "Schaffner, Tobias" , Thomas Gleixner , Paul Walmsley , Palmer Dabbelt , Albert Ou , Arnd Bergmann , "linux-riscv@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "minda.chen@starfivetech.com" Subject: Re: [PATCH RT 0/3] riscv: add PREEMPT_RT support Message-ID: <20231024061852.7BzoCFwW@linutronix.de> References: <20230510162406.1955-1-jszhang@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On 2023-10-24 00:40:20 [+0800], Jisheng Zhang wrote: > Hi Thomas, Sebastian > > could you please review? Any comments are appreciated. or do you want a > rebase on linux-6.5.y-rt? Please resend on top of latest v6.6-RT. Lazy preempt is gone so only PREEMPT_RT config switch remains from your three patch series. If you have generic-entry then you could use the new PREEMPT_AUTO. Are there any reports of this booting without warnings with LOCKDEP and CONFIG_DEBUG_ATOMIC_SLEEP enabled? I remember there was something earlier. > Thanks Sebastian