Received: by 10.223.176.5 with SMTP id f5csp499925wra; Tue, 6 Feb 2018 02:37:31 -0800 (PST) X-Google-Smtp-Source: AH8x227duYTtRW+g7th11lIyMCvFOC6gKkyvzNsWMKOE5OLnr792CQpeT6nP0G1Z3IG6eJkTG0no X-Received: by 10.99.111.8 with SMTP id k8mr1607173pgc.262.1517913450914; Tue, 06 Feb 2018 02:37:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517913450; cv=none; d=google.com; s=arc-20160816; b=Ee2nEP6bTjW8DiKuSVsSO9zu65kPpXMGATTCl3FHNkHhD0SgRWXcPe7kzwBfZ9LnrF PCqgEdwZdMdKli2Tve9wh+1OrV6YBJ444wEyAY7Wrvb0qb2Hxz7KZ5a1iR0F70TZkSK0 WjRxHB9BJ2MhPlAje8G5vRosoh029gAAnCEN370lrqPkH23coY8B4grh/j/f2tJKbheD vtEijgmb76R9PjqfaOWtYi7AK3LYMM3oAGZg9z8feEr5UiVawF1IuMLAnE6VsrojvrhX drUI7i1t26EGnBxJozX0AdWUf7wzXH7AT2dtHSZD5ybBDSYRgA5WEAyWkN1mQXVbVpH0 CsLw== 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=cJH03AZ040B3xS3Ys3cP5RuHWlEOFYWq414bzBFyY8Y=; b=NMqHD6mMgZJgwv3edKiAVCv2i22+QTs+fE4DI1IooEH3udMXCzwYsc8PzRM+oitH63 6hnosdcq/RidJoarp1ds8NpPFK5xpyb2ESTVNQQ05vU0MZqP6Scs3KpJy1bshnjeLjVr NrCr0sqHkccYaY4tNt8IOz/X56sHhLgM79rwIhQ5y4+b5s6v3OKmkESaqO5PCZa+3JCB 9H3y5e4kXq2P0fyn/h5Wm/Qp8HUeDsK1wj/Lu+pb92tOHumHeQKvqzkbu7ZzfnxIlCDU nqARyKzH8MKJuveLNvEyWrPnmYiLI3PR0S09NHDpz0Y0uZlPWDbn6NgCsl7QfD8ewjNv 1BaQ== 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 m184si6788898pgm.698.2018.02.06.02.37.16; Tue, 06 Feb 2018 02:37:30 -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 S1752874AbeBFKfd (ORCPT + 99 others); Tue, 6 Feb 2018 05:35:33 -0500 Received: from mx2.suse.de ([195.135.220.15]:60019 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752815AbeBFKe6 (ORCPT ); Tue, 6 Feb 2018 05:34:58 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 0D76BAE54; Tue, 6 Feb 2018 10:34:53 +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 v7 7/7] livepatch: Atomic replace and cumulative patches documentation Date: Tue, 6 Feb 2018 11:34:24 +0100 Message-Id: <20180206103424.10829-8-pmladek@suse.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180206103424.10829-1-pmladek@suse.com> References: <20180206103424.10829-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 | 76 ++++++++++++++++++++++++++ 1 file changed, 76 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..5f1f3760b840 --- /dev/null +++ b/Documentation/livepatch/cumulative-patches.txt @@ -0,0 +1,76 @@ +=================================== +Atomic Replace & Cumulative Patches +=================================== + +There are dependencies between livepatches when more patches modify the same +function(s). Then any newer livepatch must include changes from the older ones. +Also the patches must be registered in the right order. + +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 cumulative patches that completely replace all older livepatches. + + +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 might +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. + +Ftrace handlers are transparently removed from functions that are not +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 not longer be enabled. But if the transition + was not forced, the older patches might be unregistered, removed + and eventually used again. + + + + Only the (un)patching callbacks from the _new_ cumulative livepatch are + proceed. 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