Loading
arm64/entry: Don't call preempt_schedule_irq() with NMIs masked
kunpeng inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90N2C CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git/commit/?h=arm64-nmi&id=6465ab3af5ccc2122dc468ed4c7e9c66864c9f6f ---------------------------------------------------------------------- As we do for pseudo NMIs don't call preempt_schedule_irq() when architechted NMIs are masked. If they are masked then we are calling from a preempting context so skip preemption. Signed-off-by:Mark Brown <broonie@kernel.org> Signed-off-by:
Jie Liu <liujie375@h-partners.com>