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 branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull a core sparse warning fix from Ingo Molnar

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
mm/memblock: Use NULL instead of 0 for pointers

+1 -1
+1 -1
mm/memblock.c
··· 246 246 min(new_area_start, memblock.current_limit), 247 247 new_alloc_size, PAGE_SIZE); 248 248 249 - new_array = addr ? __va(addr) : 0; 249 + new_array = addr ? __va(addr) : NULL; 250 250 } 251 251 if (!addr) { 252 252 pr_err("memblock: Failed to double %s array from %ld to %ld entries !\n",