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 75FDE326D47; Tue, 19 Aug 2025 11:52:18 +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=1755604338; cv=none; b=RkvJ9wp1VeMX2M3P5bkFZMRktQ4lqgX4Q31QaaPsanNs09cG/oE48ou1Fq40cM9uGVI5HJD9Iv4sb+UP6cYHdKinUY9fc638LqYTf5Wk7bbeSCsKlm/1eesFBcAFU5N1XVrf2d3e2Asa02toyEU6od2Soxgm8lOsFmisF2YlbYA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755604338; c=relaxed/simple; bh=XxdaRud82ur5QTXiEHjEJ8/3jvy+FXSBXFtjMYxqu3s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RdejgUhErD4gkOT2GyDvl1RsITUz8xo07ieevc+CXmf6p4n5Qq3IsMzbsMpY8RUf7mmJ6Ah5BIMxsz5WTI0IXLUe+Em21clWvT8jxqfQTSG1AVqQBVTYH4kE/tRaO8P7GY500Rc+O2AJsRgLxri6/bTO3wzWd5HBHJUFGIZ2mlk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=wL6Az2rA; 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="wL6Az2rA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62878C4CEF1; Tue, 19 Aug 2025 11:52:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755604338; bh=XxdaRud82ur5QTXiEHjEJ8/3jvy+FXSBXFtjMYxqu3s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wL6Az2rA1znO6zJV/Rte0239ocExiMjxP+bdWmU2VEEW9mDOlnpjpEMdUL3oQqhPo fa9NEDoyxw80hUrbC/oZhVFkrA6rcd84gjTUA3QWCp2K5mZONrAud+hVOEMWxUPJ1y ZmXgQTDAVpiZ/pwsJiMpk5McgxN3CSbmeKQlLOxQ= Date: Tue, 19 Aug 2025 13:52:14 +0200 From: Greg Kroah-Hartman To: Bartosz Golaszewski Cc: Naresh Kamboju , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org, Ben Copeland , Anders Roxell , Dan Carpenter , Arnd Bergmann , Bjorn Andersson , linux-arm-msm , Linux ARM , srinivas.kandagatla@oss.qualcomm.com Subject: Re: [PATCH 6.15 000/515] 6.15.11-rc1 review Message-ID: <2025081931-chump-uncurled-656b@gregkh> References: <20250818124458.334548733@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Aug 19, 2025 at 01:30:46PM +0200, Bartosz Golaszewski wrote: > On Tue, 19 Aug 2025 at 12:02, Naresh Kamboju wrote: > > > > On Tue, 19 Aug 2025 at 00:18, Naresh Kamboju wrote: > > > > > > > > > Boot regression: stable-rc 6.15.11-rc1 arm64 Qualcomm Dragonboard 410c > > > Unable to handle kernel NULL pointer dereference > > > qcom_scm_shm_bridge_enable > > > > I have reverted the following patch and the regression got fixed. > > > > firmware: qcom: scm: initialize tzmem before marking SCM as available > > [ Upstream commit 87be3e7a2d0030cda6314d2ec96b37991f636ccd ] > > > > Hi! I'm on vacation, I will look into this next week. I expect there > to be a fix on top of this commit. Ok, I'll go and drop this one from the queues now, thanks. greg k-h