From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B274619BD5 for ; Wed, 4 Oct 2023 16:07:00 +0000 (UTC) Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00ECABF; Wed, 4 Oct 2023 09:06:58 -0700 (PDT) Date: Wed, 4 Oct 2023 18:06:55 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1696435617; 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=/mvQ3LQWM+yhOAQ4tE2ke6BtCBZK3qVmsmkWeNUxwjU=; b=D834bHwVbxR9ipp3ib+2LAiFv+XvppnnkH5+kDBspJWd5betvqnDysg3oT17dsy7V4LjJ0 9XcBdqcDcjJYxsO6EgSbdKd/B2LT02lACYA/zebQhFE+yRk+fcAvvpNEhxhkVbPjjsBxPV awPuMIMnOhA3p0dGW3PvxDUT9a4y4bAGExhqqOT3eFQuuZS5R8lX2ISW357PxNE2fU10eI RwLpFrksxyVlKhTXLkfgsDQkotZEK3+YASP+XL2xrVW9HDU4QxhhuYts1ziH6Se7qKI13Q KF3ptUGZr9rs82jnyzhzcf7/WytnrisZJwP6ihTOCqQ5nAijyNRB3fEJF8l/uw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1696435617; 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=/mvQ3LQWM+yhOAQ4tE2ke6BtCBZK3qVmsmkWeNUxwjU=; b=gY3oPh0wfRPWSdir5KxH2LBvmzM4d7LbHt98ze07+k9pT6yQZc5kaD8E7s0Cuy9f6j3Oa5 S72kTuAgvRp+u5AQ== From: Sebastian Andrzej Siewior To: Thomas Gleixner Cc: LKML , linux-rt-users@vger.kernel.org, Steven Rostedt Subject: [ANNOUNCE] v6.6-rc4-rt7 Message-ID: <20231004160655.0D-7XFo_@linutronix.de> Precedence: bulk X-Mailing-List: linux-rt-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Dear RT folks! I'm pleased to announce the v6.6-rc4-rt7 patch set. Changes since v6.6-rc4-rt6: - Lockdep complained about SRCU locking if printk was used from NMI. - The i915 driver could create a locking related splat during suspend/ resume. Reported by John B. Wyatt IV. - A new version of printk. This is an update to the current development version. Large patch series provided by John Ogness. Known issues None The delta patch against v6.6-rc4-rt6 is not appended below due to its size. It and can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.6/incr/patch-6.6-rc4-rt6-rt7.patch.xz and as web based diff: https://git.kernel.org/rt/linux-rt-devel/d/v6.6-rc4-rt7/v6.6-rc4-rt6 You can get this release via the git tree at: https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v6.6-rc4-rt7 The RT patch against v6.6-rc4 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patch-6.6-rc4-rt7.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6-rc4-rt7.tar.xz Sebastian