Message ID | 20240118102842.12304-1-mateusz.kusiak@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix checkpointing - minors | expand |
On Thu, 18 Jan 2024 11:28:39 +0100 Mateusz Kusiak <mateusz.kusiak@intel.com> wrote: > This is the first half of splitted patchset "Fix checkpointing" as > asked. It contains minor changes that should be safe to merge prior to > release. > > Fixed minor things in "Replace "none" with macro": > - Replaced hardcoded "null" size to "sizeof(STR_COMMON_NONE) - 1" > in str_is_none(). > - Removed is_none() on optarg as it checked only first four chars, > bad for user input. > > I included "Add understanding output section in man" in second patchset > to preserve history (adding it here, prior to release might seem > random). > > Mateusz Kusiak (3): > Define sysfs max buffer size > Replace "none" with macro > super-intel: Remove inaccessible code > All applied! Thanks, Mariusz