Re: [PATCH] PCI: endpoint: pci-epf-test: select configfs
From: Bjorn Helgaas
Date: Thu Feb 19 2026 - 11:00:15 EST
On Thu, Feb 19, 2026 at 10:02:16AM +0100, Niklas Cassel wrote:
> Bjorn, btw, is it perhaps possible for you to remove the tag:
> pci/for-linus
>
> tag pci/for-linus
> ...
> Since most people why do a git log pci/for-linus wants to see what
> you have queued for linus, and since the ancient tag seems bogus
> anyway, perhaps you could just remove the tag from the PCI tree?
Thanks for reminding me about this. I've tried in the past but was
unsuccessful. I tried again and I *think* got it removed. I'm
including the details in case I ever need to do this again :)
Current pci/for-linus branch in case I delete it by mistake:
$ git show --oneline for-linus | cat
a7b3343bbb57 PCI: endpoint: pci-epf-test: Select configfs
Local pci/for-linus tag:
$ git tag -l pci/for-linus | cat
pci/for-linus
$ cat .git/refs/tags/pci/for-linus
b4aef5ce82f1d27e0f14d1f8488dc2db9c22dd38
Delete local tag:
$ git tag -d pci/for-linus
Deleted tag 'pci/for-linus' (was b4aef5ce82f1)
$ cat .git/refs/tags/pci/for-linus
cat: .git/refs/tags/pci/for-linus: No such file or directory (os error 2)
Delete remote tag:
$ git push --delete pci pci/for-linus
remote: Recorded in the transparency log
remote: manifest: updated /pub/scm/linux/kernel/git/pci/pci.git
To ra.kernel.org:/pub/scm/linux/kernel/git/pci/pci.git
- [deleted] pci/for-linus
Verify:
$ git fetch --prune --prune-tags
$ git tag -l pci/for-linus | cat
<none>
$ git fetch pci
$ git tag -l pci/for-linus | cat
<none>