Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1291732

Re: [PATCH v2] Fix INT1 Exception with unregistered breakpoints

From Jeff Merkey <linux.mdb@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] Fix INT1 Exception with unregistered breakpoints
Date 2015-12-15 02:00 +0100
Message-ID <qFM8a-5dK-3@gated-at.bofh.it> (permalink)
References <qFL2q-4xi-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 12/14/15, Jeff Merkey <linux.mdb@gmail.com> wrote:
> Please consider the attached patch.
>
> SUMMARY
>
> This patch corrects a hard lockup failure of the system kernel if the
> operating system receives a breakpoint exception at a code execution
> address which was not registered with the operating system.  The patch
> allows kernel debuggers, application profiling and performance modules,
> and external debugging tools to work better together at sharing the
> breakpoint registers on the platform in a way that they do not cause
> errors and system faults, and enables the full feature set in the
> breakpoint API.  If a kernel application triggers a breakpoint
> or programs one in error, this patch will catch the condition and report
> it to the system log without the operating system experiencing a system
> fault.  There are several consumers of the Linux Breakpoint API and all
> of them can and sometimes do cause the condition this patch corrects.
>

Peter,

Is that the type of summary that meets the standards.  I tried to be concise.

Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2] Fix INT1 Exception with unregistered breakpoints Jeff Merkey <linux.mdb@gmail.com> - 2015-12-15 00:50 +0100
  Re: [PATCH v2] Fix INT1 Exception with unregistered breakpoints Jeff Merkey <linux.mdb@gmail.com> - 2015-12-15 02:00 +0100
    Re: [PATCH v2] Fix INT1 Exception with unregistered breakpoints "H. Peter Anvin" <hpa@zytor.com> - 2015-12-15 06:00 +0100
      Re: [PATCH v2] Fix INT1 Exception with unregistered breakpoints Jeff Merkey <linux.mdb@gmail.com> - 2015-12-15 06:00 +0100

csiph-web