Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1861137imu; Fri, 14 Dec 2018 01:42:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/XWM84I+vKXwumyTwjaeSj3ACXRIEl/IwgJtbKn48erwhJUkU2htsGVqz3l7X+o61zYUrTK X-Received: by 2002:a63:b81a:: with SMTP id p26mr2096067pge.433.1544780548135; Fri, 14 Dec 2018 01:42:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544780548; cv=none; d=google.com; s=arc-20160816; b=Ygi6MNJofEJ7yby+URlWOVvLCCYEfTvx30c4+GkQzBJ5lfCcS3UDHAE+FX3W65jDCb cCs8kefOwhYvftuEfxNgd+q8Z+loQxrw8qZScHd+TJnzM/vc+h1Xd8rK2wnJdfqeVGvt NL3xaW5NpBwDtqRl1GBKy/whruYuXXM2havOOc4EH3mjHpKE6jB8b6RVWUpZ0H5/ubVx mi2KX4Jec2sC9TI7zBf94tNCrs4IIh9Nf6yVfj6XqQF5M7VjzNs14exlzXeEuouuzEZQ 6fW+zZfoi5w8XK3pUvw0X64vdRmIQW3dFFgKllztz5TxaSBoHrVzOGpguzDLETjB4dz0 tkuQ== 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=s7cWFfb1ouQTWBvvJSfogjymhjba6opDoVSSeAz/g/k=; b=LwmCiXbbvpQ08dAHV8V8uzLNuuwZ/ezucmniMQVAnTVMTgepXcRUz4Sa+Fg5RiK/OQ AStnVA8xR+a6+6wLnkLKdgnAxy4CihVEtmIIcdAokJ5WER3Su+PSVCqgg4mAgirJw7DG jdfVD/AUfkLSH80FVKKtaugeQyc70hx3OBgOYbk8zrtXiDaKL5rr/+x6Sd/Iq+19ND8k 14fy1/wEUaAIEWu4G0E/68HbMh/eW5sNeBWXA8ylJVOAHTHEJVVjgU675FDjAZtISyZk htnhtAFdNXqx6I+LtuQs9qbZkOfbL/oMU/6rBIyJuu7Fs9/H9XF3RJLrAmJHntSJaieB zSkA== 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 10si3834208pfy.206.2018.12.14.01.42.13; Fri, 14 Dec 2018 01:42:28 -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 S1729017AbeLNJkU (ORCPT + 99 others); Fri, 14 Dec 2018 04:40:20 -0500 Received: from mx2.suse.de ([195.135.220.15]:46490 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726494AbeLNJkU (ORCPT ); Fri, 14 Dec 2018 04:40:20 -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 8C5CBACBC; Fri, 14 Dec 2018 09:40:17 +0000 (UTC) Date: Fri, 14 Dec 2018 10:40:16 +0100 From: Petr Mladek To: Josh Poimboeuf Cc: Joe Lawrence , Miroslav Benes , Jiri Kosina , Jason Baron , Evgenii Shatokhin , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v14 05/11] livepatch: Simplify API by removing registration step Message-ID: <20181214094016.fojfsaxwfkikiw7g@pathway.suse.cz> References: <20181129094431.7801-1-pmladek@suse.com> <20181129094431.7801-6-pmladek@suse.com> <20181205193253.mhlqj37r4o6ukkhp@redhat.com> <20181206082814.uyzjw2q4avknhswd@pathway.suse.cz> <20181206101423.3nps4tgyg45jwofj@pathway.suse.cz> <22937554-9c7c-ed9a-0f8d-70aa6e81b25d@redhat.com> <20181213222959.5fbc6iy2vqwr4wxd@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181213222959.5fbc6iy2vqwr4wxd@treble> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2018-12-13 16:29:59, Josh Poimboeuf wrote: > On Thu, Dec 06, 2018 at 09:36:06AM -0500, Joe Lawrence wrote: > > On 12/06/2018 05:14 AM, Petr Mladek wrote: > > > On Thu 2018-12-06 10:23:40, Miroslav Benes wrote: > > >> On Thu, 6 Dec 2018, Petr Mladek wrote: > > >> > > >>> On Wed 2018-12-05 14:32:53, Joe Lawrence wrote: > > >>>>> diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c > > >>>>> index 972520144713..e01dfa3b58d2 100644 > > >>>>> --- a/kernel/livepatch/core.c > > >>>>> +++ b/kernel/livepatch/core.c > > >>>>> @@ -45,7 +45,7 @@ > > >>>>> */ > > >>>>> DEFINE_MUTEX(klp_mutex); > > >>>>> > > >>>>> -/* Registered patches */ > > >>>>> +/* Actively used patches. */ > > >>>>> LIST_HEAD(klp_patches); > > >>>> > > >>>> By itself, this comment makes me wonder if there are un-active and/or > > >>>> un-used patches that I need to worry about. After this patchset, > > >>>> klp_patches will include patches that have been enabled and those that > > >>>> have been replaced, but the replacement transition is still in progress. > > >>>> > > >>>> If that sounds accurate, how about adding to the comment: > > >>>> > > >>>> /* Actively used patches: enabled or replaced and awaiting transition */ > > >>> > > >>> The replaced patches are not in the list. This is why I used the word > > >>> "actively". > > >> > > > > After writing out my suggestion I realized that's why you chose > > "actively" and almost erased my comment. I think the extra text would > > help a fresh reader of the code, so ... > > > > >> The replaced patches are removed in klp_discard_replaced_patches(), which > > >> is called from klp_complete_transition(). Joe is right. The patches are in > > >> the list if a transition is still in progress. > > > > > > These are patches that are being replaced. The replaced (after the > > > transition finishes) are not in the list. > > > > > > By other word, Joe's text could be understand that replaced patches > > > will never get removed from the list. > > > > > > So, is the text below acceptable? > > > > > > /* > > > * Actively used patches: enabled or in transition. Note that replaced > > > * or disabled patches are not listed even though the related kernel > > > * module still can be loaded. > > > */ > > > > Yes this works and is more accurate than my original suggestion. > > >From my perspective, no comment is needed at all, and _any_ comment just > serves to add confusion -- including the above one. But maybe that's > because I already know that disabled and replace patches get discarded. Exactly. If I saw this code for the first time, I would find this comment useful. I often miss these top-level descriptions because they help to get the picture about the code design. Finally, the usage of the list has similar complexity as the use of klp_mutex. There mutex has even longer comment. I will use the longer text if you are not strictly against. Best Regrds, Petr