Re: [pull] amdgpu drm-fixes-6.4

From: Linus Torvalds
Date: Fri Jun 23 2023 - 19:44:26 EST


On Fri, 23 Jun 2023 at 14:18, Alex Deucher <alexander.deucher@xxxxxxx> wrote:
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-06-23

That's not a valid signed tag.

Yes, it's a tag. But it doesn't actually have any cryptographic
signing, and I'm not willing to pull random content from git sites
that I can't verify. In fact, these days I ask even kernel.org pull
requests to be proper signed tags, although I haven't really gotten to
the point where I *require* it.

So please sign your tags - use "git tag -s" (or "-u keyname" if you
have some specific key you want to use, rather than one described by
your regular git config file).

Linus