Please pull 'next' branch of 5xxx tree

2012-12-11 Thread Anatolij Gustschin
Hi Ben, please pull mpc5xxx patches for v3.8. There is a dts for a new a3m071 board, a fix for optional mpc5121 DIU support and minor changes to mpc5200 lpbfifo driver to simplify module init/exit code. These patches have already been in linux-next for a while. Thanks! Anatolij The following cha

[PATCH] KVM: PPC: Fix SREGS documentation reference

2012-12-11 Thread Mihai Caraman
Reflect the uapi folder change in SREGS API documentation. Signed-off-by: Mihai Caraman --- Documentation/virtual/kvm/api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index a4df553..9cf591d 10

Re: [PATCH] KVM: PPC: Fix SREGS documentation reference

2012-12-11 Thread Amos Kong
On Tue, Dec 11, 2012 at 9:38 PM, Mihai Caraman wrote: > > Reflect the uapi folder change in SREGS API documentation. > > Signed-off-by: Mihai Caraman > --- > Documentation/virtual/kvm/api.txt |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/virtual/kvm

linux-next: some merging notes

2012-12-11 Thread Stephen Rothwell
Hi Linus, Just some notes about the current state of some of the merges in linux-next. The powerpc tree (git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git#next) contains a commit that breaks the building of lib/pSeries-reconfig-notifier-error-inject.c. I applied a patch to linux-nex

Re: linux-next: some merging notes

2012-12-11 Thread Benjamin Herrenschmidt
On Wed, 2012-12-12 at 09:15 +1100, Stephen Rothwell wrote: > The powerpc tree > (git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git#next) > contains a commit that breaks the building of > lib/pSeries-reconfig-notifier-error-inject.c. I applied a patch to > linux-next to disable CONFIG_

Re: [PATCH v2] powerpc: fix wii_memory_fixups() compile error on 3.0.y tree

2012-12-11 Thread Shuah Khan
On Mon, 2012-12-10 at 18:55 +, Ben Hutchings wrote: > On Mon, Dec 10, 2012 at 10:23:16AM -0700, Shuah Khan wrote: > > Fix wii_memory_fixups() the following compile error on 3.0.y tree with > > wii_defconfig on 3.0.y tree. > > > > CC arch/powerpc/platforms/embedded6xx/wii.o > > arch/pow

Re: [PATCH] KVM: PPC: Fix SREGS documentation reference

2012-12-11 Thread Alexander Graf
On 11.12.2012, at 15:22, Amos Kong wrote: > On Tue, Dec 11, 2012 at 9:38 PM, Mihai Caraman > wrote: >> >> Reflect the uapi folder change in SREGS API documentation. >> >> Signed-off-by: Mihai Caraman >> --- >> Documentation/virtual/kvm/api.txt |2 +- >> 1 files changed, 1 insertions(+), 1

Re: Understanding how kernel updates MMU hash table

2012-12-11 Thread Pegasus11
I cannot see my post at all on the old nabble system...this is just for testing purposes//... My last post is fine..but I cannot see my thread on linuxppc-dev@oldnabble ...?? :confused: -- View this message in context: http://old.nabble.com/Understanding-how-kernel-updates-MMU-hash-table-tp3476

Re: [PATCH] vfio powerpc: enabled on powernv platform

2012-12-11 Thread Alexey Kardashevskiy
On 08/12/12 04:38, Alex Williamson wrote: +static int __init tce_iommu_init(void) +{ + struct pci_dev *pdev = NULL; + struct iommu_table *tbl; + struct iommu_group *grp; + + /* Allocate and initialize IOMMU groups */ + for_each_pci_dev(pdev) { + tbl = g

Re: [PATCH] vfio powerpc: implemented IOMMU driver for VFIO

2012-12-11 Thread Alexey Kardashevskiy
On 08/12/12 04:01, Alex Williamson wrote: + case VFIO_IOMMU_MAP_DMA: { + vfio_iommu_spapr_tce_dma_map param; + struct iommu_table *tbl = container->tbl; + enum dma_data_direction direction; + unsigned long locked, lock_limit; + +