From patchwork Wed Oct 19 18:34:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rebecca Mckeever X-Patchwork-Id: 13012276 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 A9FF0C4332F for ; Wed, 19 Oct 2022 18:35:16 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 441AD6B0083; Wed, 19 Oct 2022 14:35:16 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 37B726B0085; Wed, 19 Oct 2022 14:35:16 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 243836B0087; Wed, 19 Oct 2022 14:35:16 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0014.hostedemail.com [216.40.44.14]) by kanga.kvack.org (Postfix) with ESMTP id 1691E6B0083 for ; Wed, 19 Oct 2022 14:35:16 -0400 (EDT) Received: from smtpin01.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay01.hostedemail.com (Postfix) with ESMTP id E2CB21C6A48 for ; Wed, 19 Oct 2022 18:35:15 +0000 (UTC) X-FDA: 80038551390.01.20BCD1C Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) by imf20.hostedemail.com (Postfix) with ESMTP id 7DD671C000F for ; Wed, 19 Oct 2022 18:35:15 +0000 (UTC) Received: by mail-qk1-f196.google.com with SMTP id o22so11303093qkl.8 for ; Wed, 19 Oct 2022 11:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ACgkRQxyXnmQDF+sB8DMoTPhEE8CQwyDBe0OxQ0a5d4=; b=FLO928z4698khsXbYP99gJcn+4iPcsJIclC9tz/Dw2W/uIVAHAD1hOh6mPRerryV+p P2WRw2QK9W5faPHikFR/BFSjGtfm4xAOZWQ3lEw96QDTqiOSqmtDaE4eEycyR/L07Efo B4qMykGytnfksjO2xaIhSTJoUCdYaF7eAHb7QlJ5OZJScEzHUsuvvrfprtX07+Bc2EPQ U78LZrRQm/s7lFZqq38q21Jmd84ziz56cTiFWffsHJCXdENbFLXW2rkpvsbSsS499Ckv IxaasZY6Z5h61F9VoXSQwhCm8+1qWMZ5kHTeUlSioITmU0W00GgZ4xU7DwP6PQ7z+rG/ Ns5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ACgkRQxyXnmQDF+sB8DMoTPhEE8CQwyDBe0OxQ0a5d4=; b=Pk0C1uAeKaC4KmxyrKVeDnIynh+8RPSUVbqAh2oS+Z3V2IkihCsT2caPekV932tham L7kHzX5cTSVGG7jawNHHXO3gCdtP+MUe2+bZwnrCzXMuf2JfhF5ZrvuS+YZIZ2LhDnB2 YP3ZZ9SJ1Vss6BZG1tTHMJ0m8iIT8rvgCz6m05oRqjuL51EiyH0MxoXw+8MqypSN4mU1 QkI7wfMHH+79FAGxm74YbpEGpnAsdjXyA4Ak+XzN+XdfqMxB4W7RRtz9HerUoVQF37x/ 6rQoUryNePIJ/HqCcJJel6U3MalAK2t74MtcFVBtmhfVZnOfOJK+Ti1SboaY7N9Sx+Ar Al4w== X-Gm-Message-State: ACrzQf2KAzeiFIio2x2h3islJiBhAL49+IFPEgj49cMuchY7KyFhVY4A 3/yI6nicwcWV7HYucESD1aY= X-Google-Smtp-Source: AMsMyM6FliwLvDxbi3XkcpDsvL39EYrzBIQrMnqx237RxV7Qw9xLuaDhIOjoswwXGkiSHjaBoOsIjQ== X-Received: by 2002:a05:620a:4487:b0:6ee:bcfd:bd38 with SMTP id x7-20020a05620a448700b006eebcfdbd38mr6505111qkp.468.1666204514686; Wed, 19 Oct 2022 11:35:14 -0700 (PDT) Received: from sophie ([143.244.47.100]) by smtp.gmail.com with ESMTPSA id x27-20020a05620a0b5b00b006ecdfcf9d81sm5286189qkg.84.2022.10.19.11.35.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 11:35:14 -0700 (PDT) From: Rebecca Mckeever To: Mike Rapoport , linux-mm@kvack.org, linux-kernel@vger.kernel.org Cc: David Hildenbrand , Rebecca Mckeever Subject: [PATCH v3 5/5] memblock tests: remove completed TODO item Date: Wed, 19 Oct 2022 13:34:12 -0500 Message-Id: <1edc87f3605af4668f7d842c30425259203714d8.1666203644.git.remckee0@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 ARC-Authentication-Results: i=1; imf20.hostedemail.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=FLO928z4; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (imf20.hostedemail.com: domain of remckee0@gmail.com designates 209.85.222.196 as permitted sender) smtp.mailfrom=remckee0@gmail.com ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1666204515; a=rsa-sha256; cv=none; b=baKRqLFYs79EBOfGsbW1BoTQoa/HjrkuUwmvRosGsq0oYSt+BfyG8nywOq3RK/hN8ONxxX kvRUWRt5nPhDkKc0sSW1j6OnfGJD8pyluI9fZrgvQOaFL7vjBL7Bx76c+acv+AoeXrWz+M e1omaoiLYyXeOmi7PdvNMuATyDSHmeQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1666204515; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=ACgkRQxyXnmQDF+sB8DMoTPhEE8CQwyDBe0OxQ0a5d4=; b=I8GY9jhZNCW1yY1E+h0bQCsiw2o4D1qiz+3CeCczFWPbbrjoBCte1vdfwcERFQU1/muWbg wjUx1Un7BzYPBFSjzZpIBg38Xot8lnV8G3XYDFN2TyfbJwvLMuxmu/1p+cadn0f0rqyEnZ r2tnIhKAIOfkCdN4a26jajeRAs5CsJU= Authentication-Results: imf20.hostedemail.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=FLO928z4; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (imf20.hostedemail.com: domain of remckee0@gmail.com designates 209.85.222.196 as permitted sender) smtp.mailfrom=remckee0@gmail.com X-Rspam-User: X-Rspamd-Server: rspam06 X-Stat-Signature: ezwfnds7r8mccxtzn3o7tywfhq8yr5aq X-Rspamd-Queue-Id: 7DD671C000F X-HE-Tag: 1666204515-500397 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: Remove completed item from TODO list. Reviewed-by: David Hildenbrand Signed-off-by: Rebecca Mckeever --- tools/testing/memblock/TODO | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/testing/memblock/TODO b/tools/testing/memblock/TODO index 33044c634ea7..cb7fac47a643 100644 --- a/tools/testing/memblock/TODO +++ b/tools/testing/memblock/TODO @@ -8,10 +8,5 @@ TODO likely that the current MEM_SIZE won't be enough for these test cases. Use realloc to adjust the size accordingly. -2. Add test cases using this functions (implement them for both directions): - + memblock_alloc_raw() - + memblock_alloc_exact_nid_raw() - + memblock_alloc_try_nid_raw() - -3. Add tests for memblock_alloc_node() to check if the correct NUMA node is set +2. Add tests for memblock_alloc_node() to check if the correct NUMA node is set for the new region