From patchwork Thu Jun 2 06:54:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Rapoport X-Patchwork-Id: 12867551 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74841C43334 for ; Thu, 2 Jun 2022 06:54:26 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 150AF6B0074; Thu, 2 Jun 2022 02:54:26 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 0FB3B6B0075; Thu, 2 Jun 2022 02:54:26 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id F06EB6B0078; Thu, 2 Jun 2022 02:54:25 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by kanga.kvack.org (Postfix) with ESMTP id E0BB46B0074 for ; Thu, 2 Jun 2022 02:54:25 -0400 (EDT) Received: from smtpin27.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay12.hostedemail.com (Postfix) with ESMTP id B791512027D for ; Thu, 2 Jun 2022 06:54:25 +0000 (UTC) X-FDA: 79532382090.27.FEBB18E Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf10.hostedemail.com (Postfix) with ESMTP id AD10AC0066 for ; Thu, 2 Jun 2022 06:53:40 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 859866119B; Thu, 2 Jun 2022 06:54:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8149CC34114; Thu, 2 Jun 2022 06:54:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654152864; bh=1oc2ObdIxnTxZG8zrZ3kSVkcaJwZpMA9Wz0uN315oO4=; h=Date:From:To:Cc:Subject:From; b=W/eEV5nc5y3VIuP4NO3kmiQX1C9c4eDUCJVnZ8670YO16N87g0nLMOnoPxw4z2Q2Z Sbgz2Wu+gszjKcbgg8CBW8JdK6gZaL9/7iLHYlYG4++MsqPcPI6nuYkdIg+Swws5Sa udbt4eGkS+h14QmRW5fcyPACvKBjSw6vOTus5ZWVIoLmg0UCNrtlxgpGDpAr+apa+j biciWoqgdjQ9nnEv8Qz4JGahUWqfrnNRw4RNg5llOUN8103Jgzsh5mrYgtj6S+awL+ FwVFdDqtvaYA4EfqLtmBfPIujztza+MDUaqBiLF2crhMr47OqPYj/+z+YA7S2eAvqJ sYPEvR5WT3LFg== Date: Thu, 2 Jun 2022 09:54:17 +0300 From: Mike Rapoport To: Linus Torvalds Cc: David Hildenbrand , Rebecca Mckeever , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] memblock: test suite update Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Rspam-User: X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: AD10AC0066 X-Stat-Signature: cgwgjgszdm7q8begt9n8tg4nyqnfub7u Authentication-Results: imf10.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b="W/eEV5nc"; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf10.hostedemail.com: domain of rppt@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=rppt@kernel.org X-HE-Tag: 1654152820-125188 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Linus, The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a: Linux 5.18-rc5 (2022-05-01 13:57:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v5.19-rc1 for you to fetch changes up to 000605cd1b14f0970465a44bfe89da93cca66348: memblock tests: remove completed TODO item (2022-05-09 13:10:58 +0300) ---------------------------------------------------------------- memblock: comment updates for memblock test suite Update comments in the memblock tests so that they will have consistent style. ---------------------------------------------------------------- Rebecca Mckeever (5): memblock tests: update style of comments for memblock_add_*() functions memblock tests: update style of comments for memblock_reserve_*() functions memblock tests: update style of comments for memblock_remove_*() functions memblock tests: update style of comments for memblock_free_*() functions memblock tests: remove completed TODO item tools/testing/memblock/TODO | 3 - tools/testing/memblock/tests/basic_api.c | 392 ++++++++++++++++++++++--------- 2 files changed, 278 insertions(+), 117 deletions(-)