19 Sep
2023
19 Sep
'23
10:46 a.m.
On 9/19/23 12:04, Greg KH wrote:
On Mon, Sep 18, 2023 at 10:10:44PM +0400, Ivan Orlov wrote:
+#define DEBUG
Do you mean to have DEBUG enabled at all times? Shouldn't this be a runtime issue with the normal dynamic debug infrastructure?
thanks,
greg k-h
Hi Greg,
Yeah, I was experimenting with dynamic debugging and I've just forgotten to remove it... I'll be more attentive next time :(
By the way, is there any way to detect such issues automatically? I've seen that the kernel test robot detects a lot of similar stuff, perhaps there is any tools/linters which can be set up locally?
-- Kind regards, Ivan Orlov