Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED

2025-06-10 Thread Doug Anderson
Hi, On Tue, Jun 10, 2025 at 1:03 PM Marcos Paulo de Souza wrote: > > On Mon, 2025-06-09 at 13:13 -0700, Doug Anderson wrote: > > Hi, > > > > On Fri, Jun 6, 2025 at 7:54 PM Marcos Paulo de Souza > > wrote: > > > > > > All consoles found on for_each_console are registered, meaning that > > > all o

Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED

2025-06-10 Thread Marcos Paulo de Souza
On Mon, 2025-06-09 at 13:13 -0700, Doug Anderson wrote: > Hi, > > On Fri, Jun 6, 2025 at 7:54 PM Marcos Paulo de Souza > wrote: > > > > All consoles found on for_each_console are registered, meaning that > > all of > > them are CON_ENABLED. The code tries to find an active console, so > > check

Re: [PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds

2025-06-10 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Masahiro Yamada : On Tue, 3 Jun 2025 03:12:54 +0900 you wrote: > The extra-y syntax is deprecated. Instead, use always-$(KBUILD_BUILTIN), > which behaves equivalently. > > Signed-off-by: Masahiro Yamada > --- > > arch/alpha/kernel/M