linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Rapoport <rppt@kernel.org>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Christian Brauner <brauner@kernel.org>,
	David Hildenbrand <david@redhat.com>,
	Gerald Schaefer <gerald.schaefer@linux.ibm.com>,
	Heiko Carstens <hca@linux.ibm.com>,
	"Liam R . Howlett" <Liam.Howlett@oracle.com>,
	Matthew Wilcox <willy@infradead.org>,
	Oleg Nesterov <oleg@redhat.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Wei Yang <richard.weiyang@gmail.com>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-s390@vger.kernel.org
Subject: memblock: updates for 6.12-rc1
Date: Mon, 23 Sep 2024 09:37:07 +0300	[thread overview]
Message-ID: <20240923063707.40017-1-rppt@kernel.org> (raw)

Hi Linus,

The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v6.12-rc1

for you to fetch changes up to cb088e38aab4c7e9ce711c18c66e851c8f4227bb:

  s390/mm: get estimated free pages by memblock api (2024-08-11 19:19:07 +0300)

----------------------------------------------------------------
memblock: updates for 6.12-rc1

* new memblock_estimated_nr_free_pages() helper to replace totalram_pages()
  which is less accurate when CONFIG_DEFERRED_STRUCT_PAGE_INIT is set
* fixes for memblock tests

----------------------------------------------------------------
Wei Yang (11):
      memblock tests: include memory_hotplug.h in mmzone.h as kernel dose
      memblock tests: include export.h in linkage.h as kernel dose
      tools/testing: abstract two init.h into common include directory
      memblock test: fix implicit declaration of function 'virt_to_phys'
      memblock test: add the definition of __setup()
      memblock test: fix implicit declaration of function 'memparse'
      memblock test: fix implicit declaration of function 'isspace'
      memblock test: fix implicit declaration of function 'strscpy'
      mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()
      kernel/fork.c: get estimated free pages by memblock api
      s390/mm: get estimated free pages by memblock api

 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/linux/init.h            |  2 -
 tools/testing/radix-tree/maple.c                 |  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/radix-tree/linux/init.h


             reply	other threads:[~2024-09-23  6:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-23  6:37 Mike Rapoport [this message]
2024-09-25 18:50 ` Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240923063707.40017-1-rppt@kernel.org \
    --to=rppt@kernel.org \
    --cc=Liam.Howlett@oracle.com \
    --cc=agordeev@linux.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=brauner@kernel.org \
    --cc=david@redhat.com \
    --cc=gerald.schaefer@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=oleg@redhat.com \
    --cc=richard.weiyang@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox