On Wed, 11 Jun 2025 15:44:00 +0100, Leo Yan wrote:
This series polishes the code to address warnings reported by the smatch static checker.
Smatch reports a error "Function too hairy" for etm4x_sysreg_read() and etm4x_sysreg_write(). This is a trade off to avoid large code blocks, the implementation encapsulates logic using nested macros. But this is not friendly to static checker. For now, the code will be kept as is.
[...]
Applied, thanks!
[1/2] coresight: stm: Remove redundant NULL checks https://git.kernel.org/coresight/c/c33c8fc1 [2/2] coresight: perf: Use %px for printing pointers https://git.kernel.org/coresight/c/7b8584a4
Best regards,