From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CA5E128EA for ; Wed, 22 May 2024 15:45:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716392736; cv=none; b=qbZOwLLB6fAHfwFSr09HJoa+l6/3R0GtZIzv+PV9ppb4tMuLz74+ccWT8BA1swh90woyNPFOrM7wj42mA27fMLPeUpl5X0TOWZuYYpLfdWnQEhc8zD2cxHBY9xuRwqg4lPXatcayGQetrTt5RG4xg5Vb+3/JDB9iukGu7nx3GLc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716392736; c=relaxed/simple; bh=SkwK+qpMy/c01qmKRjbfDCT1a8fvUTAw0R5ObmyCNks=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kvw2QGghiYCkgXvPTqSXDm+dy68m4wVg+CineyRYKCnESCTswozevdUnvuzD40FeCzzWu78qIKsTE3ot6qGJyGie5Assck3wSfLBRUjXz2+k6HVEXht0Lls50b/eX0OLB59yo7E+EWyimSlnMlj/rXoNvT8CbncI+HP967k8yl8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=bqGP1Xjt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="bqGP1Xjt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4E76C2BBFC; Wed, 22 May 2024 15:45:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1716392736; bh=SkwK+qpMy/c01qmKRjbfDCT1a8fvUTAw0R5ObmyCNks=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bqGP1Xjt61irZzmo01P+db4y0JGMf+kwMZ0xem7RB+yJJWI3fJEX2ytiMINT39q8G EeL4+0YCeoz+8adNrS92sBvOKFGwSL2M+zOiimYLEjYArtc1SIvajgZMhdlABKWaYJ URb2vUVi9cTQJ3GwRAOSGECUCnY7IGANVTvRnK7Q= Date: Wed, 22 May 2024 17:45:33 +0200 From: Greg KH To: "Hemdan, Hagar Gamal Halim" Cc: "stable@vger.kernel.org" , "Manthey, Norbert" Subject: Re: Backport request Message-ID: <2024052223-mortally-covenant-d28b@gregkh> References: <927F3175-7810-467F-A015-13B446248548@amazon.de> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <927F3175-7810-467F-A015-13B446248548@amazon.de> On Thu, May 16, 2024 at 10:16:15AM +0000, Hemdan, Hagar Gamal Halim wrote: > Hi, > > Please backport commit: > > ecfe9a015d3e ("pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()") > > to stable trees 5.4.y, 5.10.y, 5.15.y, 6.1.y. This commit fixes error handling of radix_tree_insert(). > > This bug was discovered and resolved using Coverity Static Analysis > Security Testing (SAST) by Synopsys, Inc. Now picked up, thanks. greg k-h