Re: kcsan -Wmaybe-uninitialized warning in ntfs3

David Laight <[email protected]> Thu, 23 Apr 2026 09:12:46 +0100
Newsgroups dev.linux.lists.ntfs3,org.kernel.vger.linux-kernel
Message-ID <20260423091246.7ffa38c4@pumpkin>
On Wed, 22 Apr 2026 23:50:22 +0200
Marco Elver <[email protected]> wrote:

> Which means the simplest fix is probably the absolute_pointer() one.

I'm not sure that using absolute_pointer() is right, it is normally used
for special conversions in low level boot code.

Here it might just be best to explicitly use (void *)(long)addr.

	David


> 
> Thanks,
> -- Marco
>