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, 9 Aug 2022 10:25:07 +0300
From:   Mike Rapoport <rppt@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     David Hildenbrand <david@...hat.com>, Jinyu Tang <tjytimi@....com>,
        Liu Xinpeng <liuxp11@...natelecom.cn>,
        Ma Wupeng <mawupeng1@...wei.com>,
        Mike Rapoport <rppt@...nel.org>,
        Mike Rapoport <rppt@...ux.ibm.com>,
        Rebecca Mckeever <remckee0@...il.com>,
        Shaoqin Huang <shaoqin.huang@...el.com>, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] memblock updates for v5.20

Hi Linus,

The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v5.20-rc1

for you to fetch changes up to 04d9490986d1e04a38db88276115e6b3c9ec3faa:

  memblock test: Modify the obsolete description in README (2022-07-30 11:46:49 +0300)

----------------------------------------------------------------
memblock updates for v5.20

* An optimization in memblock_add_range() to reduce array traversals
* Improvements to the memblock test suite

----------------------------------------------------------------
Jinyu Tang (1):
      memblock: avoid some repeat when add new range

Liu Xinpeng (1):
      memblock tests: fix compilation errors

Rebecca Mckeever (5):
      memblock tests: Makefile: add arguments to control verbosity
      memblock tests: add verbose output to memblock tests
      memblock tests: set memblock_debug to enable memblock_dbg() messages
      memblock tests: remove completed TODO items
      memblock tests: change build options to run-time options

Shaoqin Huang (1):
      memblock test: Modify the obsolete description in README

 mm/memblock.c                                    |  11 +
 tools/testing/memblock/Makefile                  |   3 +-
 tools/testing/memblock/README                    |  17 +-
 tools/testing/memblock/TODO                      |  14 +-
 tools/testing/memblock/internal.h                |  11 +
 tools/testing/memblock/linux/memory_hotplug.h    |   8 +-
 tools/testing/memblock/main.c                    |   2 +
 tools/testing/memblock/scripts/Makefile.include  |  10 +-
 tools/testing/memblock/tests/alloc_api.c         | 225 ++++++++++-----
 tools/testing/memblock/tests/alloc_helpers_api.c | 129 ++++++---
 tools/testing/memblock/tests/alloc_nid_api.c     | 351 +++++++++++++++--------
 tools/testing/memblock/tests/basic_api.c         | 337 +++++++++++++++-------
 tools/testing/memblock/tests/common.c            | 118 ++++++++
 tools/testing/memblock/tests/common.h            |  54 ++++
 14 files changed, 920 insertions(+), 370 deletions(-)

-- 
Sincerely yours,
Mike.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ