1 process has been live-patched, but the patch counter is still 0 and the skipped counter is still 4.
Also the term "Skipped" is ambiguous. I assume, patching has been skipped because the patch is already present.
From the SLES documentation:
...
SKIPPED
The patch was skipped because it was not designed for any library that is loaded in the process.
...
Here "skipped" implies the the patch is not suitable for the process. In this case it is. The cause for skipping was that the patch already was present (if my interpretation is correct). Not by a live patch, but by an already patched library.
I had:
4 processes with LD_PRELOAD set, 3 processes used a patched library and 1 process used a not-patched library
1 process has been live-patched, but the patch counter is still 0 and the skipped counter is still 4.
Also the term "Skipped" is ambiguous. I assume, patching has been skipped because the patch is already present. From the SLES documentation:
Here "skipped" implies the the patch is not suitable for the process. In this case it is. The cause for skipping was that the patch already was present (if my interpretation is correct). Not by a live patch, but by an already patched library.