Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fix from Catalin Marinas:
"Avoid sending IPIs with interrupts disabled"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64: hibernate: Avoid sending cross-calling with interrupts disabled

+1 -1
+1 -1
arch/arm64/kernel/hibernate.c
··· 214 214 } 215 215 216 216 memcpy((void *)dst, src_start, length); 217 - flush_icache_range(dst, dst + length); 217 + __flush_icache_range(dst, dst + length); 218 218 219 219 pgdp = pgd_offset_raw(allocator(mask), dst_addr); 220 220 if (pgd_none(READ_ONCE(*pgdp))) {