Re: Bug in your kernel since version 5.2

From: Randy Dunlap
Date: Mon Jun 01 2020 - 20:35:34 EST


[adding Cc:s and comments]


On 6/1/20 3:52 PM, Philip Schwartz wrote:
> This is my sixth attempt to send a bug report.
>
> The first time you didn't like my email address.
> The second time you didn't like that I copied the whole url.
> The third time you didn't like that the part of the url that I copied
> looked a bit like a url.
> The fourth time you complained that "The message contains HTML
> subpart,therefore we consider it SPAM"

Yes.

> The fifth time you didn't like ?????????.
>
> Kernel dot org Bugzilla I D equals 204003
>
>
> I look forward to your email rejection message.


Please see https://bugzilla.kernel.org/show_bug.cgi?id=204003

Several people are having problems with Intel NUCs and/or
the RTS5229 PCI Express Card Reader/driver, beginning with
5.1-rc1.

Here is one bugzilla comment:
Did a git bisect and found the culprit.

bede03a579b3b4a036003c4862cc1baa4ddc351f is the first bad commit
commit bede03a579b3b4a036003c4862cc1baa4ddc351f
Author: RickyWu <ricky_wu@xxxxxxxxxxx>
Date: Tue Feb 19 20:49:58 2019 +0800

misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260

this enables and adds OCP function for Realtek A series cardreader chips
and fixes some OCP flow in rts5260.c

Signed-off-by: RickyWu <ricky_wu@xxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

:040000 040000 65bfdc473b7b85cb423ff528309fc92d73eae5b4 1292d8564f678027d0e5c77550e37d696b134b28 M drivers

Just revert that and you'll be golden.

rts522a,rts524a,rts525a,rts5260
So somehow OCP got enabled for rts5229 unless a means rts522x. I guess they need to make sure its not enabled for 5229.
{end of bugzilla comment}



--
~Randy