.. | .. |
---|
33 | 33 | An attribute which indicates whether the patch is currently in |
---|
34 | 34 | transition. |
---|
35 | 35 | |
---|
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 | | - |
---|
48 | 36 | What: /sys/kernel/livepatch/<patch>/force |
---|
49 | 37 | Date: Nov 2017 |
---|
50 | 38 | KernelVersion: 4.15.0 |
---|
.. | .. |
---|
57 | 45 | use this feature without a clearance from a patch |
---|
58 | 46 | distributor. Removal (rmmod) of patch modules is permanently |
---|
59 | 47 | disabled when the feature is used. See |
---|
60 | | - Documentation/livepatch/livepatch.txt for more information. |
---|
| 48 | + Documentation/livepatch/livepatch.rst for more information. |
---|
61 | 49 | |
---|
62 | 50 | What: /sys/kernel/livepatch/<patch>/<object> |
---|
63 | 51 | Date: Nov 2014 |
---|