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 6CCB1C64EC4 for ; Thu, 9 Mar 2023 15:16:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231622AbjCIPQL (ORCPT ); Thu, 9 Mar 2023 10:16:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231267AbjCIPPl (ORCPT ); Thu, 9 Mar 2023 10:15:41 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB51946B2; Thu, 9 Mar 2023 07:15:00 -0800 (PST) Date: Thu, 9 Mar 2023 16:14:57 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1678374898; 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; bh=L0ut5A2YxWRkWpdHP5E3GMAlPPVxc9dYMp/47j8do5Y=; b=oItcK2ZHJx1EFmyWZstM8+/1SiiDDnT+KCVGdOMXJZii98FD2zixFOhv/3ma9O4uSWzIWx cbPb1WF6g7WJRlAguElyyqN9TVLPLMh67HBx9jXTu8Zl/q+nYP38ZtiSYrEy196mkONhjH 2YDmjwv9aX928iTq4O2fJn20UvI1aoEC+qq56oZ0+V4s6RU3A4Z8f13Fl5As3XBLqUR9Ey FeLtV9doO/MyFlUL19TDJxAzCx/VG3Phtvbhe38Ci48PmYcXEyECNOQXes4q+bmtOrTZpW kNFk6EYnbm5J9hGfViF0swg+9h24lxuJpAN/Qd+oWUWcbhDdN0c66ttRB1AGoA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1678374898; 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; bh=L0ut5A2YxWRkWpdHP5E3GMAlPPVxc9dYMp/47j8do5Y=; b=zbeoKVkYjK0oybMOkLY8mWISW0E57aW4ddCF8A+7c98shT+QDjFitQSLNveIwWWGKyrcDw CEPaTaRFqjR0d/AA== From: Sebastian Andrzej Siewior To: Thomas Gleixner Cc: LKML , linux-rt-users@vger.kernel.org, Steven Rostedt Subject: [ANNOUNCE] v6.3-rc1-rt1 Message-ID: <20230309151457.Z5BpEBUp@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Dear RT folks! I'm pleased to announce the v6.3-rc1-rt1 patch set. Changes since v6.2-rt3: - Update to v6.3-rc1 Known issues - Crystal Wood reported that a filesystem (XFS) may deadlock while flushing during schedule. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v6.3-rc1-rt1 The RT patch against v6.3-rc1 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.3/older/patch-6.3-rc1-rt1.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.3/older/patches-6.3-rc1-rt1.tar.xz Sebastian