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:   Tue, 26 Jan 2021 14:53:59 +1000
From:   Nicholas Piggin <npiggin@...il.com>
To:     linux-mm@...ck.org, Andrew Morton <akpm@...ux-foundation.org>
Cc:     Nicholas Piggin <npiggin@...il.com>, linux-kernel@...r.kernel.org,
        Christoph Hellwig <hch@....de>
Subject: [PATCH 0/5] mm/vmalloc: cleanup after hugepage series

Christoph pointed out some overdue cleanups required after the huge
page series, and I had some other comment and warning changes.

Thanks,
Nick

Nicholas Piggin (5):
  mm/vmalloc: remove map_kernel_range
  kernel/dma: remove unnecessary unmap_kernel_range
  powerpc/xive: remove unnecessary unmap_kernel_range
  mm/vmalloc: remove unmap_kernel_range
  mm/vmalloc: improve allocation failure error messages

 Documentation/core-api/cachetlb.rst |   4 +-
 arch/arm64/mm/init.c                |   2 +-
 arch/powerpc/kernel/isa-bridge.c    |   4 +-
 arch/powerpc/kernel/pci_64.c        |   2 +-
 arch/powerpc/mm/ioremap.c           |   2 +-
 arch/powerpc/sysdev/xive/common.c   |   4 -
 drivers/pci/pci.c                   |   2 +-
 include/linux/vmalloc.h             |  19 +---
 kernel/dma/remap.c                  |   1 -
 mm/internal.h                       |   7 ++
 mm/percpu-vm.c                      |   7 +-
 mm/vmalloc.c                        | 164 ++++++++++++++--------------
 12 files changed, 104 insertions(+), 114 deletions(-)

-- 
2.23.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ