diff options
author | Miroslav Benes <mbenes@suse.cz> | 2019-01-15 17:45:07 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-01-16 22:09:33 +0100 |
commit | 0b3d52790e1cfd6b80b826a245d24859e89632f7 (patch) | |
tree | 8a804f975eeacddea0add44d9b2ad912a9fbc636 /Documentation/ABI/testing/sysfs-kernel-livepatch | |
parent | cba82dea30613346cf9a0532a41fc118bc3263af (diff) |
livepatch: Remove signal sysfs attribute
The fake signal is send automatically now. We can rely on it completely
and remove the sysfs attribute.
Signed-off-by: Miroslav Benes <mbenes@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-kernel-livepatch')
-rw-r--r-- | Documentation/ABI/testing/sysfs-kernel-livepatch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/ABI/testing/sysfs-kernel-livepatch b/Documentation/ABI/testing/sysfs-kernel-livepatch index dac7e1e62a8b..85db352f68f9 100644 --- a/Documentation/ABI/testing/sysfs-kernel-livepatch +++ b/Documentation/ABI/testing/sysfs-kernel-livepatch @@ -33,18 +33,6 @@ Description: An attribute which indicates whether the patch is currently in transition. -What: /sys/kernel/livepatch/<patch>/signal -Date: Nov 2017 -KernelVersion: 4.15.0 -Contact: live-patching@vger.kernel.org -Description: - A writable attribute that allows administrator to affect the - course of an existing transition. Writing 1 sends a fake - signal to all remaining blocking tasks. The fake signal - means that no proper signal is delivered (there is no data in - signal pending structures). Tasks are interrupted or woken up, - and forced to change their patched state. - What: /sys/kernel/livepatch/<patch>/force Date: Nov 2017 KernelVersion: 4.15.0 |