All of lore.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION][BISECTED] SD Cards detection broken leading to boot failures
@ 2025-02-22 21:22 Christian Heusel
  2025-02-24  7:07 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Heusel @ 2025-02-22 21:22 UTC (permalink / raw)
  To: Sean Rhodes, Greg Kroah-Hartman
  Cc: quintafeira, Arnd Bergmann, Desnes Nunes, linux-kernel,
	regressions

[-- Attachment #1: Type: text/plain, Size: 886 bytes --]

Hello everyone,

on the Arch Linux Forums[1] multiple users reported issues with their SD
cards not being recognized during boot or that they needed to re-plug
them in order for them to be recognized.

One user tracked this down to the following commit:

    235b630eda07 ("drivers/card_reader/rtsx_usb: Restore interrupt based detection")

They have also created a report on the kernel bugzilla[1], therefore I
cc'ed them to this thread. We found that reverting the above commit on
top of v6.14-rc3 fixes the issue.

Cheers,
Christian

[0]: https://bbs.archlinux.org/viewtopic.php?id=303321
[1]: https://bugzilla.kernel.org/show_bug.cgi?id=219781

---

#regzbot link: https://bbs.archlinux.org/viewtopic.php?id=303321
#regzbot link: https://bugzilla.kernel.org/show_bug.cgi?id=219781
#regzbot introduced: 235b630eda07
#regzbot title: card_reader/rtsx_usb: Detection of SD cards broken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [REGRESSION][BISECTED] SD Cards detection broken leading to boot failures
  2025-02-22 21:22 [REGRESSION][BISECTED] SD Cards detection broken leading to boot failures Christian Heusel
@ 2025-02-24  7:07 ` Greg Kroah-Hartman
       [not found]   ` <CABtds-2TDWCHqOa+Di2Yh074RukUrjEhKGC82DWZ_7ysK-NCrA@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2025-02-24  7:07 UTC (permalink / raw)
  To: Christian Heusel
  Cc: Sean Rhodes, quintafeira, Arnd Bergmann, Desnes Nunes,
	linux-kernel, regressions

On Sat, Feb 22, 2025 at 10:22:34PM +0100, Christian Heusel wrote:
> Hello everyone,
> 
> on the Arch Linux Forums[1] multiple users reported issues with their SD
> cards not being recognized during boot or that they needed to re-plug
> them in order for them to be recognized.
> 
> One user tracked this down to the following commit:
> 
>     235b630eda07 ("drivers/card_reader/rtsx_usb: Restore interrupt based detection")
> 
> They have also created a report on the kernel bugzilla[1], therefore I
> cc'ed them to this thread. We found that reverting the above commit on
> top of v6.14-rc3 fixes the issue.

Thanks for the report.  Do you want to send a revert for this, or do you
need us to create it?

thanks,

greg k-h

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

* Re: [REGRESSION][BISECTED] SD Cards detection broken leading to boot failures
       [not found]   ` <CABtds-2TDWCHqOa+Di2Yh074RukUrjEhKGC82DWZ_7ysK-NCrA@mail.gmail.com>
@ 2025-02-24  9:27     ` Christian Heusel
  2025-02-26 23:46       ` Christian Heusel
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Heusel @ 2025-02-24  9:27 UTC (permalink / raw)
  To: Sean Rhodes
  Cc: Greg Kroah-Hartman, quintafeira, Arnd Bergmann, Desnes Nunes,
	linux-kernel, regressions

[-- Attachment #1: Type: text/plain, Size: 1367 bytes --]

On 25/02/24 09:09AM, Sean Rhodes wrote:
> Give me a day, two tops please; ideally we can just push a patch to fix the
> trivial issue and keep the major fix :)

Sure this is fine by me, I guess you can just hold off applying the
revert patch that I have sent after gregs comment.

If you need any testers for new patches or debug patches I'll happily
build them and send them to the reporters on the Forum.

Cheers,
Chris

> 
> On Mon, 24 Feb 2025 at 07:07, Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> wrote:
> 
> > On Sat, Feb 22, 2025 at 10:22:34PM +0100, Christian Heusel wrote:
> > > Hello everyone,
> > >
> > > on the Arch Linux Forums[1] multiple users reported issues with their SD
> > > cards not being recognized during boot or that they needed to re-plug
> > > them in order for them to be recognized.
> > >
> > > One user tracked this down to the following commit:
> > >
> > >     235b630eda07 ("drivers/card_reader/rtsx_usb: Restore interrupt based
> > detection")
> > >
> > > They have also created a report on the kernel bugzilla[1], therefore I
> > > cc'ed them to this thread. We found that reverting the above commit on
> > > top of v6.14-rc3 fixes the issue.
> >
> > Thanks for the report.  Do you want to send a revert for this, or do you
> > need us to create it?
> >
> > thanks,
> >
> > greg k-h
> >

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [REGRESSION][BISECTED] SD Cards detection broken leading to boot failures
  2025-02-24  9:27     ` Christian Heusel
@ 2025-02-26 23:46       ` Christian Heusel
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Heusel @ 2025-02-26 23:46 UTC (permalink / raw)
  To: Sean Rhodes
  Cc: Greg Kroah-Hartman, quintafeira, Arnd Bergmann, Desnes Nunes,
	linux-kernel, regressions

[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]

Hey Sean,

On 25/02/24 10:27AM, Christian Heusel wrote:
> On 25/02/24 09:09AM, Sean Rhodes wrote:
> > Give me a day, two tops please; ideally we can just push a patch to fix the
> > trivial issue and keep the major fix :)
> 
> Sure this is fine by me, I guess you can just hold off applying the
> revert patch that I have sent after gregs comment.
> 
> If you need any testers for new patches or debug patches I'll happily
> build them and send them to the reporters on the Forum.

Did you already have a chance to look into this or should we go with a
revert for the time being? Just asking because you wanted to come up
with something quickly :)

Cheers,
Chris

> 
> > 
> > On Mon, 24 Feb 2025 at 07:07, Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > wrote:
> > 
> > > On Sat, Feb 22, 2025 at 10:22:34PM +0100, Christian Heusel wrote:
> > > > Hello everyone,
> > > >
> > > > on the Arch Linux Forums[1] multiple users reported issues with their SD
> > > > cards not being recognized during boot or that they needed to re-plug
> > > > them in order for them to be recognized.
> > > >
> > > > One user tracked this down to the following commit:
> > > >
> > > >     235b630eda07 ("drivers/card_reader/rtsx_usb: Restore interrupt based
> > > detection")
> > > >
> > > > They have also created a report on the kernel bugzilla[1], therefore I
> > > > cc'ed them to this thread. We found that reverting the above commit on
> > > > top of v6.14-rc3 fixes the issue.
> > >
> > > Thanks for the report.  Do you want to send a revert for this, or do you
> > > need us to create it?
> > >
> > > thanks,
> > >
> > > greg k-h
> > >



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2025-02-26 23:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-22 21:22 [REGRESSION][BISECTED] SD Cards detection broken leading to boot failures Christian Heusel
2025-02-24  7:07 ` Greg Kroah-Hartman
     [not found]   ` <CABtds-2TDWCHqOa+Di2Yh074RukUrjEhKGC82DWZ_7ysK-NCrA@mail.gmail.com>
2025-02-24  9:27     ` Christian Heusel
2025-02-26 23:46       ` Christian Heusel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.