Message ID | 20250129162700.848018-1-dianders@chromium.org |
---|---|
Headers | show |
Series | kdb: Delete never used KGDB NMI code | expand |
On Wed, Jan 29, 2025 at 08:25:50AM -0800, Douglas Anderson wrote: > This reverts commit 0c57dfcc6c1d037243c2f8fbf62eab3633326ec0. > > The functionality was supoosed to be used by a later patch in the > series that never landed [1]. Drop it. > > NOTE: part of functionality was already reverted by commit > 39d0be87438a ("serial: kgdb_nmi: Remove unused knock code"). Also note > that this revert is not a clean revert given code changes that have > happened in the meantime. > > It's obvious that nobody is using this code since the two exposed > functions (kgdb_register_nmi_console() and > kgdb_unregister_nmi_console()) are both no-ops if > "arch_kgdb_ops.enable_nmi" is not defined. No architectures define it. Fine with me. Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > [1] https://lore.kernel.org/lkml/1348522080-32629-9-git-send-email-anton.vorontsov@linaro.org/ It might be possible to use Link tag here in a form Link: URL [1]
On Thu, Jan 30, 2025 at 10:27:29AM +0200, Andy Shevchenko wrote: > On Wed, Jan 29, 2025 at 08:25:50AM -0800, Douglas Anderson wrote: ... > > [1] https://lore.kernel.org/lkml/1348522080-32629-9-git-send-email-anton.vorontsov@linaro.org/ > > It might be possible to use Link tag here in a form > > Link: URL [1] Hmm... I'm not sure what this Link is supposed to mean. You might be forgotten to update an URL to point out to the cover letter? (This is the link to patch 9 in the series and looks a bit unrelated).
On Thu, Jan 30, 2025 at 10:32:33AM +0200, Andy Shevchenko wrote: > On Thu, Jan 30, 2025 at 10:27:29AM +0200, Andy Shevchenko wrote: > > On Wed, Jan 29, 2025 at 08:25:50AM -0800, Douglas Anderson wrote: ... > > > [1] https://lore.kernel.org/lkml/1348522080-32629-9-git-send-email-anton.vorontsov@linaro.org/ > > > > It might be possible to use Link tag here in a form > > > > Link: URL [1] > > Hmm... I'm not sure what this Link is supposed to mean. You might be forgotten > to update an URL to point out to the cover letter? (This is the link to patch 9 > in the series and looks a bit unrelated). I reread and I think now understand what you meant. The are several patches starting from this one that are not landed in the upstream.