linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug in your kernel since version 5.2
@ 2020-06-01 22:52 Philip Schwartz
  2020-06-02  0:35 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Schwartz @ 2020-06-01 22:52 UTC (permalink / raw)
  To: linux-kernel

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"
The fifth time you didn't like ?????????.

Kernel dot org Bugzilla       I D equals  204003


I look forward to your email rejection message.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug in your kernel since version 5.2
  2020-06-01 22:52 Bug in your kernel since version 5.2 Philip Schwartz
@ 2020-06-02  0:35 ` Randy Dunlap
  2020-06-02  0:51   ` Philip Schwartz
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2020-06-02  0:35 UTC (permalink / raw)
  To: Philip Schwartz, linux-kernel, RickyWu, Greg Kroah-Hartman,
	Ulf Hansson, linux-mmc

[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@realtek.com>
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@realtek.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

: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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug in your kernel since version 5.2
  2020-06-02  0:35 ` Randy Dunlap
@ 2020-06-02  0:51   ` Philip Schwartz
  2020-06-02  7:13     ` 吳昊澄 Ricky
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Schwartz @ 2020-06-02  0:51 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, RickyWu, Greg Kroah-Hartman, Ulf Hansson, linux-mmc

Thanks, I'll check it out.

On Mon, Jun 1, 2020 at 7:35 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> [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@realtek.com>
> 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@realtek.com>
>     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
> :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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Bug in your kernel since version 5.2
  2020-06-02  0:51   ` Philip Schwartz
@ 2020-06-02  7:13     ` 吳昊澄 Ricky
  0 siblings, 0 replies; 4+ messages in thread
From: 吳昊澄 Ricky @ 2020-06-02  7:13 UTC (permalink / raw)
  To: Philip Schwartz, Randy Dunlap
  Cc: linux-kernel, Greg Kroah-Hartman, Ulf Hansson, linux-mmc

Hi Philip,

We can't reproduce this problem on general platform on our side, it works well on our platforms that we have, 
but we don’t have NUC7PJYH platform to check this.

This patch (bede03a579b3b4a036003c4862cc1baa4ddc351f) should not affect rts5229, we didn’t do anything on rts5229

Ricky    

> -----Original Message-----
> From: Philip Schwartz [mailto:philquadra@gmail.com]
> Sent: Tuesday, June 02, 2020 8:52 AM
> To: Randy Dunlap
> Cc: linux-kernel@vger.kernel.org; 吳昊澄 Ricky; Greg Kroah-Hartman; Ulf
> Hansson; linux-mmc
> Subject: Re: Bug in your kernel since version 5.2
> 
> Thanks, I'll check it out.
> 
> On Mon, Jun 1, 2020 at 7:35 PM Randy Dunlap <rdunlap@infradead.org> wrote:
> >
> > [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@realtek.com>
> > 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@realtek.com>
> >     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >
> > :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
> >
> 
> ------Please consider the environment before printing this e-mail.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-02  7:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 22:52 Bug in your kernel since version 5.2 Philip Schwartz
2020-06-02  0:35 ` Randy Dunlap
2020-06-02  0:51   ` Philip Schwartz
2020-06-02  7:13     ` 吳昊澄 Ricky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).