Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp616664ybi; Fri, 31 May 2019 06:32:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqxD+EVKgy+zc47gBeYQPiIkd0WLrcOqL3TlWHRe+fOjsOo+3ahbnRsF+jfbD/Us5of4K/fy X-Received: by 2002:a17:90a:7343:: with SMTP id j3mr9148210pjs.84.1559309546126; Fri, 31 May 2019 06:32:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559309546; cv=none; d=google.com; s=arc-20160816; b=I1+hpJV4WWLXuxcLO5bseC/39sE7yGzQfz3QTrlAC2g5NApdZDQyBVYnQLW2QsB5N4 fI+jnTp4g/ES5lD6KDFX1IE31JyY3lBOpt0csluuwHwN98tj5MNsMGIp+aYjK+/DRit8 9ExnB1QlxH738c2mwYGIzcPXn7ZDX+mCoBjU5M9Tv3c36qsfckPMJIuvRLGv04bEOxOV Y9S02YwXpaajBiZbx2dfPSBVngkfxdtzpv0eyrtuMJnedfOdRQHjYEnMt3ETG6OSRxlw RYeepsJ8HhDRHQ5YnmfHMOTRJ/8f4umQ+bKl3UrFNAj5WAlydkXvwyLKXsIAklQYH+X/ L2XQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=EW9zywjzsiL+/RDEn1+dbkAE+cipuIDWFDKUphp7W3k=; b=NmlYe1YHsri3E1uc0DXlIaLCkUC5YHWelhF77AkcvE160LRrjOGPTinTqZniPMnlwl lu2qVQooOMuSrfSrAEliLCJi3LtUDbDjUEu5NW/nWnmtzlk+ncLpP9zID3jZvEncU7DZ vnPzY9uT5GwUDiP6RoXnbyRUfbmlE1WnWVOE/15C02IyYjR9DdTU4OBqSDxkT3B5BC4A YaafVx+Vgnjj+VM0D6SnH3vPjDKpo3gly2fbayva9ybHBbIJbUT6Bts11+8B8JSqb1rJ ANmxCKfIpQwQnfwhma4Tjp7pFYziZ2e76STgHis9cqr9QdQMZDh3DFiMWQu4oxqG1fZB T5ug== 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 t1si5900012pgh.406.2019.05.31.06.32.06; Fri, 31 May 2019 06:32:26 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726674AbfEaN3o (ORCPT + 99 others); Fri, 31 May 2019 09:29:44 -0400 Received: from mx2.suse.de ([195.135.220.15]:48508 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726418AbfEaN3o (ORCPT ); Fri, 31 May 2019 09:29:44 -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 F3D19AE4E; Fri, 31 May 2019 13:29:42 +0000 (UTC) Date: Fri, 31 May 2019 15:29:42 +0200 (CEST) From: Miroslav Benes To: Petr Mladek cc: Jiri Kosina , Josh Poimboeuf , Joe Lawrence , Kamalesh Babulal , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] livepatch: Remove duplicate warning about missing reliable stacktrace support In-Reply-To: <20190531131906.lkhrfgpze57pqrcg@pathway.suse.cz> Message-ID: References: <20190531074147.27616-1-pmladek@suse.com> <20190531074147.27616-3-pmladek@suse.com> <20190531131906.lkhrfgpze57pqrcg@pathway.suse.cz> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 31 May 2019, Petr Mladek wrote: > On Fri 2019-05-31 14:32:34, Miroslav Benes wrote: > > On Fri, 31 May 2019, Petr Mladek wrote: > > > > > WARN_ON_ONCE() could not be called safely under rq lock because > > > of console deadlock issues. > > > > > > It can be simply removed. A better descriptive message is written > > > in klp_enable_patch() when klp_have_reliable_stack() fails. > > > The remaining debug message is good enough. > > > > > > Signed-off-by: Petr Mladek > > > --- > > > kernel/livepatch/transition.c | 1 - > > > 1 file changed, 1 deletion(-) > > > > > > diff --git a/kernel/livepatch/transition.c b/kernel/livepatch/transition.c > > > index abb2a4a2cbb2..1bf362df76e1 100644 > > > --- a/kernel/livepatch/transition.c > > > +++ b/kernel/livepatch/transition.c > > > @@ -247,7 +247,6 @@ static int klp_check_stack(struct task_struct *task, char *err_buf) > > > int ret, nr_entries; > > > > > > ret = stack_trace_save_tsk_reliable(task, entries, ARRAY_SIZE(entries)); > > > - WARN_ON_ONCE(ret == -ENOSYS); > > > if (ret < 0) { > > > snprintf(err_buf, STACK_ERR_BUF_SIZE, > > > "%s: %s:%d has an unreliable stack\n", > > > > The current situation is not the best, but I think the patch improves it > > only slightly. I see two possible solutions. > > > > 1. we either revert commit 1d98a69e5cef ("livepatch: Remove reliable > > stacktrace check in klp_try_switch_task()"), so that klp_check_stack() > > returns right away. > > > > 2. or we test ret from stack_trace_save_tsk_reliable() for ENOSYS and > > return. > > > > In my opinion either of them is better than what we have now (and what we > > would have with the patch), because klp_check_stack() returns, but it > > prints out that a task has an unreliable stack. Yes, it is pr_debug() only > > in the end, but still. > > IMHO, any extra check will not improve the situation much. Quiet > return is as useless as the misleading pr_debug() that will > not normally get printed anyway. I disagree here. I think the silent return would be perfectly fine. The user was warned in klp_enable_patch() already. Miroslav