Received: by 2002:a17:90b:8d0:0:0:0:0 with SMTP id ds16csp1296874pjb; Thu, 23 Jul 2020 03:20:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy7U24zL0FY5GjBmWFBMGXz88y6EjzjpfWawG6ezK6vM+Zz6KX8JIEhmCPJvSyPDnS5hlQ5 X-Received: by 2002:a17:906:a0c8:: with SMTP id bh8mr3854674ejb.190.1595499657801; Thu, 23 Jul 2020 03:20:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595499657; cv=none; d=google.com; s=arc-20160816; b=h3KEl5FVWBVezJ0f70pnNhOPga7LSvfqaCqv8h+TcEWan6V5844+S5TRLT9IspjKI/ yRMFulSWc1YKdzHR+vjGUAyRmWrVmQ/m3+yK4NIAiDFzTgjVuLCM36N3CFq+yRbiUouk fcFBf7oF3kYL9qXZ4zFWOje/lTPYGfKnMY0PSp4Y9ooi/ZsVNJXjjLdMb85Xm64L/p+q E2bMDNyLkuWKdBTyrpUybNyI1iXKrjtOD1tvYeDasYF8prC9peRlEkAw+2L97gxFWoqt tOzl0iyo+NTNkt+bDCCKaWIBOh4nErLkr+GeG0K86YD4+PeMPpGB0GYmV6tkqwqWPE96 N5fQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=lBKkqvu9nuUjwO0au2eM33kYZqP2dn5QJXuHW4fHYKI=; b=p79wRttnyQye+liC1esn0Iu8wrn6M/XJwnPwdCcp4E2Dqbr0YY0H1ooZjHYDw66L+f qI5rlfiwSwPjozp74fwv6V4P2Iz21lixz5VwzDiL3q4xA6aEl7Yx5BpKlkuMMxB0pOaV 27RcR1X5+siG6Sgm4ZiWLBdTOTNgDmMcVCHIWJO5lN++eCzmQVdHZlHqR6xuZHwD2eGT PJulvU6XQZEuTazbv18z/CeSh81M+UahpV56QxMZmAMpr3uvvKV0wNgXrEf0a0sgSc2r xrs3PF81xFs7kqttJwi5vDVXj/EJhf4d/JBf3CTBfGRi6g25t/RZmHra4VVQlImJ/DC2 mgXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m4si1663365ejd.630.2020.07.23.03.20.35; Thu, 23 Jul 2020 03:20:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728123AbgGWKTw (ORCPT + 99 others); Thu, 23 Jul 2020 06:19:52 -0400 Received: from mx2.suse.de ([195.135.220.15]:60252 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726867AbgGWKTv (ORCPT ); Thu, 23 Jul 2020 06:19:51 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 38A75ACDF; Thu, 23 Jul 2020 10:19:58 +0000 (UTC) Date: Thu, 23 Jul 2020 12:19:47 +0200 From: Oscar Salvador To: HORIGUCHI =?utf-8?B?TkFPWUEo5aCA5Y+j44CA55u05LmfKQ==?= Cc: akpm@linux-foundation.org, Michal Hocko , linux-mm@kvack.org, mike.kravetz@oracle.com, david@redhat.com, aneesh.kumar@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, Oscar Salvador Subject: Re: [PATCH v4 12/15] mm,hwpoison: Rework soft offline for in-use pages Message-ID: <20200723101942.GA19826@linux> References: <20200716123810.25292-1-osalvador@suse.de> <20200716123810.25292-13-osalvador@suse.de> <3b2231bf69133bb7bb8936c74b4e9c9f@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3b2231bf69133bb7bb8936c74b4e9c9f@suse.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 22, 2020 at 10:08:59AM +0200, osalvador@suse.de wrote: > On 2020-07-20 10:27, osalvador@suse.de wrote: > > > This means that some hugepages are dissolved, but the others not, > > > maybe which is not desirable. > > > I'll dig this more later but just let me share at first. > > > > > > A few minor comment below ... > > > > > > Uhm, weird. > > > > I will be taking a look today. > > After some digging up I __think__ I found the problem. > I will try to fix it up and I will be running tests. I found the problem. I re-ran the tests again with small and large memory and the stats look correct this time. After some more testing, I also fixed a list corruption that was happening due to the same problem. I am creating a git branch so you can re-run your tests on it as well. -- Oscar Salvador SUSE L3