[patch] PS3: Fix hardware watchpoints

Arnd Bergmann arnd at arndb.de
Thu Mar 15 03:30:14 EST 2007


On Wednesday 14 March 2007, Paul Mackerras wrote:
> Geoff Levand writes:
> 
> > Add PS3 support for the PowerPC processor's Data Address Breakpoint
> > Register (DABR).
> > 
> > Signed-off-by: Arnd Bergmann <arnd.bergmann at de.ibm.com>
> > Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>
> > 
> > ---
> > Paul, please consider for 2.6.21.
> 
> It's nice and small, but it isn't really a bugfix as far as I can
> see...  What's the downside of it not going into 2.6.21, apart from
> some inconvenience in debugging things?

It makes it possible for a regular user to hang the partition,
because the kernel falls back to access the actual SPR, which is
forbidden by the hypervisor.

My original changelog text was:

The lv1 hypervisor silently kills the partition if the kernel attempts
to access the dabr register directly. Instead, it needs to be set using
an hcall. Since both pseries and celleb have the same function, the guess
is that the implementation on ps3 is also the same.

How about making the actual changelog text something like this:

----
The lv1 hypervisor silently kills the partition if the kernel attempts
to access the dabr register directly, which can happen when gdb adds
a hardware breakpoint.
Instead, the kernel needs to be set using an hcall, the same way as
it does for pseries and celleb.
----

The real question however should be if there is a point in merging
any ps3 patches into 2.6.21 at this point. Geoff, my understanding
is that the current ps3 platform code in 2.6.21-rc still relies on
additional patches from you in order to even boot, right?

Maybe it's better to just queue them for 2.6.22 now, independent
of the severity of bugs fixed by a given patch.

	Arnd <><



More information about the Linuxppc-dev mailing list