Re: [PATCH v2 3/5] livepatch: Allow to distinguish different version of system state changes
From: Miroslav Benes <mbenes@suse.cz>
Date: 2019-08-13 13:36:58
Also in:
lkml
From: Miroslav Benes <mbenes@suse.cz>
Date: 2019-08-13 13:36:58
Also in:
lkml
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h index 9c8b637f17cd..bc5766f45442 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)
This is inconsistent. Maybe "nonzero" in both cases (or "non-zero")? Miroslav