Ingo,
On 15.10.12 16:39:12, Robert Richter wrote:
> On 10.10.12 10:18:35, Dan Carpenter wrote:
> > The "event" variable is a u16 so the shift will always wrap to zero
> > making the line a no-op.
> >
> > Signed-off-by: Dan Carpenter <[email protected]>
>
> Patch applied. Thanks for reporting and fixing.
please pull this fix for tip:perf/urgent from
git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
Thanks,
-Robert
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
Dan Carpenter (1):
oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()
arch/x86/oprofile/nmi_int.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Advanced Micro Devices, Inc.
Operating System Research Center
* Robert Richter <[email protected]> wrote:
> Ingo,
>
> On 15.10.12 16:39:12, Robert Richter wrote:
> > On 10.10.12 10:18:35, Dan Carpenter wrote:
> > > The "event" variable is a u16 so the shift will always wrap to zero
> > > making the line a no-op.
> > >
> > > Signed-off-by: Dan Carpenter <[email protected]>
> >
> > Patch applied. Thanks for reporting and fixing.
>
> please pull this fix for tip:perf/urgent from
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
Pulled, thanks guys!
Ingo