[bug report] iommu/arm-smmu-v3: Event cannot be printed in some scenarios
Pranjal Shrivastava
praan at google.com
Wed Aug 14 02:02:06 PDT 2024
On Tue, Aug 13, 2024 at 02:56:58PM -0300, Jason Gunthorpe wrote:
> On Thu, Aug 08, 2024 at 01:50:17PM +0000, Pranjal Shrivastava wrote:
> >
> > Kunkun -- Please try this diff and check if it fixes the problem?
>
> This looks OK to me, you should send it as a proper patch..
>
> > if (!(fault->prm.flags & IOMMU_FAULT_PAGE_REQUEST_LAST_PAGE)) {
> > - report_partial_fault(iopf_param, fault);
> > + ret = report_partial_fault(iopf_param, fault);
> > iopf_put_dev_fault_param(iopf_param);
> > /* A request that is not the last does not need to be ack'd */
> > +
> > + if (ret)
> > + goto err_bad_iopf;
> > }
>
> rebase it on -rc3 and there will be a return line added here
> too.. Maybe you don't want the goto in that cast
Sure, I'll quickly rebase & send it out as a patch. Please let me know
if should add any tag by you?
>
> Jason
Thanks,
Pranjal
More information about the linux-arm-kernel
mailing list