Loading
irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
stable inclusion from stable-v4.19.321 commit 139510ec274c7cc8739bb8f63aed70e425c2f0d8 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IATEDW Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=139510ec274c7cc8739bb8f63aed70e425c2f0d8 -------------------------------- [ Upstream commit 382d2ffe86efb1e2fa803d2cf17e5bfc34e574f3 ] This BUG_ON() is useless, because the same effect will be obtained by letting the code run its course and vm being dereferenced, triggering an exception. So just remove this check. Signed-off-by:Guanrui Huang <guanrui.huang@linux.alibaba.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Reviewed-by:
Zenghui Yu <yuzenghui@huawei.com> Acked-by:
Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20240418061053.96803-3-guanrui.huang@linux.alibaba.com Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Yuntao Liu <liuyuntao12@huawei.com>