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]
Date:   Mon,  4 Apr 2022 15:46:49 +0800
From:   Muchun Song <songmuchun@...edance.com>
To:     mike.kravetz@...cle.com, akpm@...ux-foundation.org,
        david@...hat.com
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        smuchun@...edance.com, Muchun Song <songmuchun@...edance.com>
Subject: [PATCH 0/3] cleanup hugetlb_vmemmap

This series is based on next-20220404.

The word of "free" is not expressive enough to express the feature of optimizing
vmemmap pages associated with each HugeTLB, rename this keywork to "optimeze" is
more clear.  In this series, cheanup related codes to make it more clear and
expressive.  This is suggested by David.

Muchun Song (3):
  mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
  mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
  mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*

 Documentation/admin-guide/kernel-parameters.txt |  4 +-
 Documentation/admin-guide/mm/hugetlbpage.rst    |  2 +-
 arch/arm64/Kconfig                              |  2 +-
 arch/arm64/mm/flush.c                           |  4 +-
 arch/x86/Kconfig                                |  2 +-
 arch/x86/mm/init_64.c                           |  2 +-
 fs/Kconfig                                      | 16 +++----
 include/linux/hugetlb.h                         |  4 +-
 include/linux/mm.h                              |  2 +-
 include/linux/page-flags.h                      | 18 ++++----
 mm/Makefile                                     |  2 +-
 mm/hugetlb.c                                    | 10 ++---
 mm/hugetlb_vmemmap.c                            | 56 ++++++++++++-------------
 mm/hugetlb_vmemmap.h                            | 24 +++++------
 mm/memory_hotplug.c                             |  2 +-
 mm/sparse-vmemmap.c                             |  4 +-
 16 files changed, 76 insertions(+), 78 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ