Re: [GIT PULL] __auto_type conversion for v6.19-rc1

Al Viro <[email protected]> Tue, 9 Dec 2025 00:25:19 +0000
Newsgroups org.kernel.vger.linux-sparse,dev.linux.lists.virtualization,org.kernel.vger.bpf,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest
Message-ID <20251209002519.GT1712166@ZenIV>
On Mon, Dec 08, 2025 at 03:55:26PM -0800, H. Peter Anvin wrote:
> Hi Linus,
> 
> The following changes since commit c2f2b01b74be8b40a2173372bcd770723f87e7b2:
> 
>   Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux (2025-12-08 11:25:14 +0900)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-auto.git
> 
> for you to fetch changes up to branch auto-type-for-6.19
> (4ecc26fa585216f98d71411ce182f9e823d94c8c):
> 
>   tools/virtio: replace "__auto_type" with "auto" (2025-12-08 15:32:15 -0800)

Argh...  teaching declaration parser in sparse to handle that is
going to be fun, especially since there are corner cases where
gcc and clang do not agree, even with --std=c23 --pedantic...