Re: [git pull] Please pull powerpc.git next branch

2018-06-20 Thread Jiri Kosina
On Wed, 20 Jun 2018, Benjamin Herrenschmidt wrote: > > I love the alleged line removal, but there's nothing in that 'merge' > > branch. It points to an ancient powerpc commit from 2016. > > > > And please, signed tags. I know you do them, because you used to send me > > them. > > I didn't send

Re: [git pull] Please pull powerpc.git next branch

2018-06-19 Thread Benjamin Herrenschmidt
On Wed, 2018-06-20 at 07:58 +0900, Linus Torvalds wrote: > On Wed, Jun 20, 2018 at 5:23 AM Benjamin Herrenschmidt > wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge > > I love the alleged line removal, but there's nothing in that 'merge' > branch. It points t

Re: [git pull] Please pull powerpc.git next branch

2018-06-19 Thread Linus Torvalds
On Wed, Jun 20, 2018 at 5:23 AM Benjamin Herrenschmidt wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge I love the alleged line removal, but there's nothing in that 'merge' branch. It points to an ancient powerpc commit from 2016. And please, signed tags. I know

Re: [git pull] Please pull powerpc.git next branch

2014-08-13 Thread Benjamin Herrenschmidt
On Thu, 2014-08-14 at 16:16 +1000, Benjamin Herrenschmidt wrote: > Another interesting one in the "OMG" category is the series from Michael > adding memory barriers to spin_is_locked(). That's also the result of many > days of debugging to figure out why the semaphore code would occasionally > cras

Re: [git pull] Please pull powerpc.git next branch

2014-06-12 Thread Benjamin Herrenschmidt
On Fri, 2014-06-13 at 10:55 +1000, Benjamin Herrenschmidt wrote: > Hi Linus ! Sending a copy via IBM just in case gmail has an issue with pull requests :-) If it goes through fine I'll stop doing it. Cheers, Ben. > Here are the remaining bits I was mentioning earlier. Mostly bug fixes > and new

Re: [git pull] Please pull powerpc.git next branch

2014-02-02 Thread Michael Ellerman
On Wed, 2014-01-29 at 13:29 +1100, Alistair Popple wrote: > Looks like I missed the dart iommu code when changing the iommu table > initialisation. The patch below should fix it, would you mind testing > it Ben? Thanks. Any reason not to add the following to save ourselves in future? diff --git a

Re: [git pull] Please pull powerpc.git next branch

2014-01-29 Thread Olaf Hering
On Wed, Jan 29, Alistair Popple wrote: > Looks like I missed the dart iommu code when changing the iommu table > initialisation. The patch below should fix it, would you mind testing it Ben? > +++ b/arch/powerpc/sysdev/dart_iommu.c > + iommu_table_dart.it_page_shift = IOMMU_PAGE_SHIFT_4K; Yes,

Re: [git pull] Please pull powerpc.git next branch

2014-01-28 Thread Benjamin Herrenschmidt
On Tue, 2014-01-28 at 16:03 +0100, Olaf Hering wrote: > > d084775738b746648d4102337163a04534a02982 is the first bad commit > commit d084775738b746648d4102337163a04534a02982 > Author: Alistair Popple > Date: Mon Dec 9 18:17:03 2013 +1100 > > powerpc/iommu: Update the generic code to use dyn

Re: [git pull] Please pull powerpc.git next branch

2014-01-28 Thread Olaf Hering
On Tue, Jan 28, Benjamin Herrenschmidt wrote: > So here's my next branch for powerpc. A bit late as I was on vacation This breaks booting on G5 11,2, the nouveau driver prints errors and as result the kernel hangs, fans kick in. This is what I did: # Rebase 54c0a4b..b2e448e onto 54c0a4b I will

Re: [git pull] Please pull powerpc.git next branch

2013-09-07 Thread Benjamin Herrenschmidt
On Fri, 2013-09-06 at 10:56 -0700, Linus Torvalds wrote: > On Thu, Sep 5, 2013 at 7:24 PM, Benjamin Herrenschmidt > wrote: > > > > * A bunch of endian fixes ! We don't have full LE support yet in that > > release but this contains a lot of fixes all over arch/powerpc to use the > > proper accesso

Re: [git pull] Please pull powerpc.git next branch

2013-09-06 Thread Linus Torvalds
On Thu, Sep 5, 2013 at 7:24 PM, Benjamin Herrenschmidt wrote: > > * A bunch of endian fixes ! We don't have full LE support yet in that > release but this contains a lot of fixes all over arch/powerpc to use the > proper accessors, call the firmware with the right endian mode, etc... Ok, this ca

Re: [git pull] Please pull powerpc.git next branch

2012-12-19 Thread Benjamin Herrenschmidt
On Tue, 2012-12-18 at 10:02 -0800, Linus Torvalds wrote: > Anyway, I've pulled it in, but got a conflict on the kernel_thread > cleanups from Al. And since the conflict was in the powerpc assembly > code that I don't really know the details of, I did the > straightforward resolve of it, but I'd li

Re: [git pull] Please pull powerpc.git next branch

2012-12-18 Thread Linus Torvalds
On Mon, Dec 17, 2012 at 3:31 PM, Benjamin Herrenschmidt wrote: > On Sat, 2012-12-15 at 07:44 +1100, Benjamin Herrenschmidt wrote: >> Hi Linus ! >> >> Finally managed to get my head away from some other distractions >> to put this pull request together, sorry for the lateness :-) >> >> The main hig

Re: [git pull] Please pull powerpc.git next branch

2012-12-17 Thread Anatolij Gustschin
On Mon, 17 Dec 2012 21:06:25 +1100 Benjamin Herrenschmidt wrote: ... > Last week is a bit late :-) However, I think your tree was in -next > before that wasn't it ? In which case it's ok, I can include it tomorrow > and ask Linus to pick it up. yes, 5xxx tree was in -next before that. Thanks, An

Re: [git pull] Please pull powerpc.git next branch

2012-12-17 Thread Benjamin Herrenschmidt
On Mon, 2012-12-17 at 09:30 +0100, Anatolij Gustschin wrote: > > Overall it's pretty quiet, or rather I've been pretty poor at > > picking things up from patchwork and reviewing them this time > > around and Kumar no better on the FSL side it seems... > > Could you please also include some 5xxx pa

Re: [git pull] Please pull powerpc.git next branch

2012-12-17 Thread Anatolij Gustschin
Hi Ben, On Sat, 15 Dec 2012 07:44:57 +1100 Benjamin Herrenschmidt wrote: ... > Overall it's pretty quiet, or rather I've been pretty poor at > picking things up from patchwork and reviewing them this time > around and Kumar no better on the FSL side it seems... Could you please also include some

Re: [git pull] Please pull powerpc.git next branch

2012-12-16 Thread Benjamin Herrenschmidt
On Sat, 2012-12-15 at 07:44 +1100, Benjamin Herrenschmidt wrote: > Finally managed to get my head away from some other distractions > to put this pull request together, sorry for the lateness :-) > > The main highlight is probably some base POWER8 support. There's > more to come such as transactio