Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290756 > unrolled thread
| Started by | Jeff Merkey <linux.mdb@gmail.com> |
|---|---|
| First post | 2015-12-14 01:00 +0100 |
| Last post | 2015-12-14 04:10 +0100 |
| Articles | 3 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] please pull one bug fix for v4.4 Jeff Merkey <linux.mdb@gmail.com> - 2015-12-14 01:00 +0100
Re: [GIT PULL] please pull one bug fix for v4.4 Jeff Merkey <linux.mdb@gmail.com> - 2015-12-14 02:30 +0100
Re: [GIT PULL] please pull one bug fix for v4.4 Jeff Merkey <linux.mdb@gmail.com> - 2015-12-14 04:10 +0100
| From | Jeff Merkey <linux.mdb@gmail.com> |
|---|---|
| Date | 2015-12-14 01:00 +0100 |
| Subject | [GIT PULL] please pull one bug fix for v4.4 |
| Message-ID | <qFoIx-6Ft-7@gated-at.bofh.it> |
Hi Linus, The following changes since commit 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9: Linux 4.4-rc4 (2015-12-06 15:43:12 -0800) are available in the git repository at: https://github.com/jeffmerkey/linux/tree/fixes-for-linus hw_breakpoint.c: fix INT1 recursion and system hard hang. Fixes a 13 year old bug in the int1 handler path that results in a hard system lockup is someone triggers an int1 breakpoint in the hardware and no perf event has been registered. Prints a log message and sets the resume flag in x86 and x86_64 to prevent the system from locking up and gracefully prints a rate limited message. -- 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/
[toc] | [next] | [standalone]
| From | Jeff Merkey <linux.mdb@gmail.com> |
|---|---|
| Date | 2015-12-14 02:30 +0100 |
| Message-ID | <qFq7D-7FC-3@gated-at.bofh.it> |
| In reply to | #1290756 |
Raw commit address for the diff is: https://github.com/jeffmerkey/linux/commit/e1d3c76814c839a835286843f0bca33b0c5d0dd8.diff On 12/13/15, Jeff Merkey <linux.mdb@gmail.com> wrote: > Hi Linus, > > The following changes since commit > 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9: > > Linux 4.4-rc4 (2015-12-06 15:43:12 -0800) > > are available in the git repository at: > > https://github.com/jeffmerkey/linux/tree/fixes-for-linus > > hw_breakpoint.c: fix INT1 recursion and system hard hang. > > Fixes a 13 year old bug in the int1 handler path that results in a > hard system lockup is someone triggers an int1 breakpoint in the > hardware and no perf event has been registered. Prints a log message > and sets the resume flag in x86 and x86_64 to prevent the system from > locking up and gracefully prints a rate limited message. > -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Jeff Merkey <linux.mdb@gmail.com> |
|---|---|
| Date | 2015-12-14 04:10 +0100 |
| Message-ID | <qFrGp-j0-3@gated-at.bofh.it> |
| In reply to | #1290769 |
Patch address with email included: https://github.com/jeffmerkey/linux/commit/e1d3c76814c839a835286843f0bca33b0c5d0dd8.patch -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web