[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1421831262-27869-1-git-send-email-huawei.libin@huawei.com>
Date: Wed, 21 Jan 2015 17:07:40 +0800
From: Li Bin <huawei.libin@...wei.com>
To: Josh Poimboeuf <jpoimboe@...hat.com>,
Seth Jennings <sjenning@...hat.com>,
Jiri Kosina <jkosina@...e.cz>,
Vojtech Pavlik <vojtech@...e.cz>, Jiri Slaby <jslaby@...e.cz>,
Miroslav Benes <mbenes@...e.cz>
CC: <live-patching@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<lizefan@...wei.com>, <guohanjun@...wei.com>,
<zhangdianfang@...wei.com>, <xiexiuqi@...wei.com>
Subject: [PATCH 0/2] disable/enable_patch manners for interdependent patches
Revert commit 83a90bb1345767f0cb96d242fd8b9db44b2b0e17
and introduce disable/enable_patch manners for interdependent patches
for disable_patch:
The patch is unallowed to be disabled if one patch after has
dependencies with it and has been enabled.
for enable_patch:
The patch is unallowed to be enabled if one patch before has
dependencies with it and has been disabled.
Li Bin (2):
livepatch: Revert "livepatch: enforce patch stacking semantics"
livepatch: disable/enable_patch manners for interdependent patches
kernel/livepatch/core.c | 66 +++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 58 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists