Bug 21332
Summary: | Regression in single stepping over hardware breakpoint (Wine) | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Michael Stefaniuc (mstefani) |
Component: | x86-64 | Assignee: | platform_x86_64 (platform_x86_64) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c4519e825c9e2b6a8310deff8582f8c35bfbba9 | ||
Kernel Version: | 2.6.36 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16444 |
Description
Michael Stefaniuc
2010-10-27 23:41:36 UTC
Addendum to the expected test result: "There should be no errors and exception.ok should have been created." That should read: the above errors on lines 585, 587, 588, 593 should not show up. Additionally there should be no error in line 665 as that means the tests didn't run. While doing the regression test there were two temporary regressions: one could be safely ignored the other produced a test failed in line 665 (the patch from commit 89e45aac42d4 needed to be applied at each bisection point). First-Bad-Commit : 0c4519e825c9e2b6a8310deff8582f8c35bfbba9 On Friday, November 19, 2010, Frederic Weisbecker wrote:
> On Fri, Nov 19, 2010 at 12:53:38AM +0100, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.35 and 2.6.36.
> >
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.35 and 2.6.36. Please verify if it still should
> > be listed and let the tracking team know (either way).
> >
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=21332
> > Subject : Regression in single stepping over hardware
> breakpoint (Wine)
> > Submitter : Michael Stefaniuc <mstefani@redhat.com>
> > Date : 2010-10-27 23:41 (23 days old)
>
> The fix is in:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git
> perf/urgent
>
> 6c0aca288e726405b01dacb12cac556454d34b2a
> ("x86: Ignore trap bits on single step exceptions")
>
> And should reach mainline soon.
*** Bug 21932 has been marked as a duplicate of this bug. *** Fixed by commit 6c0aca2 x86: Ignore trap bits on single step exceptions . |