Re: [PATCH net-next] 6pack: drop redundant locking and refcounting
From: Qingfang Deng
Date: Tue Sep 23 2025 - 04:10:19 EST
On Tue, Sep 23, 2025 at 3:11 PM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:
> checkpatch says:
>
> WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report
>
> Which is relevant here because Google has apparently deleted their
> search button and is only displaying the AI button. "The email address
> syzbot+5fd749c74105b0e1b302@xxxxxxxxxxxxxxxxxxxxxxxxx is an automated
> sender used by ..." Thanks, AI! I can still press enter to do a Google
> search but there are no results with syzbot ID.
>
> I can't find a search button on the syzbot website.
>
> Ah. Let's check lore. Hooray! How did we ever survive before lore?
> https://lore.kernel.org/all/000000000000e8231f0601095c8e@xxxxxxxxxx/
>
> Please add the Closes tag and resend. Otherwise it looks good. Thanks!
checkpatch also says:
WARNING: The commit message has 'syzkaller', perhaps it also needs a
'Fixes:' tag?
Should I add a Fixes tag, even though this is not a bug in the code?
>
> This code was copy and pasted from drivers/net/ppp/ppp_synctty.c btw so
> that's a similar thing if anyone wants to fix that.
>
> KTODO: remove sp_get/put() from ppp_synctty.c
>
> regards,
> dan carpenter
>
>
-- Qingfang