RE: [PATCH V3] wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures
From: Ping-Ke Shih
Date: Thu Oct 31 2024 - 22:27:59 EST
>
> [0] Commit 15fffc6a5624 ("driver core: Fix uevent_show() vs driver detach race").
>
> [1] A note about that: this syzkaller report presents multiple reproducers
> that differs by the type of emulated USB device. For this specific case,
> check the entry from 2024/08/08 06:23 in the list of crashes; the C repro
> is available at https://syzkaller.appspot.com/text?tag=ReproC&x=1521fc83980000.
Have you run checkpatch before submission? Above two information can be in
formal form as suggestions of checkpatch.
WARNING: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#55:
in case of failures, restricted to USB devices (given that they're inherently
WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report
#72:
Reported-by: syzbot+edd9fe0d3a65b14588d5@xxxxxxxxxxxxxxxxxxxxxxxxx
Signed-off-by: Guilherme G. Piccoli <gpiccoli@xxxxxxxxxx>
WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag?
total: 0 errors, 3 warnings, 0 checks, 28 lines checked
>
> Cc: stable@xxxxxxxxxxxxxxx # v6.1+
> Reported-by: syzbot+edd9fe0d3a65b14588d5@xxxxxxxxxxxxxxxxxxxxxxxxx
> Signed-off-by: Guilherme G. Piccoli <gpiccoli@xxxxxxxxxx>