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 4439AC433FE for ; Tue, 29 Nov 2022 19:03:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236613AbiK2TDt (ORCPT ); Tue, 29 Nov 2022 14:03:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236641AbiK2TDa (ORCPT ); Tue, 29 Nov 2022 14:03:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 321E795AA for ; Tue, 29 Nov 2022 11:03:22 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E3E03B818A9 for ; Tue, 29 Nov 2022 19:03:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6D04C433D6; Tue, 29 Nov 2022 19:03:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669748599; bh=Znsm9roC2BHiOKZcl6/WD7mTZ4zLCB0yakgzR5M3fkE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CGpGRE7dL51Np9LFkCu1nuAKUlvhc2/+jhhxdHmFkSGOCfz14gbn/eVCMDoHyNAT9 WVLF4pcEYYG2wWchZHjgfVB5Pbkmy4HBMX8rIetZSg6wgWwdy41cKOdYVbZPc+HJ2l HdOXQNK6P4YVInMuyDG2vDEwyLvCkoKdVkDKhVkY= Date: Tue, 29 Nov 2022 20:03:16 +0100 From: Greg Kroah-Hartman To: Daniel =?iso-8859-1?Q?D=EDaz?= Cc: Sasha Levin , linux- stable , Masahiro Yamada , "Luis R. Rodriguez" Subject: Re: Stable backport request: kconfig/symbol.c Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Nov 23, 2022 at 05:55:14PM -0600, Daniel Díaz wrote: > Hello! > > Would the stable maintainers please consider backporting the following > commit to the 4.9 and 4.14 stable branches? > > commit e3b03bf29d6b99fab7001fb20c33fe54928c157a > Author: Masahiro Yamada > Date: Sat Dec 16 00:28:42 2017 +0900 Now queued up, thanks. greg k-h