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:
"Fix flush_icache_range() second argument in machine_kexec() to be an
address rather than size"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64: fix the flush_icache_range arguments in machine_kexec

+1
+1
arch/arm64/kernel/machine_kexec.c
··· 177 177 * the offline CPUs. Therefore, we must use the __* variant here. 178 178 */ 179 179 __flush_icache_range((uintptr_t)reboot_code_buffer, 180 + (uintptr_t)reboot_code_buffer + 180 181 arm64_relocate_new_kernel_size); 181 182 182 183 /* Flush the kimage list and its buffers. */