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:   Fri, 14 Jul 2023 01:26:28 +0800
From:   Kemeng Shi <shikemeng@...weicloud.com>
To:     pasha.tatashin@...een.com, akpm@...ux-foundation.org,
        linux-mm@...ck.org, linux-kernel@...r.kernel.org
Cc:     shikemeng@...weicloud.com
Subject: [PATCH 0/8] Remove unused parameters in page_table_check

Hi all, this series remove unused parameters in functions from
page_table_check. The first 2 patches remove unused mm and addr
parameters in static common functions page_table_check_clear and
page_table_check_set. The last 6 patches remove unused addr parameter
in some externed functions which only need addr for cleaned
page_table_check_clear or page_table_check_set. There is no intended
functional change. Thanks!

Kemeng Shi (8):
  mm/page_table_check: remove unused parameters in
    page_table_check_clear()
  mm/page_table_check: remove unused parameters in
    page_table_check_set()
  mm/page_table_check: remove unused parameter in
    [__]page_table_check_pte_clear
  mm/page_table_check: remove unused parameter in
    [__]page_table_check_pmd_clear
  mm/page_table_check: remove unused parameter in
    [__]page_table_check_pud_clear
  mm/page_table_check: remove unused parameter in
    [__]page_table_check_pte_set
  mm/page_table_check: remove unused parameter in
    [__]page_table_check_pmd_set
  mm/page_table_check: remove unused parameter in
    [__]page_table_check_pud_set

 arch/arm64/include/asm/pgtable.h | 12 +++---
 arch/riscv/include/asm/pgtable.h | 12 +++---
 arch/x86/include/asm/pgtable.h   | 16 ++++----
 include/linux/page_table_check.h | 66 ++++++++++++--------------------
 include/linux/pgtable.h          |  6 +--
 mm/page_table_check.c            | 50 +++++++++---------------
 6 files changed, 65 insertions(+), 97 deletions(-)

-- 
2.30.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ