[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150225123845.GA5362@8bytes.org>
Date: Wed, 25 Feb 2015 13:38:46 +0100
From: Joerg Roedel <joro@...tes.org>
To: Will Deacon <will.deacon@....com>
Cc: linux-kernel@...r.kernel.org, iommu@...ts.linux-foundation.org
Subject: Re: [PATCH] iommu/io-pgtable-arm: fix self-test WARNs on i386
On Mon, Feb 16, 2015 at 06:38:20PM +0000, Will Deacon wrote:
> Various build/boot bots have reported WARNs being triggered by the ARM
> iopgtable LPAE self-tests on i386 machines.
>
> This boils down to two instances of right-shifting a 32-bit unsigned
> long (i.e. an iova) by more than the size of the type. On 32-bit ARM,
> this happens to give us zero, hence my testing didn't catch this
> earlier.
>
> This patch fixes the issue by using DIV_ROUND_UP and explicit case to
> to avoid the erroneous shifts.
>
> Reported-by: Fengguang Wu <fengguang.wu@...el.com>
> Reported-by: Huang Ying <ying.huang@...el.com>
> Signed-off-by: Will Deacon <will.deacon@....com>
> ---
>
> Joerg -- please can you apply this as a fix for 3.20?
Applied to my fixes branch, thanks Will.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists