This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from eb5b0f9812ff Merge tag 'sparc-for-6.12-tag1' of git://git.kernel.org/pu [...] new 19c91bd8932a memblock tests: include memory_hotplug.h in mmzone.h as ke [...] new d68c08173b70 memblock tests: include export.h in linkage.h as kernel dose new e2ae9cf39f88 tools/testing: abstract two init.h into common include directory new 39f64e402f65 memblock test: fix implicit declaration of function 'virt_ [...] new 9f76c2ade323 memblock test: add the definition of __setup() new a88cde5769d5 memblock test: fix implicit declaration of function 'memparse' new 8ac13bc7c266 memblock test: fix implicit declaration of function 'isspace' new 9e3d665384fc memblock test: fix implicit declaration of function 'strscpy' new d0f8a8973f26 mm/memblock: introduce a new helper memblock_estimated_nr_ [...] new 0910bf0ef85c kernel/fork.c: get estimated free pages by memblock api new cb088e38aab4 s390/mm: get estimated free pages by memblock api new aa486552a110 Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/s390/mm/init.c | 2 +- include/linux/memblock.h | 1 + kernel/fork.c | 2 +- mm/memblock.c | 17 ++++++++ tools/include/linux/compiler.h | 4 -- tools/{testing/memblock => include}/linux/init.h | 19 ++++++--- tools/include/linux/linkage.h | 2 + tools/include/linux/mm.h | 6 +++ tools/include/linux/pfn.h | 1 + tools/include/linux/string.h | 3 ++ tools/lib/cmdline.c | 53 ++++++++++++++++++++++++ tools/testing/memblock/Makefile | 2 +- tools/testing/memblock/linux/kernel.h | 2 + tools/testing/memblock/linux/mmzone.h | 1 + tools/testing/radix-tree/maple.c | 2 +- tools/testing/shared/linux/init.h | 2 - 16 files changed, 104 insertions(+), 15 deletions(-) rename tools/{testing/memblock => include}/linux/init.h (76%) create mode 100644 tools/lib/cmdline.c delete mode 100644 tools/testing/shared/linux/init.h