Received: by 10.223.185.116 with SMTP id b49csp1023124wrg; Wed, 21 Feb 2018 10:44:13 -0800 (PST) X-Google-Smtp-Source: AH8x225YJZ03bLn0PC1ykk6CTvue/h28Fo56dKzMOOoL+ApsmNxeITzhKhPyLkz92bc53I1PHnSg X-Received: by 10.99.163.1 with SMTP id s1mr3517729pge.47.1519238653099; Wed, 21 Feb 2018 10:44:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519238653; cv=none; d=google.com; s=arc-20160816; b=HUF4WEP2/Tl00ILtVOX+wEdSbKIjW5nx/HVdttAQ4ntAKA4u0xY4mQ9D/DfCHNEiTV 3aSLaS6KcAt80fYlrR7rJxasB5lnCTUDMZJeaw/Mr/hBIyi7b5aCHataaYHnLafdHZqI YstGg2+hgaHTzJpD1TZ8O7GubusmfJ5rYnIMAe5STKOEwt/YbN2XFIic3VrRbKgIx814 5xe4WGqpCEUilMEOuYTFyYB1lSkwpmdhfzbum6vCvEXNHlMFMMCKNlr/HrF7HR6TUOzM z07pqVszdNHlZeLrUMkaFgYSZsRk9k6oA11zQz1MnLqea1Y1Mj1EOnmlaILwSHvwsLrT SEHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=AFiUMz9GNU7XKYRXiLFk0RpqTwO6v3TSACcZFkpz2vQ=; b=NRrCWcp/yTCeMGtXCVlvEA1s9Hu8gYhY3Yztwvp4K2xgBwRJzNlY9FX9Yf87Vk3Gzs EojjB2n1b2jiJKMx6JaAMz1DfquqvcDnV90zH9uPwFGEYjKZ6lXqbvh834k2j470CJOI 0VQ++EQ4zKVKTLAawjoHymnSeBEALzdBLzMLxkVaSiJEtyVwXz1I0ds2Q2kBCdfykm0T c/9W8UdqCDuNUF9X6mDCOFYvSLceXP9l9EUBFNg7hIVVj1P5An9WGzEuPYOqFfVFKzCL QRI9LxNSj7nC/IeoU01mTfwscESfMArsMzq36QsPKvEA3rrdZVu9vCa+iJL0KGJ563Qx 3rbA== 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 q127si3766839pgq.309.2018.02.21.10.43.58; Wed, 21 Feb 2018 10:44:13 -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 S936843AbeBUNaZ (ORCPT + 99 others); Wed, 21 Feb 2018 08:30:25 -0500 Received: from mx2.suse.de ([195.135.220.15]:49121 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934906AbeBUN3v (ORCPT ); Wed, 21 Feb 2018 08:29:51 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 4B295AC8A; Wed, 21 Feb 2018 13:29:50 +0000 (UTC) From: Petr Mladek To: Jiri Kosina , Josh Poimboeuf , Miroslav Benes Cc: Jason Baron , Joe Lawrence , Jessica Yu , Evgenii Shatokhin , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Petr Mladek Subject: [PATCH v8 8/8] livepatch: Atomic replace and cumulative patches documentation Date: Wed, 21 Feb 2018 14:29:14 +0100 Message-Id: <20180221132914.4809-9-pmladek@suse.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180221132914.4809-1-pmladek@suse.com> References: <20180221132914.4809-1-pmladek@suse.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org User documentation for the atomic replace feature. It makes it easier to maintain livepatches using so-called cumulative patches. Signed-off-by: Petr Mladek --- Documentation/livepatch/cumulative-patches.txt | 83 ++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 Documentation/livepatch/cumulative-patches.txt diff --git a/Documentation/livepatch/cumulative-patches.txt b/Documentation/livepatch/cumulative-patches.txt new file mode 100644 index 000000000000..c041fc1bd259 --- /dev/null +++ b/Documentation/livepatch/cumulative-patches.txt @@ -0,0 +1,83 @@ +=================================== +Atomic Replace & Cumulative Patches +=================================== + +There might be dependencies between livepatches. If multiple patches need +to do different changes to the same function(s) then we need to define +an order in which the patches will be installed. And function implementations +from any newer livepatch must be done on top of the older ones. + +This might become a maintenance nightmare. Especially if anyone would want +to remove a patch that is in the middle of the stack. + +An elegant solution comes with the feature called "Atomic Replace". It allows +to create so called "Cumulative Patches". They include all wanted changes +from all older livepatches and completely replace them in one transition. + +Usage +----- + +The atomic replace can be enabled by setting "replace" flag in struct klp_patch, +for example: + + static struct klp_patch patch = { + .mod = THIS_MODULE, + .objs = objs, + .replace = true, + }; + +Such a patch is added on top of the livepatch stack when registered. It can +be enabled even when some earlier patches have not been enabled yet. + +All processes are then migrated to use the code only from the new patch. +Once the transition is finished, all older patches are removed from the stack +of patches. Even the older not-enabled patches mentioned above. + +Ftrace handlers are transparently removed from functions that are no +longer modified by the new cumulative patch. + +As a result, the livepatch author might maintain sources only for one +cumulative patch. It helps to keep the patch consistent while adding or +removing various fixes or features. + + +Limitations: +------------ + + + Replaced patches can no longer be enabled. But if the transition + to the cumulative patch was not forced, the kernel modules with + the older livepatches can be removed and eventually added again. + + A good practice is to set .replace flag in any released livepatch. + Then re-adding an older livepatch is equivalent to downgrading + to that patch. This is safe as long as the livepatches do _not_ do + extra modifications in (un)patching callbacks or in the module_init() + or module_exit() functions, see below. + + + + Only the (un)patching callbacks from the _new_ cumulative livepatch are + executed. Any callbacks from the replaced patches are ignored. + + By other words, the cumulative patch is responsible for doing any actions + that are necessary to properly replace any older patch. + + As a result, it might be dangerous to replace newer cumulative patches by + older ones. The old livepatches might not provide the necessary callbacks. + + This might be seen as a limitation in some scenarios. But it makes the life + easier in many others. Only the new cumulative livepatch knows what + fixes/features are added/removed and what special actions are necessary + for a smooth transition. + + In each case, it would be a nightmare to think about the order of + the various callbacks and their interactions if the callbacks from all + enabled patches were called. + + + + There is no special handling of shadow variables. Livepatch authors + must create their own rules how to pass them from one cumulative + patch to the other. Especially they should not blindly remove them + in module_exit() functions. + + A good practice might be to remove shadow variables in the post-unpatch + callback. It is called only when the livepatch is properly disabled. -- 2.13.6