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 23F59C4332F for ; Tue, 31 Oct 2023 14:49:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344502AbjJaOt2 (ORCPT ); Tue, 31 Oct 2023 10:49:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344323AbjJaOt1 (ORCPT ); Tue, 31 Oct 2023 10:49:27 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC1ABDB for ; Tue, 31 Oct 2023 07:49:25 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F052EC433C8; Tue, 31 Oct 2023 14:49:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698763765; bh=jX9X488M46nSgOf3u2MjOiUV05GZ1qk283hkNBcnTkQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qyas4pQiyJkvg0JmZoDayzxemtfg2Lf89gDH6FV+o4xtdEfsbuSG9kBIECOzmjSKy USynr8Xaly5IW2WTL74jQ2Wc94ymMHmu+OyFoJXnj9LxJcCaMx3ow1IgzBVdTYQTmR hSeoLJxgD6cSW2whKM+uhBb6zLJnpLYTEq35RCPQ= Date: Tue, 31 Oct 2023 15:49:14 +0100 From: Greg Kroah-Hartman To: Lee Jones Cc: stable@vger.kernel.org, Krzysztof Kozlowski , "Rafael J . Wysocki" Subject: Re: [PATCH v4.14.y 1/5] driver: platform: Add helper for safer setting of driver_override Message-ID: <2023103106-morse-cesarean-80d9@gregkh> References: <20231031114155.2289410-1-lee@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231031114155.2289410-1-lee@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 31, 2023 at 11:41:46AM +0000, Lee Jones wrote: > From: Krzysztof Kozlowski > > commit 6c2f421174273de8f83cde4286d1c076d43a2d35 upstream. All now queued up, thanks, greg k-h