Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
From: Greg KH
Date: Sat Nov 30 2024 - 11:30:43 EST
On Fri, Nov 29, 2024 at 10:58:28AM +0000, Claudiu Beznea wrote:
> Hi, Geert, Greg,
>
> > -----Original Message-----
> > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> > Sent: 29 November 2024 12:42
> > To: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>; Jiri Slaby
> > <jslaby@xxxxxxx>; Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>; Andrew Morton
> > <akpm@xxxxxxxxxxxxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; linux-
> > serial@xxxxxxxxxxxxxxx; Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx>
> > Subject: Re: [GIT PULL] TTY / Serial driver changes for 6.13-rc1
> >
> > Hi Greg,
> >
> > CC Claudiu
> >
> > On Fri, Nov 29, 2024 at 11:31 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
> > wrote:
> > > On Fri, Nov 29, 2024 at 08:58:28AM +0100, Geert Uytterhoeven wrote:
> > > > On Fri, Nov 29, 2024 at 5:26 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
> > wrote:
> > > > > The following changes since commit
> > 42f7652d3eb527d03665b09edac47f85fb600924:
> > > > >
> > > > > Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> > > > >
> > > > > are available in the Git repository at:
> > > > >
> > > > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> > > > > tags/tty-6.13-rc1
> > > > >
> > > > > for you to fetch changes up to
> > b5a23a60e8ab5711f4952912424347bf3864ce8d:
> > > > >
> > > > > serial: amba-pl011: fix build regression (2024-11-16 09:52:55
> > > > > +0100)
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > TTY / Serial driver updates for 6.13-rc1
> > > >
> > > > [...]
> > > >
> > > > > All of these have been in linux-next for a while with no reported
> > > > > issues.
> > > >
> > > > Oh, how do I love this boilerplate...
> > >
> > > I hand-craft that every time :)
> > >
> > > > > Claudiu Beznea (1):
> > > > > serial: sh-sci: Clean sci_ports[0] after at earlycon exit
> > > >
> > > > "BUG: spinlock bad magic"
> > > > https://lore.kernel.org/all/CAMuHMdX57_AEYC_6CbrJn-+B+ivU8oFiXR0FXF7
> > > > Lrqv5dWZWYA@xxxxxxxxxxxxxx/
> > >
> > > Ah, yes, sorry, missed that. I assumed that it would be fixed soon,
> > > do you want me to revert it instead?
> >
> > Let's hope it gets fixed soon.
> > It's not super-critical, as earlycon is not meant for regular use
> > (although lots of unaffected non-Renesas platforms do have "earlycon"
> > in their DTS chosen/bootargs, sigh).
>
> I'm working on now. However, using debug serial with an alias
> other than zero and having both "earlycon keep_bootcon" as bootargs give
> me some pain in progressing.
>
> If you can, please drop it and hopefully, I'll soon manage to find a fix
> for all these.
Thanks, I'll revert it now.