From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35707 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727544AbeH3Uv3 (ORCPT ); Thu, 30 Aug 2018 16:51:29 -0400 Date: Thu, 30 Aug 2018 09:48:25 -0700 From: Greg KH To: Jitendra Bhivare Cc: stable@vger.kernel.org, vivek.gautam@codeaurora.org, tfiga@chromium.org, will.deacon@arm.com, Ray Jui Subject: Re: Resending: Please apply commit d1e20222d537 to 4.14.y and 4.18.y Message-ID: <20180830164825.GA17011@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 29, 2018 at 04:38:39PM +0530, Jitendra Bhivare wrote: > Subject of the patch: iommu/arm-smmu: Error out only if not enough > context interrupts > Commit ID: 42b88ec6530fd76f1ae06de7f09830bcbca5bbd6 > Why: ARM SMMU does not initialize for Broadcom Stingray SoC if > bootloader reserves few contexts. Kernel should not error out if there > are enough context interrupts. > > What kernel versions: 4.14.y and 4.18.y (applies cleanly). > > Before patching: > Kernel does not boot using eMMC on Broadcom Stingray SoC with latest > bootloader emitting this error > "arm-smmu 64000000.mmu: found only 64 context interrupt(s) but 63 required" > > After patching: Kernel cleanly boots on the SoC. Now applied thanks. greg k-h