Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp1057427pxb; Tue, 14 Sep 2021 15:24:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxL91yQVHLdvY1NsB1UHuWT5ue2JYz/ayM/5RUD+l+vQ/KUSNDkdHSWD5KiFCuow+PZiJeR X-Received: by 2002:a92:cda4:: with SMTP id g4mr13695667ild.236.1631658299084; Tue, 14 Sep 2021 15:24:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631658299; cv=none; d=google.com; s=arc-20160816; b=k2TLXuRu3iZx1b09q6moW+wzmwzXhCxnQefHByW1xDhuSYoaJpyn//LpDZ3Aels3Tv oQ4ZmgOHdbc7f3cfyKbG9+0wqztl4imwoPq20WJTv3d2EDhpZoXDYAYy6jbU5z12Tsal ni4kQXJeJNJUflRI0SaKQS6QfP6Z+E2wqU/es17MHm4JSGhvZuCCsOWDtWsaRApnyhQ3 c/AeI/fgGRRa3Syw5OUQDmDz14GSni+2hinKDPjGMKd9bwdIC/TN+WAfasO7KOL4rooh P7g8wZbm8IaxLfeMdNrFzJJoI8U2gmmC60GQHJIfSTVBJ0GrqsBk7FB08pAnLUuxL0s+ ausA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:cc:to:from:date; bh=/lG0+CRNSSKKbbKwzkjQA5JO4NVYeA2Mkcg5Fz0XmfE=; b=POY9bXQkxboTKrkWJxU8fKUE9Npwb4XgPtAUAZx+0jfQ3N82dltV7Sk1ond7pH9Yod FqDCzhsNt9m4NVNou0yj7SuMslf6/jS3LKsynvOf4qMGHBORME5c3e/DA3DUoVCryETO 0gDTHq7rFjToUW9TTLV/hz6rR6zjWUm3QUi7Z/wNiCPKSk4WCYYEY7kW69WDQaszVzRU yXFuOLdze2RbuD4sKv+zrdaBrnIlg98V3IeknPQ0hOKmt9lcTJIevKsOKE7UzftB8rjk 4Z7k8+vOVBGGjsxcwD34EjjPo/eE2hd2/ztzEN/N42W7lHoCRV59ocQ7EFhAxxVetdVW tg6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t10si11406548iof.42.2021.09.14.15.24.48; Tue, 14 Sep 2021 15:24:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235549AbhINWXf (ORCPT + 99 others); Tue, 14 Sep 2021 18:23:35 -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