Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5603012ybp; Tue, 8 Oct 2019 05:40:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqwYzAdrgfN387hBynhP1rhlFYP1Zosph/WTTZv3oyRD7yktkZKvpg2whI2nm8+ZX3G+JrRw X-Received: by 2002:a17:906:768f:: with SMTP id o15mr28814344ejm.42.1570538438493; Tue, 08 Oct 2019 05:40:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570538438; cv=none; d=google.com; s=arc-20160816; b=aUOf7r6saPV+DzeU5cKk/7WE0IFU8qB97oVMxQh8xGlMNNPJAm79yWw11nO2JvL/ra o4d9g5UkBc4MvMg1C9yxj9LDIYHZWhACV57wzCe4r677jjxncqZRnTT5tn/vjbtWKVgR WQT+8Ym0fc+d/sWpx/BRL4njdDfhJo8Lqh8WMiU6Mg2yirYFgspBADsPvGpYrdQQiN5p 8GY0axKmya7d/I7te46L+CWwQrTHu1FzWZQGmtJLF9lGBUGC8/7g7B/JXhEcrExE3LIr hvkuU+3SsZBSYgkN+0MLBUi57aXSjVDQbNqSmzMlKooy6MwNANjWIxdutV3+nWm77Aus g3og== 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=dsdbYyt4JlYm5qw5COEsbTt7uDW3bMwxBWmnOMVJ4uk=; b=LVsGPef6yO841VqZRvLyzbrb8p3WK0n+6ONRlPhz+GQzmM2o/gGvPeqCHXcmvJpLMt IF6Rv9HmqyaX9HtMyZitzGpqwGVg+l0rR+5hSNu36wsj6pqK2VKDneBmYYh06wLgceTh 5gsb50e0GyKPMW5KiPm5hxkCgRUuDZH80ZRcbl5r1k5cK2x9aGKCkS0AyOvXx02yxozs eAyVEeFL/pJ7lkWz/tsnYvwm47m6iEohOkchxPksdwF6fDSQe5o1UbTng/KV/ae8rJ0w 6iO1hnBHM8whZWErWCW+7CmSMOTFxDoVXNteyV4nH1tfUycVAByfJBs49Hci/TnsTTEA qfuw== 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 rn2si8623054ejb.14.2019.10.08.05.40.15; Tue, 08 Oct 2019 05:40:38 -0700 (PDT) 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 S1730961AbfJHMjX (ORCPT + 99 others); Tue, 8 Oct 2019 08:39:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:38092 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730317AbfJHMjX (ORCPT ); Tue, 8 Oct 2019 08:39:23 -0400 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 B3522AF4E; Tue, 8 Oct 2019 12:39:21 +0000 (UTC) Date: Tue, 8 Oct 2019 14:39:20 +0200 From: Michal Hocko To: Qian Cai Cc: Petr Mladek , akpm@linux-foundation.org, sergey.senozhatsky.work@gmail.com, rostedt@goodmis.org, peterz@infradead.org, linux-mm@kvack.org, john.ogness@linutronix.de, david@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] mm/page_isolation: fix a deadlock with printk() Message-ID: <20191008123920.GI6681@dhcp22.suse.cz> References: <20191008103907.GE6681@dhcp22.suse.cz> <3836DE34-9DD2-4815-9E1E-CB87D881B9AD@lca.pw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3836DE34-9DD2-4815-9E1E-CB87D881B9AD@lca.pw> 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 Tue 08-10-19 08:00:43, Qian Cai wrote: > > > > On Oct 8, 2019, at 6:39 AM, Michal Hocko wrote: > > > > Have you actually triggered any real deadlock? With a zone->lock in > > place it would be pretty clear with hard lockups detected. > > Yes, I did trigger here and there, and those lockdep splats are > especially useful to figure out why. Can you provide a lockdep splat from an actual deadlock please? I am sorry but your responses tend to be really cryptic and I never know when you are talking about actual deadlocks and lockdep splats. I have asked about the former several times never receiving a specific answer. -- Michal Hocko SUSE Labs