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:
"Ensure __cpu_up() returns an error if cpu_online() is false after
waiting for completion on cpu_running"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()

+1 -1
+1 -1
arch/arm64/kernel/smp.c
··· 176 176 panic("CPU%u detected unsupported configuration\n", cpu); 177 177 } 178 178 179 - return ret; 179 + return -EIO; 180 180 } 181 181 182 182 static void init_gic_priority_masking(void)