SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Fix livepatch status counting #183

Closed giulianobelinassi closed 1 year ago

giulianobelinassi commented 1 year ago

Previously, the output of ulp trigger counted the number of prcoesses that were patched skipped and failed, but this counting did break at times because it only remembered the last output of trigger_one_process. Now it logs into a bitfield to log if there was a success skip or failure.

Fixes #177