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 EF471C4167B for ; Sat, 4 Nov 2023 21:02:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229522AbjKDVCe (ORCPT ); Sat, 4 Nov 2023 17:02:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229802AbjKDVBq (ORCPT ); Sat, 4 Nov 2023 17:01:46 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2787BD66; Sat, 4 Nov 2023 14:01:44 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A247C433C7; Sat, 4 Nov 2023 21:01:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699131703; bh=+7byfA4Ppk8N0k1bYP3EJZinN4mfeQq879uiQ9hGw84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Yvbs/6PjuCp11yK49p0WYF++z2pGVaebkm3vOm2YVUF89Vjs8LcU5FDCX6TYHJxbL UmyN9plXwI8cLdG+YqSuTZ42Evt+zG3M8RUPpBRwtf5g/xEQ+iB10zYjE1op4a2vsh NJeZFUWLDtzuU3wuhjwEp48rgZRnKMgNPnNoGLY7ZfCm0Z6Y85M04MZJJzmlz/AdAo AOOGONMhnMB8TyqDLmtz7qGBTlGeHMXMA0HIKSVyWHGxvejLaycwWs/K28C2doM0ag xrBa0DaJsm0cHB1m6zyY7khisnc1nL8ox65kSEAyTzM6qMZ7x6hl9jDciPziZ24WxB aEpCd4JJQnjPg== Date: Sat, 4 Nov 2023 17:01:42 -0400 From: Sasha Levin To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: stable@vger.kernel.org, Kai-Heng Feng , sre@kernel.org, Shyam-sundar.S-k@amd.com, mario.limonciello@amd.com, hdegoede@redhat.com, markgross@kernel.org, platform-driver-x86@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Backport of commit "power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint") Message-ID: References: <20230913033233.602986-1-kai.heng.feng@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Fri, Nov 03, 2023 at 08:33:45PM +0100, Thomas Weißschuh wrote: >Dear stable team, > >I would like to propose the commit >bbaa6ffa5b6c ("power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint") >from mainline for inclusion into the stable kernels. > >The commit fixes a RCU violation as indicated in its commit message. Queued up, thanks! -- Thanks, Sasha