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 X-Spam-Level: X-Spam-Status: No, score=-5.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A151BC433E9 for ; Fri, 22 Jan 2021 10:44:49 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 53C5C222B6 for ; Fri, 22 Jan 2021 10:44:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53C5C222B6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:References: To:From:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Mexe+BcNEGZKizHY27gfm9/DhjEMYV5NN36Y1c7ExGs=; b=bOu3siCsyBzAZnzXXo/0LVEaA Is1eh/p/8cLadinHlVqbRy9LmkBKV/29D1T6tUOf9dbZ7xni6caC6LubKPy9i4skyRQDjpfK0GpZ0 X1zMyIgg1XwKc+V0qTyXlj2xpwZ0LkJrDQUiVDuFU6Za6QN5mFex7+5z+FwrR6EVz1RwOi7Z6v67r FK210WQSdBl1+Qc7i7iWjI8dBFGKMnLk8C+z79f/y7CRhNmdm4eY53s+a0SiF5CkJR10VpfaSIdZZ umox9LQL34ooimmakEo+PY/Tzo9PfXSQhRc8Bt9fkCcd8OlM2gk+XLAP/qR+wbSsa1yM6HWcmbizD FSeQwSK1A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2tui-00068O-2D; Fri, 22 Jan 2021 10:43:36 +0000 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2tug-00067Z-Ch for linux-arm-kernel@lists.infradead.org; Fri, 22 Jan 2021 10:43:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611312213; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GOiwNG6fgOv20bcfxuNZKLeDFXi6SHU3aWeO6DKQNDI=; b=W0FZ2J5a3GB59//DPrxQERo/DiVsL9xRrXIGqqReO2wxnVPtZE0x7bYqGNbTjQkBxZZu58 7jPv0lxQpIovX9sGucr/qUyUAKG7G7x+GWSfgMuQQD8v3+xqIE1cEYI6tH6y1SJZYwq24T iIKW8SO/XM91KAQNdxdNOTGirug+7RY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-533-0UHyWJOsNFCMDQ649xP5OA-1; Fri, 22 Jan 2021 05:43:31 -0500 X-MC-Unique: 0UHyWJOsNFCMDQ649xP5OA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1EE6880BCB4; Fri, 22 Jan 2021 10:43:29 +0000 (UTC) Received: from [10.36.114.142] (ovpn-114-142.ams2.redhat.com [10.36.114.142]) by smtp.corp.redhat.com (Postfix) with ESMTP id 845805D9CA; Fri, 22 Jan 2021 10:43:26 +0000 (UTC) Subject: Re: [PATCH V3 1/3] mm/memory_hotplug: Prevalidate the address range being added with platform From: David Hildenbrand To: Anshuman Khandual , linux-mm@kvack.org, akpm@linux-foundation.org, hca@linux.ibm.com, catalin.marinas@arm.com References: <1610975582-12646-1-git-send-email-anshuman.khandual@arm.com> <1610975582-12646-2-git-send-email-anshuman.khandual@arm.com> <9916f217-ec29-33ff-a260-7a26792d23a1@redhat.com> <897c31ba-d3bd-b694-8c87-82e784a60c51@arm.com> <5e133a5e-41bb-9d6b-f76e-a96d3efe0f5e@redhat.com> Organization: Red Hat GmbH Message-ID: <417b574c-309e-6d5d-36e4-9b16d82c54a6@redhat.com> Date: Fri, 22 Jan 2021 11:43:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <5e133a5e-41bb-9d6b-f76e-a96d3efe0f5e@redhat.com> Content-Language: en-US X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210122_054334_464898_BE40D0A6 X-CRM114-Status: GOOD ( 17.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , linux-s390@vger.kernel.org, Vasily Gorbik , linux-kernel@vger.kernel.org, Will Deacon , Ard Biesheuvel , linux-arm-kernel@lists.infradead.org, Oscar Salvador Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 22.01.21 11:42, David Hildenbrand wrote: > On 22.01.21 11:41, Anshuman Khandual wrote: >> >> On 1/22/21 2:48 PM, David Hildenbrand wrote: >>> >>>> +/* >>>> + * Platforms should define arch_get_mappable_range() that provides >>>> + * maximum possible addressable physical memory range for which the >>>> + * linear mapping could be created. The platform returned address >>>> + * range must adhere to these following semantics. >>>> + * >>>> + * - range.start <= range.end >>>> + * - Range includes both end points [range.start..range.end] >>>> + * >>>> + * There is also a fallback definition provided here, allowing the >>>> + * entire possible physical address range in case any platform does >>>> + * not define arch_get_mappable_range(). >>>> + */ >>>> +struct range __weak arch_get_mappable_range(void) >>>> +{ >>>> + struct range memhp_range = { >>>> + .start = 0UL, >>>> + .end = -1ULL, >>>> + }; >>>> + return memhp_range; >>>> +} >>>> + >>>> +struct range memhp_get_pluggable_range(bool need_mapping) >>>> +{ >>>> + const u64 max_phys = (1ULL << (MAX_PHYSMEM_BITS + 1)) - 1; >>> >>> Sorry, thought about that line a bit more, and I think this is just >>> wrong (took me longer to realize as it should). The old code used this >>> calculation to print the limit only (in a wrong way), let's recap: >>> >>> Assume MAX_PHYSMEM_BITS=32 >>> >>> max_phys = (1ULL << (32 + 1)) - 1 = 0x1ffffffffull; >>> >>> Ehm, these are 33 bit. >>> >>> OTOH, old code checked for >>> >>> if (max_addr >> MAX_PHYSMEM_BITS) { >>> >>> Which makes sense, because >>> >>> 0x1ffffffffull >> 32 = 1 >>> >>> results in "true", meaning it's to big, while >>> >>> 0xffffffffull >> 32 = 0 >>> >>> correctly results in "false", meaning the address is fine. >>> >>> >>> >>> So, this should just be >>> >>> const u64 max_phys = 1ULL << MAX_PHYSMEM_BITS; >>> >>> (similarly as calculated in virito-mem code, or in kernel/resource.c) >> >> Should this be 1ULL << MAX_PHYSMEM_BITS - 1 instead ? Currently there are > > Yes, obviously, sorry, forgot the -1. > const u64 max_phys = (1ULL << MAX_PHYSMEM_BITS) - 1; to be precise. -- Thanks, David / dhildenb _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel