lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240809114854.3745464-1-kirill.shutemov@linux.intel.com>
Date: Fri,  9 Aug 2024 14:48:46 +0300
From: "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
	"Borislav Petkov (AMD)" <bp@...en8.de>,
	Mel Gorman <mgorman@...e.de>,
	Vlastimil Babka <vbabka@...e.cz>
Cc: Tom Lendacky <thomas.lendacky@....com>,
	Mike Rapoport <rppt@...nel.org>,
	"Matthew Wilcox (Oracle)" <willy@...radead.org>,
	David Hildenbrand <david@...hat.com>,
	Johannes Weiner <hannes@...xchg.org>,
	linux-mm@...ck.org,
	linux-kernel@...r.kernel.org,
	"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
Subject: [PATCHv2 0/8] mm: Fix several issues with unaccepted memory

The patchset addresses several issues related to unaccepted memory.

It replaces "mm: fix endless reclaim on machines with unaccepted
memory" commit which is in mm-unstable now.

The most severe issue is a kswapd hang, which is fixed by patch 1/8.

Pach 2/8 preparatory cleanup.

Patch 3/8 ensures that __alloc_pages_bulk() will not exhaust all
accepted memory without accepting more.

Patches 4/8-6/8 are preparations for patch 7/8, which fixes
alloc_config_page() on machines with unaccepted memory. This allows, for
example, the allocation of gigantic pages at runtime.

Patch 8/8 enable the kernel to accept memory up to the promo watermark.

I believe only the first patch deserves backporting.

Please review. Any feedback is welcome.

Kirill A. Shutemov (8):
  mm: Fix endless reclaim on machines with unaccepted memory
  mm: Reduce deferred struct page init ifdeffery
  mm: Accept memory in __alloc_pages_bulk().
  mm: Introduce PageUnaccepted() page type
  mm: Rework accept memory helpers
  mm: Add a helper to accept page
  mm: page_isolation: Handle unaccepted memory isolation
  mm: Accept to promo watermark

 arch/x86/boot/compressed/misc.c               |   2 +-
 arch/x86/boot/compressed/misc.h               |   2 +-
 drivers/firmware/efi/libstub/efistub.h        |   2 +-
 .../firmware/efi/libstub/unaccepted_memory.c  |   3 +-
 drivers/firmware/efi/unaccepted_memory.c      |  18 +--
 include/linux/mm.h                            |  12 +-
 include/linux/page-flags.h                    |   8 ++
 mm/internal.h                                 |   8 ++
 mm/memblock.c                                 |   2 +-
 mm/mm_init.c                                  |   2 +-
 mm/page_alloc.c                               | 128 ++++++++++--------
 mm/page_isolation.c                           |   8 ++
 tools/testing/memblock/internal.h             |   2 +-
 13 files changed, 122 insertions(+), 75 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ