hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/ABI/testing/sysfs-kernel-livepatch
....@@ -33,18 +33,6 @@
3333 An attribute which indicates whether the patch is currently in
3434 transition.
3535
36
-What: /sys/kernel/livepatch/<patch>/signal
37
-Date: Nov 2017
38
-KernelVersion: 4.15.0
39
-Contact: live-patching@vger.kernel.org
40
-Description:
41
- A writable attribute that allows administrator to affect the
42
- course of an existing transition. Writing 1 sends a fake
43
- signal to all remaining blocking tasks. The fake signal
44
- means that no proper signal is delivered (there is no data in
45
- signal pending structures). Tasks are interrupted or woken up,
46
- and forced to change their patched state.
47
-
4836 What: /sys/kernel/livepatch/<patch>/force
4937 Date: Nov 2017
5038 KernelVersion: 4.15.0
....@@ -57,7 +45,7 @@
5745 use this feature without a clearance from a patch
5846 distributor. Removal (rmmod) of patch modules is permanently
5947 disabled when the feature is used. See
60
- Documentation/livepatch/livepatch.txt for more information.
48
+ Documentation/livepatch/livepatch.rst for more information.
6149
6250 What: /sys/kernel/livepatch/<patch>/<object>
6351 Date: Nov 2014