Re: [PATCH 0/2] kgdb: x86: fix breakpoint removal problems
From: Andrew Morton
Date: Tue Aug 13 2024 - 20:11:04 EST
On Mon, 12 Aug 2024 01:22:06 +0200 Florian Rommel <mail@xxxxxxxxxxxx> wrote:
> This series fixes two problems with KGDB on x86 concerning the removal
> of breakpoints, causing the kernel to hang. Note that breakpoint
> removal is not only performed when explicitly deleting a breakpoint,
> but also happens before continuing execution or single stepping.
Neat. It would be nice to fix earlier kernels; for that it is
desirable to identify a Fixes: target. From a quick look it appears
this issue is more than a decade old, in which case I don't believe a
Fixes: is needed - our request becomes "please backport to everything".