Federico Di Pierro

Results 981 comments of Federico Di Pierro

/remove-lifecycle stale

IMHO yep, this issue is solved:) waiting for @Issif !

Hi! Thanks for this PR! Can't we use `pr_debug` or `pr_notice` instead of checking the verbose flag?

Hi! Thanks for this PR! Can't we use `pr_debug` or `pr_notice` instead of checking the verbose flag?

@iurly right, but the only use case atm was: https://github.com/falcosecurity/libs/blob/master/driver/main.c#L215, ie: used to check whether `pr_info` should be actually printed. That makes sense. I am not sure how to proceed...

Just WOW 😲 This is something we have been needing for a while! Having something similar in the CI is super valuable indeed! Perhaps a cmake target to run the...

Hi @cho-m! Thanks for taking the time to analyze this issue! Would you like to open a PR to fix these issues? > but should probably have proper fix by...

On second thought, using the `ifdef` would mean that `arm64` won't be able to read scap files generated by `amd64`, and viceversa. I am not sure this is what we...

I think we could fix the unaligned issue by eg: * adding a new ppm_event_flags like `EF_NO_UNALIGNED_ACCESS` * swapping `nparams` with `params` (fixing alignment) * keeping backward compatibility reading scap...

Thanks for the link! Are you willing to open a first PR to fix the luaJIT flags? :)