Hi Jakub, Thanks for the heads-up! I didn't even think that this tag could pose problems for other automatic tools :) On Wed, Aug 20, 2025 at 2:58 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Tue, 19 Aug 2025 08:41:36 -0700 syzbot ci wrote: > > syzbot ci has tested the following series > > > > [v2] net: Convert to skb_dstref_steal and skb_dstref_restore > > https://lore.kernel.org/all/20250818154032.3173645-1-sdf@xxxxxxxxxxx > > * [PATCH net-next v2 1/7] net: Add skb_dstref_steal and skb_dstref_restore > > * [PATCH net-next v2 2/7] xfrm: Switch to skb_dstref_steal to clear dst_entry > > * [PATCH net-next v2 3/7] netfilter: Switch to skb_dstref_steal to clear dst_entry > > * [PATCH net-next v2 4/7] net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callers > > * [PATCH net-next v2 5/7] staging: octeon: Convert to skb_dst_drop > > * [PATCH net-next v2 6/7] chtls: Convert to skb_dst_reset > > * [PATCH net-next v2 7/7] net: Add skb_dst_check_unset > > > *** > > > > If these findings have caused you to resend the series or submit a > > separate fix, please add the following tag to your commit message: > > Tested-by: syzbot@xxxxxxxxxxxxxxxxxxxxxxxxx > > Hi Aleksandr! > > Could we do something about this Tested-by: tag? > Since the syzbot CI reports are sent in reply to a series patchwork and > other tooling will think that syzbot is sending it's Tested-by tag for > this series. > > In some cases we know that the issues found are unrelated, or rather > expect them to be fixed separately. FWIW if you notice the reported issues that are completely unrelated, please let me know. > > Could we perhaps indent the tag with a couple of spaces? Not 100% sure > but I _think_ most tools will match the tags only from start of line. Sure, that sounds like a very simple solution. I've adjusted the email template - now there are several leading whitespaces on the tag line. I hope it will help (otherwise we'll see what else can be done). -- Aleksandr