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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0931CCE7B1C for ; Fri, 6 Sep 2024 14:14:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=hSPjql4EmJvDUwQn1SxCRm9AT9wouxYwlf4OmIdRlQM=; b=ZIe5HjY42v5TRxGstmJ4t8d6dA IbHvzz4TmYBaIJIS4iAqiGqk3ko0/xhZKNgUdL4r5+gpncsCleWPAqzDH8M2RFV+v0c8JCFfulJz8 AyNklrimCOHTrn0yJADCrysPR6Msy6E1IhIq+e/PCF4gac2TJwsHKBUgumC5N9k4FD8YhpY8j9suE VTPJUf698KNxJXKFpJAoz6W1rxXTkJEnKoI7S10STFyGUPf4wVI9uLKsUEZOrIJi9ZzPh2WEAY7m9 Oeu55rYLCp2KbxL1dllvZ7bofNqyOfa4wmUcVmWFBbBi35rEXwK2La04ZsxDVqTf0v2crWnKIIdA9 9ooOQo0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1smZih-0000000CULQ-0Nxl; Fri, 06 Sep 2024 14:13:51 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1smZhh-0000000CUES-2qIC; Fri, 06 Sep 2024 14:12:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 75373A44FD0; Fri, 6 Sep 2024 14:12:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C074C4CEC4; Fri, 6 Sep 2024 14:12:46 +0000 (UTC) Date: Fri, 6 Sep 2024 10:13:51 -0400 From: Steven Rostedt To: Will Deacon Cc: Sebastian Andrzej Siewior , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, x86@kernel.org, "H. Peter Anvin" , Albert Ou , Borislav Petkov , Catalin Marinas , Clark Williams , Dave Hansen , Ingo Molnar , John Ogness , Palmer Dabbelt , Paul Walmsley , Petr Mladek , Sergey Senozhatsky Subject: Re: [PATCH 2/3] arm64: Allow to enable PREEMPT_RT. Message-ID: <20240906101351.0fef642b@gandalf.local.home> In-Reply-To: <20240906113050.GB16124@willie-the-truck> References: <20240906111841.562402-1-bigeasy@linutronix.de> <20240906111841.562402-3-bigeasy@linutronix.de> <20240906113050.GB16124@willie-the-truck> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240906_071249_811994_B7505EC6 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 6 Sep 2024 12:30:51 +0100 Will Deacon wrote: > Acked-by: Will Deacon > > "Let it rip!" Woot! Woot! -- Steve