From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56EF5C4332F for ; Wed, 4 Jan 2023 10:47:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234796AbjADKrH (ORCPT ); Wed, 4 Jan 2023 05:47:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57392 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239005AbjADKqW (ORCPT ); Wed, 4 Jan 2023 05:46:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F788DE2 for ; Wed, 4 Jan 2023 02:46:20 -0800 (PST) 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 E0767616C2 for ; Wed, 4 Jan 2023 10:46:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA8BCC433D2; Wed, 4 Jan 2023 10:46:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672829179; bh=WIT7Yc2QKSM8VHjzHfPbTubh86kq/LcCvYyoSn5pdVU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r14m8X5w2ir8XHHJxY7xLPeWGcBZbSGtNRaHPXTuNXOWvUyyVTB8cPf6vzLXfNm8N N8dWhd03arSdOGrdWcz0fFy+6gzwdZnf7YiF5Kc2veuwz6c1eIjiqbNhG4tDO7EGSt 7+3Cxw6+gbWOrNzUGuMDyyb5XiV0CjdBss9Fvn8nMydy0tsL6Bv/IR2AX+qZ4ylX3p aCL58XzmbyYqS+552lkxJxQ7kmJoaxXltxEsLvSlRi3xGhLZpTWJG+hLnkAe7Drhok E9sWU/FjYWyHAaJEXfFY2+vGDEEbjERznvpjNoDsqLGz0CmYzCqyH23msX4aKww9aE xjfWrutoKUzEg== Date: Wed, 4 Jan 2023 12:46:03 +0200 From: Mike Rapoport To: Yun Levi Cc: akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [PATCH] memblock: Fix return sizeless candidate on __memblock_find_range_top_down. Message-ID: References: <20230104095049.59043-1-ppbuk5246@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2023 at 07:33:25PM +0900, Yun Levi wrote: > > Did you see an actual issue or it's solely based on code inspection? > > Based on code inspection. I haven't seen the actual issue yet :) I don't see a problem there. Do you have an example how this could happen? > Thanks. > > -- > Sincerely, > Levi. -- Sincerely yours, Mike.