On Mon, Apr 13, 2026 at 02:26:14PM -0300, Marcos Paulo de Souza wrote: > Return 1 if the livepatch sysfs attribute exists, and 0 otherwise. This > new function will be used in the next patches. >
Not true in v2 since the return code is now `[[ -f "$SYSFS_KLP_DIR/$mod/$attr" ]]` -- Joe

