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: <Y5gxEtdyZuqp6hZd@kernel.org>
Date:   Tue, 13 Dec 2022 10:00:18 +0200
From:   Mike Rapoport <rppt@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     David Hildenbrand <david@...hat.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 v6.2

Hi Linus,

The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v6.2-rc1

for you to fetch changes up to 80c2fe022ef5d29f3bafee90c37dbcff18cab57a:

  memblock tests: remove completed TODO item (2022-11-08 09:50:24 +0200)

----------------------------------------------------------------
memblock: extend test coverage

* add tests that trigger reallocation of memblock structures from
  memblock itself via memblock_double_array()
* add tests for memblock_alloc_exact_nid_raw() that verify that requested
  node and memory range constraints are respected.

----------------------------------------------------------------
Rebecca Mckeever (5):
      memblock tests: introduce range tests for memblock_alloc_exact_nid_raw
      memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_raw
      memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_raw
      memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_raw
      memblock tests: remove completed TODO item

Shaoqin Huang (3):
      memblock test: Add test to memblock_add() 129th region
      memblock test: Add test to memblock_reserve() 129th region
      memblock test: Update TODO list

 tools/testing/memblock/Makefile                    |    2 +-
 tools/testing/memblock/TODO                        |   14 +-
 tools/testing/memblock/main.c                      |    2 +
 tools/testing/memblock/tests/alloc_exact_nid_api.c | 1113 ++++++++++++++++++++
 tools/testing/memblock/tests/alloc_exact_nid_api.h |   25 +
 tools/testing/memblock/tests/alloc_nid_api.c       |  546 +++++-----
 tools/testing/memblock/tests/alloc_nid_api.h       |    1 +
 tools/testing/memblock/tests/basic_api.c           |  184 ++++
 tools/testing/memblock/tests/common.c              |    7 +-
 tools/testing/memblock/tests/common.h              |    8 +-
 10 files changed, 1622 insertions(+), 280 deletions(-)
 create mode 100644 tools/testing/memblock/tests/alloc_exact_nid_api.c
 create mode 100644 tools/testing/memblock/tests/alloc_exact_nid_api.h

-- 
Sincerely yours,
Mike.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ