Re: Please pull powerpc.git merge branch

2008-04-02 Thread Bartlomiej Sieka
Paul Mackerras wrote: Bartlomiej Sieka writes: What about http://patchwork.ozlabs.org/linuxppc/patch?id=17525 ? I don't see it in the merge branch of your repository, and it would be nice to get it upstream as it fixes boot problems on some MPC5200-based boards. It needs a proper stand-alone

Re: Please pull powerpc.git merge branch

2008-04-01 Thread Grant Likely
On Tue, Apr 1, 2008 at 5:12 PM, Paul Mackerras <[EMAIL PROTECTED]> wrote: > Bartlomiej Sieka writes: > > > What about http://patchwork.ozlabs.org/linuxppc/patch?id=17525 ? I don't > > see it in the merge branch of your repository, and it would be nice to > > get it upstream as it fixes boot prob

Re: Please pull powerpc.git merge branch

2008-04-01 Thread Paul Mackerras
Bartlomiej Sieka writes: > What about http://patchwork.ozlabs.org/linuxppc/patch?id=17525 ? I don't > see it in the merge branch of your repository, and it would be nice to > get it upstream as it fixes boot problems on some MPC5200-based boards. It needs a proper stand-alone commit message and a

Re: Please pull powerpc.git merge branch

2008-03-28 Thread Bartlomiej Sieka
Paul Mackerras wrote: Linus, I have added another commit to the powerpc.git merge branch, so when you do: git pull \ git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge you'll get a fix for a bug where the hardware data breakpoint would sometimes fail to trigger on powerpc,

Re: Please pull powerpc.git merge branch

2008-03-03 Thread Grant Likely
Paul, can you please pick up this one too? http://patchwork.ozlabs.org/linuxppc/patch?id=16965 Thanks, g. On Mon, Mar 3, 2008 at 4:41 AM, Paul Mackerras <[EMAIL PROTECTED]> wrote: > Linus, > > Please do: > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge >

Re: Please pull powerpc.git merge branch

2008-02-21 Thread Paul Mackerras
Linus, Since I send the last pull request I have added four more commits to the powerpc.git merge branch, two from Olof Johansson fixing a bug and a warning for the pasemi platform, and two spufs bugfixes from Jeremy Kerr. Please do: git pull \ git://git.kernel.org/pub/scm/linux/kernel/git/paulu

Re: Please pull powerpc.git merge branch

2008-02-15 Thread Josh Boyer
On Fri, 15 Feb 2008 09:00:28 +1100 Paul Mackerras <[EMAIL PROTECTED]> wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge > > to get a collection of bug-fixes and very minor cleanups for powerpc > (plus one commit wiring up the t

Re: Please pull powerpc.git merge branch

2008-01-01 Thread Jeremy Kerr
Hi all, > I'm still out of office and can't do a proper test on this in the > way I should have done on the original patch, but your assessment and > patch looks entirely correct. Just built this for =y and =m, all seems fine. Cheers, Jeremy ___ Linu

Re: Please pull powerpc.git merge branch

2007-12-31 Thread Arnd Bergmann
On Monday 31 December 2007, Paul Mackerras wrote: > Geoff Levand writes: > > > > Looking at the code, it seems just when CONFIG_SPU_FS=y, not when =m. Right, thanks for reporting this. > It looks to me that the definition of notify_spus_active under #ifndef > MODULE in spufs/sched.c is bogus an

Re: Please pull powerpc.git merge branch

2007-12-30 Thread Paul Mackerras
Geoff Levand writes: > This broke Cell builds. > > arch/powerpc/platforms/cell/spufs/sched.c:200: multiple definition of > `.notify_spus_active' > arch/powerpc/platforms/cell/spu_syscalls.c:149: first defined here > > > commit aed3a8c9bb1a8623a618232087c5ff62718e3b9a > Author: Bob Nelson <[EMA

Re: Please pull powerpc.git merge branch

2007-12-28 Thread Geoff Levand
Paul Mackerras wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge This broke Cell builds. arch/powerpc/platforms/cell/spufs/sched.c:200: multiple definition of `.notify_spus_active' arch/powerpc/platforms/cell/spu_syscalls.c:1

Re: Please pull powerpc.git merge branch

2007-12-02 Thread Josh Boyer
On Mon, 3 Dec 2007 10:12:49 +1100 Paul Mackerras <[EMAIL PROTECTED]> wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge > > There are two commits there; one reverts a patch which was causing > some machines to fail to come back

Re: Please pull powerpc.git merge branch

2007-10-17 Thread Josh Boyer
On Wed, 17 Oct 2007 22:49:10 +1000 Paul Mackerras <[EMAIL PROTECTED]> wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge Could you please pull this into your master and/or for-2.6.24 branches? It'll make it easier on those of u

Re: Please pull powerpc.git merge branch

2007-09-26 Thread Paul Mackerras
I wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge > > to get a patch from Roland McGrath that fixes a user-triggerable oops > on 64-bit powerpc. I have added another commit from Jeremy Kerr fixing a mismerge that caused a us

Re: Please pull powerpc.git merge branch

2007-09-25 Thread Paul Mackerras
Kumar Gala writes: > Should this also go to -stable? It turns out that it's not triggerable (as an oops) from userspace in 2.6.22 and earlier. Commit 1b6610d6 of Ben H's took out #ifdef CONFIG_PPC32 around a couple of CHECK_FULL_REGS calls, which is what made it triggerable on ppc64. We have an

Re: Please pull powerpc.git merge branch

2007-09-25 Thread Kumar Gala
On Sep 25, 2007, at 6:40 AM, Paul Mackerras wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge > > to get a patch from Roland McGrath that fixes a user-triggerable oops > on 64-bit powerpc. > > Thanks, > Paul. Should this also go

Re: Please pull powerpc.git merge branch

2007-08-30 Thread Kumar Gala
On Aug 30, 2007, at 6:49 AM, Paul Mackerras wrote: > Linus, > > Please do > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge > > There are a couple more bug fixes for Cell plus one from Kumar, and > defconfig updates. > > Paul. any reason you didn't pull this

RE: Please pull powerpc.git merge branch

2007-08-06 Thread Zhang Wei-r63237
hang Wei-r63237 > Subject: Re: Please pull powerpc.git merge branch > > On Tue, 2007-08-07 at 10:57 +0800, Zang Roy-r61911 wrote: > > On Tue, 2007-08-07 at 09:06, Michael Ellerman wrote: > > > On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote: > > > >

Re: Please pull powerpc.git merge branch

2007-08-06 Thread Michael Ellerman
On Tue, 2007-08-07 at 10:57 +0800, Zang Roy-r61911 wrote: > On Tue, 2007-08-07 at 09:06, Michael Ellerman wrote: > > On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote: > > > On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote: > > > > > > > Hi, Paul, > > > > > > > > How about following patches?

Re: Please pull powerpc.git merge branch

2007-08-06 Thread Zang Roy-r61911
On Tue, 2007-08-07 at 09:06, Michael Ellerman wrote: > On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote: > > On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote: > > > > > Hi, Paul, > > > > > > How about following patches? > > > > > > [PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC > arch

Re: Please pull powerpc.git merge branch

2007-08-06 Thread Michael Ellerman
On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote: > On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote: > > > Hi, Paul, > > > > How about following patches? > > > > [PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC architecture > > with > > ULI chip quirk functions. > > URL: http://ozlab

Re: Please pull powerpc.git merge branch

2007-08-06 Thread Kumar Gala
On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote: > Hi, Paul, > > How about following patches? > > [PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC architecture > with > ULI chip quirk functions. > URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html > [PATCH 2/2] Remov

RE: Please pull powerpc.git merge branch

2007-08-05 Thread Zhang Wei-r63237
Hi, Paul, How about following patches? [PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC architecture with ULI chip quirk functions. URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html [PATCH 2/2] Remove ULI chip quirks functions from MPC8641HPCN and MPC8544DS boards. URL: h

Re: Please pull powerpc.git merge branch

2007-07-01 Thread Paul Mackerras
Linus, I wrote: > Please do: > > git pull \ > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge > > My defconfig updates exposed some compile failures on powerpc, which > these three commits fix. I have added another commit with a defconfig update for the Freescale embedde