Quoting Johan Hovold (2022-11-03 06:21:33) > On Wed, Nov 02, 2022 at 09:53:49AM -0700, Stephen Boyd wrote: > > Quoting Johan Hovold (2022-11-02 03:52:39) > > > > > Cc: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > > > Cc: Johan Hovold <johan+linaro@xxxxxxxxxx> > > > > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > > > > Cc: Taniya Das <quic_tdas@xxxxxxxxxxx> > > > > Cc: Satya Priya <quic_c_skakit@xxxxxxxxxxx> > > > > Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> > > > > Cc: Matthias Kaehlcke <mka@xxxxxxxxxxxx> > > > > Reported-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > > > > > > We typically don't add Reported-by tags for bugs we find and fix > > > ourselves. > > > > Heh, I didn't see anything like that in Documentation/ so it seems fine. > > I debugged my problem and reported it. > > I'd say the documentation is pretty clear on this matter: > > Reported-by: names a user who reported a problem which is fixed by this > patch; this tag is used to give credit to the (often underappreciated) > people who test our code and let us know when things do not work > correctly. > > - Documentation/process/5.Posting.rst > > The Reported-by tag gives credit to people who find bugs and report > them and it hopefully inspires them to help us again in the future. > Please note that if the bug was reported in private, then ask for > permission first before using the Reported-by tag. > > - Documentation/process/submitting-patches.rst I don't see anything above that says I can't add this tag if I reported (by sending an email about the problem to the list), debugged, and solved the problem by sending a patch. > > Just like you don't add a Tested-by tag for every patch you submit, it > is implied that you found the issue you fix unless you explicitly > attribute that to a third party using Reported-by. I don't see how this is the same. It certainly is not explicit, as you say. I wouldn't have added the tag if I didn't send an email to the list with the lockdep splat and follow that up with a bisection report for suspend/resume being broken. Shouldn't we value those sorts of bug report emails? I will add a link to the report in the commit text to clarify. > > This is the first time I see anyone trying to use Reported-by this way, > and even if you think the documentation isn't clear enough on this, our > praxis is. > Ok, so is it just a shock to see this for the first time? What is the problem with the tag? Can you elaborate on your concerns? I would like to understand.