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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D06D4C433F5 for ; Tue, 14 Sep 2021 22:22:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4BEC610A2 for ; Tue, 14 Sep 2021 22:22:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235599AbhINWXg (ORCPT ); Tue, 14 Sep 2021 18:23:36 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:54931 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235455AbhINWXe (ORCPT ); Tue, 14 Sep 2021 18:23:34 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 89D4F200002; Tue, 14 Sep 2021 22:22:15 +0000 (UTC) Date: Wed, 15 Sep 2021 00:22:15 +0200 From: Alexandre Belloni To: Linus Torvalds Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] RTC fixes for 5.15 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, This fix sat on my fixes branch and in linux-next for a while and is probably the proper thing to do. The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-5.15-fixes for you to fetch changes up to 13be2efc390acd2a46a69a359f6efc00ca434599: rtc: cmos: Disable irq around direct invocation of cmos_interrupt() (2021-09-14 10:20:19 +0200) ---------------------------------------------------------------- RTC fixes for 5.15 Drivers: - cmos: fix a locking issue ---------------------------------------------------------------- Chris Wilson (1): rtc: cmos: Disable irq around direct invocation of cmos_interrupt() drivers/rtc/rtc-cmos.c | 2 ++ 1 file changed, 2 insertions(+) -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com