* [GIT PULL] RAS update
@ 2011-09-30 10:20 Borislav Petkov
2011-10-06 10:55 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2011-09-30 10:20 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Hidetoshi Seto, Tony Luck, LKML
Hi Ingo,
please pull from the branch below to receive one fix which
causes a very nasty warning on _all_ CPUs when fiddling with
MCE poller interval. Since it is not that important, I'm fine
with it going in during the merge window. Top commit here is
9aaef96f61d93062556d34e15731f7d5869dd82e.
Thanks.
The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
are available in the git repository at:
git://amd64.org/linux/bp.git ras
Hidetoshi Seto (1):
x86, mce: Do not call del_timer_sync() in IRQ context
arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
--
Regards/Gruss,
Boris.
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
GM: Alberto Bozzo
Reg: Dornach, Landkreis Muenchen
HRB Nr. 43632 WEEE Registernr: 129 19551
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] RAS update
2011-09-30 10:20 [GIT PULL] RAS update Borislav Petkov
@ 2011-10-06 10:55 ` Ingo Molnar
2011-10-06 11:04 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2011-10-06 10:55 UTC (permalink / raw)
To: Borislav Petkov
Cc: Hidetoshi Seto, Tony Luck, LKML, Peter Zijlstra, Thomas Gleixner,
Arnaldo Carvalho de Melo
* Borislav Petkov <bp@amd64.org> wrote:
> Hi Ingo,
>
> please pull from the branch below to receive one fix which
> causes a very nasty warning on _all_ CPUs when fiddling with
> MCE poller interval. Since it is not that important, I'm fine
> with it going in during the merge window. Top commit here is
> 9aaef96f61d93062556d34e15731f7d5869dd82e.
>
> Thanks.
>
> The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
>
> Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
>
> are available in the git repository at:
> git://amd64.org/linux/bp.git ras
>
> Hidetoshi Seto (1):
> x86, mce: Do not call del_timer_sync() in IRQ context
>
> arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++++++++++++------
> 1 files changed, 14 insertions(+), 6 deletions(-)
Pulled, thanks a lot Joerg!
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] RAS update
2011-10-06 10:55 ` Ingo Molnar
@ 2011-10-06 11:04 ` Ingo Molnar
2011-10-06 12:42 ` Borislav Petkov
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2011-10-06 11:04 UTC (permalink / raw)
To: Borislav Petkov
Cc: Hidetoshi Seto, Tony Luck, LKML, Peter Zijlstra, Thomas Gleixner,
Arnaldo Carvalho de Melo
* Ingo Molnar <mingo@elte.hu> wrote:
>
> * Borislav Petkov <bp@amd64.org> wrote:
>
> > Hi Ingo,
> >
> > please pull from the branch below to receive one fix which
> > causes a very nasty warning on _all_ CPUs when fiddling with
> > MCE poller interval. Since it is not that important, I'm fine
> > with it going in during the merge window. Top commit here is
> > 9aaef96f61d93062556d34e15731f7d5869dd82e.
> >
> > Thanks.
> >
> > The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
> >
> > Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
> >
> > are available in the git repository at:
> > git://amd64.org/linux/bp.git ras
> >
> > Hidetoshi Seto (1):
> > x86, mce: Do not call del_timer_sync() in IRQ context
> >
> > arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++++++++++++------
> > 1 files changed, 14 insertions(+), 6 deletions(-)
>
> Pulled, thanks a lot Joerg!
s/Boris :-)
Thanks,
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] RAS update
2011-10-06 11:04 ` Ingo Molnar
@ 2011-10-06 12:42 ` Borislav Petkov
2011-10-10 7:10 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2011-10-06 12:42 UTC (permalink / raw)
To: Ingo Molnar
Cc: Borislav Petkov, Hidetoshi Seto, Tony Luck, LKML, Peter Zijlstra,
Thomas Gleixner, Arnaldo Carvalho de Melo, Jörg Rödel
On Thu, Oct 06, 2011 at 07:04:04AM -0400, Ingo Molnar wrote:
>
> * Ingo Molnar <mingo@elte.hu> wrote:
>
> >
> > * Borislav Petkov <bp@amd64.org> wrote:
> >
> > > Hi Ingo,
> > >
> > > please pull from the branch below to receive one fix which
> > > causes a very nasty warning on _all_ CPUs when fiddling with
> > > MCE poller interval. Since it is not that important, I'm fine
> > > with it going in during the merge window. Top commit here is
> > > 9aaef96f61d93062556d34e15731f7d5869dd82e.
> > >
> > > Thanks.
> > >
> > > The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
> > >
> > > Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
> > >
> > > are available in the git repository at:
> > > git://amd64.org/linux/bp.git ras
> > >
> > > Hidetoshi Seto (1):
> > > x86, mce: Do not call del_timer_sync() in IRQ context
> > >
> > > arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++++++++++++------
> > > 1 files changed, 14 insertions(+), 6 deletions(-)
> >
> > Pulled, thanks a lot Joerg!
>
> s/Boris :-)
It doesn't matter - practically, we're almost one and the same guy. :-).
--
Regards/Gruss,
Boris.
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
GM: Alberto Bozzo
Reg: Dornach, Landkreis Muenchen
HRB Nr. 43632 WEEE Registernr: 129 19551
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] RAS update
2011-10-06 12:42 ` Borislav Petkov
@ 2011-10-10 7:10 ` Ingo Molnar
0 siblings, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2011-10-10 7:10 UTC (permalink / raw)
To: Borislav Petkov
Cc: Hidetoshi Seto, Tony Luck, LKML, Peter Zijlstra, Thomas Gleixner,
Arnaldo Carvalho de Melo, Jörg Rödel
* Borislav Petkov <bp@amd64.org> wrote:
> On Thu, Oct 06, 2011 at 07:04:04AM -0400, Ingo Molnar wrote:
> >
> > * Ingo Molnar <mingo@elte.hu> wrote:
> >
> > >
> > > * Borislav Petkov <bp@amd64.org> wrote:
> > >
> > > > Hi Ingo,
> > > >
> > > > please pull from the branch below to receive one fix which
> > > > causes a very nasty warning on _all_ CPUs when fiddling with
> > > > MCE poller interval. Since it is not that important, I'm fine
> > > > with it going in during the merge window. Top commit here is
> > > > 9aaef96f61d93062556d34e15731f7d5869dd82e.
> > > >
> > > > Thanks.
> > > >
> > > > The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
> > > >
> > > > Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
> > > >
> > > > are available in the git repository at:
> > > > git://amd64.org/linux/bp.git ras
> > > >
> > > > Hidetoshi Seto (1):
> > > > x86, mce: Do not call del_timer_sync() in IRQ context
> > > >
> > > > arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++++++++++++------
> > > > 1 files changed, 14 insertions(+), 6 deletions(-)
> > >
> > > Pulled, thanks a lot Joerg!
> >
> > s/Boris :-)
>
> It doesn't matter - practically, we're almost one and the same guy. :-).
Heh ;-)
This happened because Joerg was the main AMD person whom i was
Git-pulling from regularly, so i guess my brain optimized away a few
neurons via the "AMD git pull -> Joerg" heuristic.
That was a pretty crappy optimization, hopefully fixed by now ;-)
Thanks,
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-10 7:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 10:20 [GIT PULL] RAS update Borislav Petkov
2011-10-06 10:55 ` Ingo Molnar
2011-10-06 11:04 ` Ingo Molnar
2011-10-06 12:42 ` Borislav Petkov
2011-10-10 7:10 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox