Hi maintainer,
We found a problem that a panic happen when cpu was hot-removed. We also trace
the problem according to the calltrace information.
An endless loop happen because value head is not equal to value tail forever in
the function qi_check_fault( ).
The location code is as follows:
> From: Will Davis
>
> Hi,
>
> This is the third version of a patchset to add the DMA APIs necessary to
> map and unmap a struct resource to and from a PCI device's IOVA domain.
> This allows a PCI device to access a peer device's BAR resource when a
> hardware IOMMU is enabled.
>
Bjorn, Dave
One should not do any assumptions on the stare of the fimd hardware
during driver initialization, so to properly reset fimd before enabling
IOMMU, one should ensure that all power domains and clocks are really
enabled. This patch adds pm_runtime and clocks management in the
fimd_clear_channel() fun
Hello,
On 2015-06-12 15:51, Inki Dae wrote:
On 2015년 06월 12일 21:10, Inki Dae wrote:
On 2015년 06월 12일 18:07, Marek Szyprowski wrote:
One should not do any assumptions on the stare of the fimd hardware
during driver initialization, so to properly reset fimd before enabling
IOMMU, one should ensu
On 2015년 06월 12일 22:00, Marek Szyprowski wrote:
> Hello,
>
> On 2015-06-12 14:10, Inki Dae wrote:
>> On 2015년 06월 12일 18:07, Marek Szyprowski wrote:
>>> One should not do any assumptions on the stare of the fimd hardware
>>> during driver initialization, so to properly reset fimd before enabling
>