Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3538098ybg; Fri, 25 Oct 2019 05:44:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqwLcoz0N2raXnicVpdy8E/m+4Tj+SZqEnu1qviu4RgquEDHtx1BVzIcXkasO6ICyLvg4e17 X-Received: by 2002:a50:cd53:: with SMTP id d19mr3622218edj.197.1572007488715; Fri, 25 Oct 2019 05:44:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572007488; cv=none; d=google.com; s=arc-20160816; b=recciZ6eDmjzDP3B9OC0fMcaKThGO3aNhvJrHKEZuIY3XirmVxkZxMqr3aEvbKth8Q Sd0nXhJeEuP7uvKBUtf8Buk2L/3S3hlegYy0/YvHH4prlJisFL+4zgPe+F1EpyrAdPyL WEiGpYZRfQPFS/ezfZANgI9LPn8Fh2MkkpBDG7eddzyq8gsoyACsIVVICgZeO2Di2brO UZ7pt9CAPqfA/dMv3qQ3tBATJKyMc5bNE8/fMys2LQPAmaFgWEHG6grPXyMJRCwETe2W 4dx9omQ0yr49Tb9XW532m/mlFXDYP4O+MYdWJ5GPMdPSBWfj9m2a1v3dVn/7K1M0U13x zGig== 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=2uUOqKQkNo0uOdonAC8EQPJ8l8Foduc81uOo4WrmKJk=; b=cWaAKJj5Iuk4RZ6C9pUoWdZan52IJLVVrK+ejYKrvhElME3YbuZ+76L0KnPImflVJw 31vO+PV3bHMtBjNUHn3Mm6VR4uNNcnuufz8OazPRs0L+1hRQa9IIY25jgIxe6KeTcsqG P7roNiMbO/ahy2ZIVtgHeh1084reqScR5mYh336NILYfalyomznJYTE4dFrh3869IWOC jKKG5mHMJxDazPCi3PNXIksqJmg2fhyufk8vNJBi/jqhjPWptwxwNw2vJ4k3RQU3tbvY BmN9UDmQCAcqNfQg934KhRLsFyo0MxPBjQ7Sw07d+aeaoE9C/dMfk4p1ylgQPKJT38Rb c7Tg== 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 ec21si1051863ejb.26.2019.10.25.05.44.24; Fri, 25 Oct 2019 05:44:48 -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 S1726378AbfJXMNr (ORCPT + 99 others); Thu, 24 Oct 2019 08:13:47 -0400 Received: from mx2.suse.de ([195.135.220.15]:38612 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726338AbfJXMNr (ORCPT ); Thu, 24 Oct 2019 08:13:47 -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 2B60EB3D0; Thu, 24 Oct 2019 12:13:45 +0000 (UTC) Date: Thu, 24 Oct 2019 14:13:44 +0200 From: Petr Mladek To: Josh Poimboeuf Cc: Jiri Kosina , Miroslav Benes , Joe Lawrence , Kamalesh Babulal , Nicolai Stange , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 3/5] livepatch: Allow to distinguish different version of system state changes Message-ID: <20191024121344.rieej3qckp5xirq6@pathway.suse.cz> References: <20191003090137.6874-1-pmladek@suse.com> <20191003090137.6874-4-pmladek@suse.com> <20191023211528.nfstzbuzzxsyffqh@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191023211528.nfstzbuzzxsyffqh@treble> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2019-10-23 16:15:28, Josh Poimboeuf wrote: > Hi Petr, > > Sorry for taking so long... > > On Thu, Oct 03, 2019 at 11:01:35AM +0200, Petr Mladek wrote: > > diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h > > index 726947338fd5..42907c4a0ce8 100644 > > --- a/include/linux/livepatch.h > > +++ b/include/linux/livepatch.h > > @@ -133,10 +133,12 @@ struct klp_object { > > /** > > * struct klp_state - state of the system modified by the livepatch > > * @id: system state identifier (non-zero) > > + * @version: version of the change (non-zero) > > Is it necessary to assume that 'version' is non-zero? It would be easy > for a user to not realize that and start with version 0. Then the patch > state would be silently ignored. > > I have the same concern about 'id', but I guess at least one of them has > to be non-zero to differentiate valid entries from the array terminator. Exactly. At least one struct member must be non-zero to differentiate the array terminator. I do not mind to allow zero version. Will do so in v4. > > +/* Check if the patch is able to deal with the given system state. */ > > +static bool klp_is_state_compatible(struct klp_patch *patch, > > + struct klp_state *state) > > +{ > > + struct klp_state *new_state; > > + > > + new_state = klp_get_state(patch, state->id); > > + > > + if (new_state) > > + return new_state->version >= state->version; > > + > > + /* Cumulative livepatch must handle all already modified states. */ > > + return !patch->replace; > > +} > > >From my perspective I view '!new_state' as an error condition. I'd find > it easier to read if the ordering were changed to check for the error > first: > > if (!new_state) { > /* > * A cumulative livepatch must handle all already > * modified states. > */ > return !patch->replace; > } > > return new_state->version >= state->version; -> v4 > > + > > +/* > > + * Check that the new livepatch will not break the existing system states. > > + * Cumulative patches must handle all already modified states. > > + * Non-cumulative patches can touch already modified states. > > + */ > > +bool klp_is_patch_compatible(struct klp_patch *patch) > > +{ > > + struct klp_patch *old_patch; > > + struct klp_state *state; > > + > > + > > + klp_for_each_patch(old_patch) { > > Extra newline above. > > > + klp_for_each_state(old_patch, state) { > > + if (!klp_is_state_compatible(patch, state)) > > + return false; > > + } > > + } > > I think renaming 'state' to 'old_state' would make the intention a > little clearer, and would be consistent with 'old_patch'. Makes sense. I'll make the names consistent also in klp_is_state_compatible(): /* Check if the patch is able to deal with the given system state. */ static bool klp_is_state_compatible(struct klp_patch *patch, struct klp_state *old_state) { struct klp_state *state = klp_get_state(patch, state->id); if (!state) { /* * A cumulative livepatch must handle all already * modified states. */ return !patch->replace; } return state->version >= old_state->version; } Best Regards, Petr