Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6428800imu; Wed, 14 Nov 2018 01:04:13 -0800 (PST) X-Google-Smtp-Source: AJdET5etTT/xUQyOwnlN7ORPHO0Nj1RsbmK0BI7Aj398JVeMKuJQCVzLUADAX9ovMd/DI3EzNVwP X-Received: by 2002:a62:da54:: with SMTP id w20-v6mr1113937pfl.106.1542186252963; Wed, 14 Nov 2018 01:04:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542186252; cv=none; d=google.com; s=arc-20160816; b=zywNcXAkg6bW+R0ZZvu3S7q4rBevxgYkwpe4t4sfVJ4MyyeNkbc4uhmVw4cpMFRUh2 RLugcs7CE9ZO7qVPyRKOdaUb2KXZRo9iVGLavQ7U0bwoGnwBF/RlouGukmWzWO2JMGhP D/rM3+YK5MsmIg03nYt4UIscXyTLF4eJTFUYtQMEhK0A6N9olDdyL0nyRqzc0UFqXB7g TQ9PvCgFzjqG8j8htPgQ3l37/+qGOXmI4GwmTNBtXwd38/4eJFsgtep22WB+eSDxzOHb f4G3YDz/+jeZ008gPsTuI0XzfMDLM9/G7J3BZ/gkvpM0qVIDSpUQ9NjRMMQXiiTeyd3F AvPA== 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=iBY+UGC4oBqSzOq/TusIyydwourR7MSJPIFjwR253R0=; b=TF8yxt+jwncK+MMml2yABdQqN5FDj6UoDUBFq0YPKUlxLcyCY0TyUqaqBzgsSbodvV S3GgYYvfH3DwSP99r9tgHl5B/prVgPhqJjR4KojlSpOJUNiYZLFxn6YfVyw6JVacJoLS n3uFkBKUcTz32k+Sy93RKp1oJikpBLCDlisUrI+JNQ0gRVcLZ2H3v7aWaIVe1u2WSZ+P QGcmBq8o0ZijDIaA2Fszv3COX0lIBQs8dfKzhCluUmsEUE2pKZedtvbjYvnOOHMdy3JX va1xT45OfggQ2XTHNKrWjlVMMaxzqx4u3H3tE8WcH0GV3Gpkj2FlkHW7ME0qEQovUDOU 3kGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j24si17512313pgn.149.2018.11.14.01.03.57; Wed, 14 Nov 2018 01:04:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732485AbeKNTD4 (ORCPT + 99 others); Wed, 14 Nov 2018 14:03:56 -0500 Received: from mx2.suse.de ([195.135.220.15]:58722 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727595AbeKNTD4 (ORCPT ); Wed, 14 Nov 2018 14:03:56 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 69964ADD3; Wed, 14 Nov 2018 09:01:35 +0000 (UTC) Date: Wed, 14 Nov 2018 10:01:34 +0100 From: Michal Hocko To: David Hildenbrand Cc: Baoquan He , linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, aarcange@redhat.com Subject: Re: Memory hotplug softlock issue Message-ID: <20181114090134.GG23419@dhcp22.suse.cz> References: <20181114070909.GB2653@MiWiFi-R3L-srv> <5a6c6d6b-ebcd-8bfa-d6e0-4312bfe86586@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5a6c6d6b-ebcd-8bfa-d6e0-4312bfe86586@redhat.com> 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 14-11-18 09:18:09, David Hildenbrand wrote: > On 14.11.18 08:09, Baoquan He wrote: > > Hi, > > > > Tested memory hotplug on a bare metal system, hot removing always > > trigger a lock. Usually need hot plug/unplug several times, then the hot > > removing will hang there at the last block. Surely with memory pressure > > added by executing "stress -m 200". > > > > Will attach the log partly. Any idea or suggestion, appreciated. > > > > Thanks > > Baoquan > > > > Code seems to be waiting for the mem_hotplug_lock in read. > We hold mem_hotplug_lock in write whenever we online/offline/add/remove > memory. There are two ways to trigger offlining of memory: > > 1. Offlining via "cat offline > /sys/devices/system/memory/memory0/state" > > This always properly took the mem_hotplug_lock. Nothing changed > > 2. Offlining via "cat 0 > /sys/devices/system/memory/memory0/online" > > This didn't take the mem_hotplug_lock and I fixed that for this release. This discrepancy should go. > So if you were testing with 1., you should have seen the same error > before this release (unless there is something else now broken in this > release). > > > The real question is, however, why offlining of the last block doesn't > succeed. In __offline_pages() we basically have an endless loop (while > holding the mem_hotplug_lock in write). Now I consider this piece of > code very problematic (we should automatically fail after X > attempts/after X seconds, we should not ignore -ENOMEM), and we've had > other BUGs whereby we would run into an endless loop here (e.g. related > to hugepages I guess). We used to have number of retries previous and it was too fragile. If you need a timeout then you can easily do that from userspace. Just do timeout $TIME echo 0 > $MEM_PATH/online I have seen an issue when the migration cannot make a forward progress because of a glibc page with a reference count bumping up and down. Most probable explanation is the faultaround code. I am working on this and will post a patch soon. In any case the migration should converge and if it doesn't do then there is a bug lurking somewhere. Failing on ENOMEM is a questionable thing. I haven't seen that happening wildly but if it is a case then I wouldn't be opposed. > You mentioned memory pressure, if our host is under memory pressure we > can easily trigger running into an endless loop there, because we > basically ignore -ENOMEM e.g. when we cannot get a page to migrate some > memory to be offlined. I assume this is the case here. > do_migrate_range() could be the bad boy if it keeps failing forever and > we keep retrying. My hotplug debugging patches [1] should help to tell us. [1] http://lkml.kernel.org/r/20181107101830.17405-1-mhocko@kernel.org -- Michal Hocko SUSE Labs