Re: [PATCH] iommu/vt-d: fix shift-out-of-bounds in bug checking

From: Joerg Roedel
Date: Thu May 03 2018 - 09:27:10 EST


On Fri, Apr 20, 2018 at 01:29:55PM +0800, changbin.du@xxxxxxxxx wrote:
>
> Signed-off-by: Changbin Du <changbin.du@xxxxxxxxx>
> ---
> drivers/iommu/dmar.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied and put a patch on-top to change the BUG_ON to a WARN_ON_ONCE.