Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp293208imu; Fri, 16 Nov 2018 02:40:00 -0800 (PST) X-Google-Smtp-Source: AJdET5ce13w9HSYzGRD4ZATHxejqhYyNEujw42PQa3AtOF0lUbLLAxTc2iMHktgcdCQDUxutgasc X-Received: by 2002:a63:d513:: with SMTP id c19mr9424690pgg.287.1542364800184; Fri, 16 Nov 2018 02:40:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542364800; cv=none; d=google.com; s=arc-20160816; b=Rpe6f3VwFVZcNw/oEKA8gOf+jencurvCXcUidx/tbyTVGamzoHESXRU8BIBu16db/2 ugKy7m7IGiGghdt5nLLJwE69aN1SItL/tcw3Sm95q8GHoVgP1N4YI4ftBkvSwJOnQFvG uW9D3zIVhr/JOoHSPa9G0VmSbMgf+tZdWYiJ4+t4mqztcwHflLhKlGeS5VzDrNcmmtYv Wh52TnT/rLzfPVc2zoPxZabPrhC9w9mYGN7W7WTTs81DWmb9aggrFOMh9pe0w9vy9+KR dpz4iT9RNyaYjleXkl8LrLLe4rQmAZbbkyjSiqKs0aG9WzTyU5HKGDDuHGeIvA0whHf5 YmQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=73cQf3tao1uvztgLoRSnCYyAhWph/gUPAVIZ9rwUyI0=; b=PsZk7lT4QAbjDeI0h9RXH8YHJtnPkcGl4bWs0htK1dSlRTB1t00n7c9xFOo/w1YK+r Hni41jORFzlDKowwnSaLbxwQM9uGiVCK8AuTlRz/b+FnNOBcxPSawVononauP85ErBz7 /YGKGQs/PV3AhG8dttfFlIPGMeLrIinDNUrIdrdNm9npCIU8mu7IhMDQAZna21JeCwwP dDS03ATA4G7+grx7RBzRlyDxgLgfOGOA/nXm9bbKGR4zuh69VKS2Cr9z9S7UB8iy6dwz IGiaGLbeJBx7O7z6nHUNYXASi7EzlXLGd5P5jOMquO9k/dWczdUYvPHnBLR1VQChVAh1 SrqA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ay4-v6si30494334plb.410.2018.11.16.02.39.45; Fri, 16 Nov 2018 02:40:00 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389430AbeKPUuy (ORCPT + 99 others); Fri, 16 Nov 2018 15:50:54 -0500 Received: from smtp.nue.novell.com ([195.135.221.5]:43571 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727615AbeKPUuy (ORCPT ); Fri, 16 Nov 2018 15:50:54 -0500 Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Fri, 16 Nov 2018 11:39:06 +0100 Received: from [149.44.172.157] (nwb-a10-snat.microfocus.com [10.120.13.202]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Fri, 16 Nov 2018 10:38:57 +0000 Message-ID: <1542364721.3020.5.camel@suse.com> Subject: Re: [PATCH 4/5] mm, memory_hotplug: print reason for the offlining failure From: osalvador To: Michal Hocko , Andrew Morton Cc: Baoquan He , Anshuman Khandual , linux-mm@kvack.org, LKML , Michal Hocko Date: Fri, 16 Nov 2018 11:38:41 +0100 In-Reply-To: <20181116083020.20260-5-mhocko@kernel.org> References: <20181116083020.20260-1-mhocko@kernel.org> <20181116083020.20260-5-mhocko@kernel.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2018-11-16 at 09:30 +0100, Michal Hocko wrote: > From: Michal Hocko > > The memory offlining failure reporting is inconsistent and > insufficient. > Some error paths simply do not report the failure to the log at all. > When we do report there are no details about the reason of the > failure > and there are several of them which makes memory offlining failures > hard to debug. > > Make sure that the > memory offlining [mem %#010llx-%#010llx] failed > message is printed for all failures and also provide a short textual > reason for the failure e.g. > > [ 1984.506184] rac1 kernel: memory offlining [mem 0x82600000000- > 0x8267fffffff] failed due to signal backoff > > this tells us that the offlining has failed because of a signal > pending > aka user intervention. > > [akpm: tweak messages a bit] > Signed-off-by: Michal Hocko Reviewed-by: Oscar Salvador