ping, was Re: [PATCH 1/2] pmac-zilog: add platform driver, version 3

2010-01-30 Thread fthain
Hi Geert, As I understand it, this patch needs Ben's ack before it (and the others) can be merged into linux-next (?) Finn On Thu, 14 Jan 2010, Geert Uytterhoeven wrote: > Thanks, applied. > > Gr{oetje,eeting}s, > > Geert ___

Re: i2c_powermac: Kernel access of bad area

2010-01-30 Thread Christian Kujau
On Fri, 29 Jan 2010 at 22:03, Christian Kujau wrote: > On Fri, 29 Jan 2010 at 09:18, Jean Delvare wrote: > > Christian, did you ever test this second patch of mine? If you did, > > what was the outcome? OK, I've now applied both the drivers/hwmon/ams/ patches and your earlier one for drivers/maci

Re: [RFC:PATCH 00/03] powerpc: Expose BookE debug registers through extended ptrace interface

2010-01-30 Thread Frederic Weisbecker
On Sun, Jan 31, 2010 at 08:33:25AM +1100, Benjamin Herrenschmidt wrote: > > > We have one field for addr, one for len and one for the memory access > > type. > > > > I think that those three are enough to express breakpoint ranges. > > Basically a breakpoint range is a breakpoint that can have a

[git pull] Please pull powerpc.git merge branch

2010-01-30 Thread Benjamin Herrenschmidt
Hi Linus ! Here are some more defconfig updates that I missed before LCA and a few PCI related fixes, some of them actually fixing regressions and one of them (the 4xx one) trivial enough that's really not worth delaying it. Cheers, Ben. The following changes since commit b04da8bfdfbbd79544cab2f

Re: [RFC:PATCH 00/03] powerpc: Expose BookE debug registers through extended ptrace interface

2010-01-30 Thread Benjamin Herrenschmidt
> We have one field for addr, one for len and one for the memory access > type. > > I think that those three are enough to express breakpoint ranges. > Basically a breakpoint range is a breakpoint that can have a high > len. > > I've looked at the G2 PowerPc core breakpoint implementation, just

Re: [RFC:PATCH 00/03] powerpc: Expose BookE debug registers through extended ptrace interface

2010-01-30 Thread Frederic Weisbecker
On Mon, Jan 25, 2010 at 07:32:00AM +1100, Benjamin Herrenschmidt wrote: > On Mon, 2010-01-25 at 00:48 +0530, K.Prasad wrote: > > > > Some of the benefits of using these generic interfaces include: > > - Interoperability with other users of debug register (such as > > parallel > > kernel requests

[PATCH] powerpc: TIF_ABI_PENDING bit removal

2010-01-30 Thread Andreas Schwab
Here are the powerpc bits to remove TIF_ABI_PENDING now that set_personality() is called at the appropriate place in exec. Signed-off-by: Andreas Schwab --- arch/powerpc/include/asm/elf.h |8 ++-- arch/powerpc/include/asm/thread_info.h |2 -- arch/powerpc/kernel/process.c

Re: [PATCH]: powerpc: Fix build breakage due to incorrect location of autoconf.h

2010-01-30 Thread Joakim Tjernlund
Andrew Morton wrote on 2010/01/30 00:49:24: > > On Thu, 28 Jan 2010 09:52:41 +0100 > Joakim Tjernlund wrote: > > > Commit 6846ee5ca68d81e6baccf0d56221d7a00c1be18b made the > > new optimized inflate only available on arch's that > > define CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. This > > will agai

Re: i2c_powermac: Kernel access of bad area

2010-01-30 Thread Jean Delvare
On Sat, 30 Jan 2010 08:34:55 +1100, Benjamin Herrenschmidt wrote: > > > Ben, what about applying this patch of mine, as Christian reported it > > fixed his oops? > > Sure. I never quite know with i2c which ones you will apply directly and > which ones you want to go through my tree :-) > > Hopef