From patchwork Thu May 5 16:32:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Andrzej Siewior X-Patchwork-Id: 12839777 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 91A6AC433F5 for ; Thu, 5 May 2022 16:33:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=7N2Otyte5A1tuQOIR7exlWww3JUmZr/+RVvqQW4oXfs=; b=3QqMIvQhrs58pB c4/uHAf0+m26w9rkqN1tOehZKmzN/Igv8MW+YkHRGqoE7ucZQWy5iDUOp198vE2UUwPsvykGXS3aX p6XSe5N/VEbzyYz6MT/chs55aSaqu9najrVUZ/b5ONRLVrII8l0TN6TY8BqbxKgXJPydU3JlZMv+f T8Xk5wM8VNQUuOJ6woun+wnrImaPhrMf9DXYMEpAO87scQMqNfxVSbh74MpiCgUhG6s926T+z9D4m 3RLX9UukoJREudI4eoC9Lw35Ak1G4B3DXn9IMi+NjU3vi7maWxrEhwFpSLV2SEBt2+TMq+SX/G2QS nLzUMJI/gzNbOC7wcD/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmeOw-00GsD3-Hr; Thu, 05 May 2022 16:32:27 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmeOs-00Gs94-3H for linux-arm-kernel@lists.infradead.org; Thu, 05 May 2022 16:32:23 +0000 From: Sebastian Andrzej Siewior DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1651768333; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=a1R2Pv/qT6NHGfbCLZ377aeqE1B0I72aZ10zDiQpDzY=; b=NsJ/0u3xRk65yMVApaOGKlmIlrbF8fwyvjgsdTGbd6Yn4mtJi6oK/PXWoLg3d4VF2RBy8G 1uE/uJsMMv+pJQsTC/HcMePOyQ/6u4qEYe0shZ3QePun8pNrmHptiCPRaVk1m4Zr2sUfbc X7fKvMPZi3UeYkjPdMDAkDMFV7hupSACRtmgrRExKekSrOo7yzVtTj+2U2mjLqhhInvGup 6Ffad2rlDwrfb6KZkI0W3srCoKx0XoG+NIvNiURUxhKBBHssqYus905zzw2zMhgnk9ujVw c4NE/vqvGujYLGXzMcr+JsyYowBia6/3SXnmTJwXGYFiNHfA7IVY610w+4w0CA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1651768333; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=a1R2Pv/qT6NHGfbCLZ377aeqE1B0I72aZ10zDiQpDzY=; b=13SFEQUkEakVg024k3Mf2BUWmQMPRbe5JJ+kj6I518/uyrujzk9E4vhRkLmtQFyJngeyy4 O8nrynoGerODmCBQ== To: linux-arm-kernel@lists.infradead.org Cc: Catalin Marinas , Will Deacon , Thomas Gleixner Subject: [PATCH 0/3] arm64 related PREEMPT_RT patches. Date: Thu, 5 May 2022 18:32:04 +0200 Message-Id: <20220505163207.85751-1-bigeasy@linutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220505_093222_307854_D9A87DFE X-CRM114-Status: UNSURE ( 4.33 ) 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 This is what I have for ARM64 in my PREEMPT_RT queue of what I believe won't change. #1 + #2 Were posted before and I don't remember the outcome other than to opencode the kfree() in #1. #3 Replaces a warning and Will said that there is a patch in "multi-generational LRU series" which gets rid of it. I'm posting it again since it isn't -next. Sebastian