linux-next: manual merge of the agp tree with the powerpc tree

2009-08-20 Thread Stephen Rothwell
() and gart_to_phys()) from the agp tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc drivers/char/agp/uninorth-agp.c index bba29ab,4317a55..000 --- a/drivers/char/agp/uninorth-agp.c +++ b

Re: [PATCH 1/3] powerpc/pci: Remove dead checks for CONFIG_PPC_OF

2009-08-20 Thread Stephen Rothwell
. Acked-by: Stephen Rothwell s...@canb.auug.org.au -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpGFSlqTgnzA.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev

Re: [PATCH 2/3] powerpc/pci: move pci_64.c device tree scanning code into pci-common.c

2009-08-21 Thread Stephen Rothwell
)? Or maybe they are still too different? There is probably scope for more consolidation there. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpo7EgNGIuFP.pgp Description: PGP signature

Re: [PATCH 2/3] powerpc/pci: move pci_64.c device tree scanning code into pci-common.c

2009-08-21 Thread Stephen Rothwell
had seen that code before elsewhere :-) -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgp8iBBzFtJne.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https

Re: PPC driver - generic bus width

2009-08-26 Thread Stephen Rothwell
: assignment from incompatible pointer type -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgppFl97sTUPr.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https

ppc64 allnoconfig build warning

2009-08-27 Thread Stephen Rothwell
.dma_direct_dma_supported lacks a __init annotation or the annotation of .lmb_end_of_DRAM is wrong. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpHt1ggmAnUc.pgp Description: PGP signature ___ Linuxppc-dev

linux-next: manual merge of the pci tree with the powerpc tree

2009-08-31 Thread Stephen Rothwell
ced66a36d35607c60d18bb531527acd2083c0523 (PCI/powerpc: support PCIe fundamental reset) from the pci tree. The former moved the code that is modified by the latter into another file. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --git a/arch

linux-next: tree build failure

2009-09-23 Thread Stephen Rothwell
8c87df457cb58fe75b9b893007917cf8095660a0 (BUILD_BUG_ON(): fix it and a couple of bogus uses of it). I applied the following patch for today. This inline function is only called from one place in one file ... From: Stephen Rothwell s...@canb.auug.org.au Date: Thu, 24 Sep 2009 15:13:20 +1000 Subject: [PATCH

Re: powerpc: Move /proc/ppc64 to /proc/powerpc and add symlink

2009-09-25 Thread Stephen Rothwell
) := proc_ppc64.o +procfs-y := proc_powerpc.o obj-$(CONFIG_PROC_FS)+= $(procfs-y) Surely just: obj-$(CONFIG_PROC_FS) += proc_powerpc.o -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr

Re: Market research for new PowerPC system

2009-09-26 Thread Stephen Rothwell
Konstantinos Margaritis mar...@codex.gr wrote: (Sorry for the cross-posting, please ignore if you are not interested in this, CC me as I'm not subscribed) -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpUBhi5TtnG5.pgp Description: PGP signature

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-10-01 Thread Stephen Rothwell
Hi Ingo, On Thu, 1 Oct 2009 09:42:01 +0200 Ingo Molnar mi...@elte.hu wrote: * Stephen Rothwell s...@canb.auug.org.au wrote: On Thu, 24 Sep 2009 23:25:55 +1000 Michael Ellerman mich...@ellerman.id.au wrote: Give me a day or two, I should be able to add a per-branch setting

[PATCH] powerpc/iseries: remove compiler version dependent hack

2009-10-06 Thread Stephen Rothwell
compilers. Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/powerpc/platforms/iseries/Makefile | 11 +- arch/powerpc/platforms/iseries/dt.c | 56 +- 2 files changed, 25 insertions(+), 42 deletions(-) diff --git a/arch/powerpc/platforms/iseries

Re: [PATCH] powerpc/iseries: remove compiler version dependent hack

2009-10-06 Thread Stephen Rothwell
Hi Ben, On Tue, 6 Oct 2009 17:28:47 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: The creation of the flattened device tree depended on the compiler putting the constant strings for an object in a section with a particular name. This was changed with recent compilers. Do

Re: [RFC PATCH 05/12] of: add common header for flattened device tree representation

2009-10-06 Thread Stephen Rothwell
+#include linux/of_fdt.h #include linux/proc_fs.h #include linux/platform_device.h #include asm/irq.h -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpqWoCuSjWiy.pgp Description: PGP signature

Re: [RFC PATCH 00/12] Merge common OpenFirmware device tree code

2009-10-14 Thread Stephen Rothwell
in linux/of.h by creating asm/of.h and moving the differing bits in there ... I'll send out the two patches I did just to show what I mean (these are from before microblaze was using the OF stuff). -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au

[PATCH 1/2] of: create asm/of.h

2009-10-14 Thread Stephen Rothwell
This creates asm/of.h for powerpc and sparc and includes it from linux/of.h, it also moves the first trivial stuff there from asm/prom.h Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/powerpc/include/asm/of.h | 23 +++ arch/powerpc/include/asm/prom.h

[PATCH 2/2] of: move struct property to asm/of.h

2009-10-14 Thread Stephen Rothwell
Also find all users of struct property and make sure that they include linux/of.h. Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/powerpc/include/asm/of.h|7 +++ arch/powerpc/include/asm/prom.h |7 +-- arch/powerpc/kernel

Re: [RFC PATCH 00/12] Merge common OpenFirmware device tree code

2009-10-15 Thread Stephen Rothwell
), * successfully unit tested, and * destined for the current or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au Legal Stuff

Re: [PATCH 2/3] powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED

2009-10-18 Thread Stephen Rothwell
{ } while (0) +#define __PPC_WARN_ALIGNMENT(type) do { } while (0) I think this last line is not needed? -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpKyKNVAHxkl.pgp Description: PGP signature

linux-next: manual merge of the sh tree with the powerpc-merge tree

2009-10-27 Thread Stephen Rothwell
dependencies for SH-3 MMU configurations) from the sh tree. I fixed it up (see below) and can carry the fix for a while (the powerpc-merge commit should be in Linus' tree soon). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc fs/Kconfig index f93d0ed,48b81f9..000

Re: [PATCH 19/27] Export symbols for KVM module

2009-10-30 Thread Stephen Rothwell
this anyway, how about moving it into arch/powerpc/kernel/time.c where tb_ticks_per_jiffy is defined. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpFW13dGQvSX.pgp Description: PGP signature

Re: [PATCH 20/27] Split init_new_context and destroy_context

2009-10-30 Thread Stephen Rothwell
(unsigned long id, pgd_t *pgd); #ifdef CONFIG_PPC_BOOK3S_64 +extern int __init_new_context(void); +extern void __destroy_context(int context_id); +#endif + +#ifdef CONFIG_PPC_BOOK3S_64 don't add the #endif/#ifdef pair ... -- Cheers, Stephen Rothwells

Re: [PATCH] mpc52xx-psc-spi: refactor probe and remove to make use of of_register_spi_devices()

2009-10-30 Thread Stephen Rothwell
= { - .name = mpc52xx-psc-spi, + .name = DRIVER_NAME, .owner = THIS_MODULE, }, }; I am hoping that we can remove the owner and name fields from struct of_platform_driver sometime. -- Cheers, Stephen Rothwells...@canb.auug.org.au http

Re: Fail building 2.6.31.x for CHRP using gcc-4.4.x

2009-11-01 Thread Stephen Rothwell
CONFIG_PPC_DISABLE_WERROR. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgp7bWsRXK9jk.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org

Re: [PATCH V2] mpc512x/clock: fix clk_get logic

2009-11-02 Thread Stephen Rothwell
Hi Grant, On Mon, 2 Nov 2009 10:48:58 -0700 Grant Likely grant.lik...@secretlab.ca wrote: Using bool/true/false doesn't seem to be a common pattern in the kernel. Anyone know what the winds of prevailing opinion are regarding 'bool' in kernel code? Its a good thing. -- Cheers, Stephen

Re: [PATCH] BUILD_BUG_ON: make it handle more cases

2009-11-04 Thread Stephen Rothwell
) in virtio_has_feature() (in include/linux/virtio_config.h) which is called all over the place. Unfortunately, virtio_has_feature() gets uninlined in those two files ... I have taken the patch back out again for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au http

Re: [patch 09/16] powerpc: Replace old style lock initializer

2009-11-07 Thread Stephen Rothwell
(iSeries_hlocks[i]); + ppc_md.hpte_invalidate = iSeries_hpte_invalidate; ppc_md.hpte_updatepp= iSeries_hpte_updatepp; ppc_md.hpte_updateboltedpp = iSeries_hpte_updateboltedpp; -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr

Re: [patch 09/16] powerpc: Replace old style lock initializer

2009-11-08 Thread Stephen Rothwell
at runtime instead. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: linuxppc-...@ozlabs.org --- Looks reasonable. But iseries can be a bitch, so we do need to test it on monday. Tested-by: Stephen Rothwell s

linux-next: rr tree build failure

2009-11-12 Thread Stephen Rothwell
': (__ksymtab_sorted+0x2b70): undefined reference to `pci_free_consistent' Caused by the powerpc architecture EXPORTing static inlines (for 32 bit builds) interacting with changes in the rr tree. I have applied this patch for today: From: Stephen Rothwell s...@canb.auug.org.au Date: Thu, 12 Nov 2009 18:54:13

Re: linux-next: rr tree build failure

2009-11-12 Thread Stephen Rothwell
, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgp6FZSnXRDWw.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: Fix bug in gup_hugepd()

2009-11-23 Thread Stephen Rothwell
Hi David, On Tue, 24 Nov 2009 17:03:40 +1100 David Gibson da...@gibson.dropbear.id.au wrote: Commit a4fe3ce7699bfe1bd88f816b55d42d8fe1dac655 introduced a new When you quote a SHA1, please also quote the summary line for the commit so those without git access may find it. -- Cheers, Stephen

Re: [PATCH v3 16/27] PPC: use helpers for rlimits

2009-11-29 Thread Stephen Rothwell
Linus' tree. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpoRFB8W6wVG.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org

linux-next: powerpc tree build failure

2009-11-30 Thread Stephen Rothwell
-hash64.h:404: note: expected 'pgd_t *' but argument is of type 'struct mm_struct *' Casued by commit c045256d146800ea1d741a8e9e377dada6b7e195 (powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT) which I have reverted for today. -- Cheers, Stephen Rothwell

linux-next: manual merge of the powerpc tree with Linus' tree

2009-12-08 Thread Stephen Rothwell
visible MMU state) from the powerpc tree. Just overlapping additions. I fixed it up (see below) and can carry the fix for a while. -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc include/linux/kvm.h index 2d241da,caf6173..000 --- a/include/linux/kvm.h +++ b

linux-next: 52xx-and-virtex tree build failure

2009-12-13 Thread Stephen Rothwell
both mem1 and mem2 as ram). I applied the following patch for today, but this may be too much or there may be a better solution. From: Stephen Rothwell s...@canb.auug.org.au Date: Mon, 14 Dec 2009 16:04:15 +1100 Subject: [PATCH] powerpc: fix up for mmu_mapin_ram api change Signed-off-by: Stephen

linux-next: devicetree tree build failure

2009-12-13 Thread Stephen Rothwell
, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpOPWe9acAlK.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

powerpc/kvm tree build failure

2009-12-13 Thread Stephen Rothwell
) to be built in, but virt/kvm/kvm_main.o (which defines it) to be modular. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpumdJ5Br3iO.pgp Description: PGP signature ___ Linuxppc-dev mailing list

[PATCH] powerpc: more printing warning fixes for the l64 to ll64 conversion

2009-01-20 Thread Stephen Rothwell
These are all powerpc specific drivers. Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- drivers/edac/cell_edac.c |8 drivers/mtd/nand/fsl_elbc_nand.c |6 +++--- drivers/mtd/nand/pasemi_nand.c |4 ++-- 3 files changed, 9 insertions(+), 9 deletions

Re: [PATCH 10/13] powerpc/ps3: printing fixups for l64 to ll64 convserion: drivers/net

2009-01-20 Thread Stephen Rothwell
Hi Ben, On Wed, 14 Jan 2009 14:54:34 -0800 Geoff Levand geoffrey.lev...@am.sony.com wrote: Stephen Rothwell wrote: Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- drivers/net/ps3_gelic_wireless.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Geoff

Re: [PATCH] powerpc: more printing warning fixes for the l64 to ll64 conversion

2009-01-21 Thread Stephen Rothwell
On Wed, 21 Jan 2009 12:13:24 -0600 Scott Wood scottw...@freescale.com wrote: On Wed, Jan 21, 2009 at 11:16:51AM +1100, Stephen Rothwell wrote: - printk(KERN_INFO eLBC NAND device at 0x%zx, bank %d\n, + printk(KERN_INFO eLBC NAND device at 0x%llx, bank %d\n, res.start, priv

[PATCH v2] powerpc: more printing warning fixes for the l64 to ll64 conversion

2009-01-21 Thread Stephen Rothwell
These are all powerpc specific drivers. res.start in fsl_elbc_nand.c needs to be cast since it may be either 32 or 64 bit. Thanks to Scott Wood for noticing. Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Acked-by: Arnd Bergmann a...@arndb.de call_edac bits in particular Acked-by: Olof

Re: [PowerPC] 2.6.29-rc3-git4 build break : truncated relocation

2009-02-03 Thread Stephen Rothwell
, but it seemed to hit a binutils limitation. I will have another try ... -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpKhspIgncMk.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc

Html attachments

2009-02-05 Thread Stephen Rothwell
Hi all, I have reconfigured the list to hold any emails with html attachments for moderator approval. So if you don't want your mail to be delayed, do not post html mail to this list. Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr

Re: 2.6.29-rc4-git1 build break : cell/spu_profiler.o

2009-02-08 Thread Stephen Rothwell
: error: for each function it appears in.) make[1]: *** [arch/powerpc/oprofile/cell/spu_profiler.o] Error 1 make: *** [arch/powerpc/oprofile] Error 2 See http://patchwork.ozlabs.org/patch/22628/ -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au

Re: [PATCH v4] powerpc: Unify opcode definitions and support

2009-02-10 Thread Stephen Rothwell
allow us to use it under the GPL explicitly ... -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpDNEFiQN0TJ.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https

Re: [PATCH v4] powerpc: Unify opcode definitions and support

2009-02-10 Thread Stephen Rothwell
Hi Kumar, On Wed, 11 Feb 2009 00:11:32 -0600 Kumar Gala ga...@kernel.crashing.org wrote: posted a new version that should fix this (added GPL license) Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpIDPl9omBfj.pgp

Re: setup_64.c:450: warning: format '%lx' expects type 'long unsigned int'

2009-02-17 Thread Stephen Rothwell
and sometime 64 bits in the 32 bit kernel ... -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpctICuF1kfC.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
suspect you have a 64 bit only compiler and allnoconfig produces a 32 bit kernel. Is this a new error? -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpCEcVOQhvP9.pgp Description: PGP signature

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
4.1.0 which we now black ban (I think). You need to either build a biarch cross compiler (--enable-targets=all) or try: $ cat xxx EOF CONFIG_PPC64=y EOF $ KCONFIG_ALLCONFIG=xxx make allnoconfig $ make vmlinux let us know if that works :-) -- Cheers, Stephen Rothwells

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
-g778ef1e It seems odd that it breaks an allnoconfig build, whereas defconfig and allmodconfig are OK. allmodconfig and defconfig turn CONFIG_PPC64 on. allnoconfig turns it off so you are trying to build a 32 bit kernel with a 64 bit compiler. -- Cheers, Stephen Rothwells

Re: powerpc allnoconfig

2009-03-02 Thread Stephen Rothwell
, not stripped So, I can only imagine it is your toolchain that is letting you down. What is your host machine? Can I send you a new toolchain? (Mine are only good for building kernels - they have no libraries - they are build by a script I got from Segher Boessenkool.) -- Cheers, Stephen Rothwell

[PATCH] powerpc/cell: fix unused variable warning in interrupt.c

2009-03-16 Thread Stephen Rothwell
arch/powerpc/platforms/cell/interrupt.c: In function 'handle_iic_irq': arch/powerpc/platforms/cell/interrupt.c:240: warning: unused variable 'cpu' Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/powerpc/platforms/cell/interrupt.c |2 -- 1 files changed, 0 insertions(+), 2

[tip:irq/sparseirq] sparseirq, powerpc/cell: fix unused variable warning in interrupt.c

2009-03-16 Thread Stephen Rothwell
Commit-ID: a6bc3262c561780d2a6587aa3d5715b1e7d8fa13 Gitweb: http://git.kernel.org/tip/a6bc3262c561780d2a6587aa3d5715b1e7d8fa13 Author: Stephen Rothwell s...@canb.auug.org.au AuthorDate: Mon, 16 Mar 2009 18:52:56 +1100 Commit: Ingo Molnar mi...@elte.hu CommitDate: Mon, 16 Mar 2009 09

[PATCH] powerpc/pmi: irq handlers return irqreturn_t

2009-03-18 Thread Stephen Rothwell
pointer type Change the return type of the handler from int to irqreturn_t. Cc: Thomas Gleixner t...@linutronix.de Cc: Peter Zijlstra pet...@infradead.org Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/powerpc/sysdev/pmi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: linux-next: cpus4096 tree build failure

2009-03-19 Thread Stephen Rothwell
Hi again, On Thu, 19 Mar 2009 21:53:00 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: Today's linux-next build (powerpc allyesconfig) failed like this: In file included from include/linux/mmzone.h:776, from include/linux/gfp.h:5, from include/linux

linux-next: cpus4096 tree build failure

2009-03-19 Thread Stephen Rothwell
the cpus4096 tree which removed the include of linux/topology.h from linux/mmzone.h. I have added the following patch for today. There may be a better fix. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ From: Stephen Rothwell s

[tip:cpus4096] numa, cpumask: move numa_node_id default implementation to topology.h, fix

2009-03-19 Thread Stephen Rothwell
Commit-ID: 17ad6ea621b1c7952ebd7330ce65de26b6ee9cca Gitweb: http://git.kernel.org/tip/17ad6ea621b1c7952ebd7330ce65de26b6ee9cca Author: Stephen Rothwell s...@canb.auug.org.au AuthorDate: Thu, 19 Mar 2009 22:03:22 +1100 Committer: Ingo Molnar mi...@elte.hu CommitDate: Thu, 19 Mar 2009 12

Re: linux-next: cpus4096 tree build failure

2009-03-19 Thread Stephen Rothwell
Hi Ingo, On Thu, 19 Mar 2009 12:53:42 +0100 Ingo Molnar mi...@elte.hu wrote: I've applied it. Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgp6UOySbPFDp.pgp Description: PGP signature

Fw: linux-next: manual merge of the rr tree with the powerpc tree

2009-03-24 Thread Stephen Rothwell
[Forgot the cc] Begin forwarded message: Date: Wed, 25 Mar 2009 15:08:17 +1100 From: Stephen Rothwell s...@canb.auug.org.au To: Rusty Russell ru...@rustcorp.com.au Cc: linux-n...@vger.kernel.org Subject: linux-next: manual merge of the rr tree with the powerpc tree Hi Rusty, Today's linux

Re: Next March 25: Boot failure on powerpc [recursive locking detected]

2009-03-26 Thread Stephen Rothwell
from scsi to block is a useful generalisation. I will revert it from next-20090327 as well as it is still in the for-next branch of the block tree. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgphzS0Uu49QJ.pgp Description: PGP signature

Re: Next March 25: Boot failure on powerpc [recursive locking detected]

2009-03-27 Thread Stephen Rothwell
Hi Jens, On Fri, 27 Mar 2009 07:42:08 +0100 Jens Axboe jens.ax...@oracle.com wrote: I'll update for-next, sorry about that. I had dropped it from for-2.6.30, but forgot to update akpm/next branches. Thanks. Its OK for today. -- Cheers, Stephen Rothwells

Re: How to submit patches?

2009-03-27 Thread Stephen Rothwell
Hi Daniel, On Fri, 27 Mar 2009 17:49:27 +1100 Daniel Ng daniel.ng1...@gmail.com wrote: What are the current requirements for submitting a patch? See Documentation/SubmittingPatches in the kernel tree. -- Cheers, Stephen Rothwells...@canb.auug.org.au http

linux-next: tracing/powerpc tree build failure

2009-03-27 Thread Stephen Rothwell
with commit 6794c78243bfda020ab184d6d578944f8e90d26c (powerpc64: port of the function graph tracer) from the powerpc tree. I added the following patch and can carry it as necessary. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ From: Stephen

Re: linux-next: tracing/powerpc tree build failure

2009-03-27 Thread Stephen Rothwell
have done. Thanks for the confirmation. I guess I will keep applying this until one tree or the other hits mainline at which point it can be fixed in the other tree. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpGjsw16nXkh.pgp

Re: linux-next: tracing/powerpc tree build failure

2009-03-30 Thread Stephen Rothwell
Hi all, This patch is now applicable to the tracing tree after merging with Linus' tree. On Fri, 27 Mar 2009 08:48:51 -0400 Steven Rostedt srost...@redhat.com wrote: On Fri, 2009-03-27 at 23:08 +1100, Stephen Rothwell wrote: Hi all, Today's linux-next build (powerpc allyesconfig

Re: linux-next: tracing/powerpc tree build failure

2009-04-01 Thread Stephen Rothwell
Hi Ingo, [Its midnight, so this is just a quick reply.] On Wed, 1 Apr 2009 14:51:48 +0200 Ingo Molnar mi...@elte.hu wrote: * Stephen Rothwell s...@canb.auug.org.au wrote: This patch is now applicable to the tracing tree after merging with Linus' tree. Thanks, that's useful info

[tip:tracing/kmemtrace-v2] tracing, powerpc: fix powerpc tree and tracing tree interaction

2009-04-03 Thread Stephen Rothwell
Commit-ID: a095bdbb136f7bed96b7adf5aa1dd27bb2f839bf Gitweb: http://git.kernel.org/tip/a095bdbb136f7bed96b7adf5aa1dd27bb2f839bf Author: Stephen Rothwell s...@canb.auug.org.au AuthorDate: Fri, 27 Mar 2009 23:08:34 +1100 Committer: Ingo Molnar mi...@elte.hu CommitDate: Thu, 2 Apr 2009 00:50

[PATCH] powerpc: wire up preadv and pwritev

2009-04-06 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/powerpc/include/asm/systbl.h |2 ++ arch/powerpc/include/asm/unistd.h |4 +++- 2 files changed, 5 insertions(+), 1 deletions(-) Tested on pseries_defconfig (verified using strace{,64} and inspecting the files). Test program

Re: [PATCH] powerpc: wire up preadv and pwritev

2009-04-07 Thread Stephen Rothwell
, the test was originally written by Gerd Hoffmann and is essentially unchanged (i just updated some details), so I think that is where you should direct your request. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgp958GTTAREP.pgp Description: PGP

Re: [PATCH] powerpc: Add configurable -Werror for arch/powerpc

2009-04-07 Thread Stephen Rothwell
it's more of a hinderance for PPC than a global benefit, right? Will be built nightly: http://kisskb.ellerman.id.au/kisskb/matrix/ And I build it several (i.e. between 20 and 80) times a day :-( (after merging it with all sorts of stuff this is upcoming). -- Cheers, Stephen Rothwell

linux-next: build failure

2009-04-07 Thread Stephen Rothwell
Hi all, Today's linux-next build (powerpc allyesconfig) failed like this: LD vmlinux.o powerpc-linux-ld: TOC section size exceeds 64k I will think about (and appreciate suggestions on) how to fix this ... -- Cheers, Stephen Rothwells...@canb.auug.org.au http

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-08 Thread Stephen Rothwell
for this file (from GPLv2 to GPLv2 or later). Have you asked the other copyright owners about that? -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpvlWOQzo3Ac.pgp Description: PGP signature

Re: [PATCH] Quieten arch/powerpc in a allmodconfig build.

2009-04-09 Thread Stephen Rothwell
for that one. Ooops I was asking for -Wno-uninitialized. I'll try a build with: -Wno-uninitialized -Wesp and see how that goes. Unfortunately -Wno-uninitialized also suppresses the warnings that point to real bugs. (but, I guess, the -Wesp might help there :-)) -- Cheers, Stephen

Re: [PATCH v2] powerpc: Refactor board check for quirk

2009-04-22 Thread Stephen Rothwell
removed a warning related to unused temp variable. This commit message could be made better by giving the reader a hint as to which board is being referred to. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpxDXq2IVwMp.pgp Description: PGP

linux-next: upstream tree build failure

2009-04-23 Thread Stephen Rothwell
have applied the following patch for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ From: Stephen Rothwell s...@canb.auug.org.au Date: Thu, 23 Apr 2009 16:00:47 +1000 Subject: [PATCH] powerpc: fix for long standing bug noticed by gcc

[PATCH v2] powerpc: fix for long standing bug noticed by gcc 4.4.0

2009-04-23 Thread Stephen Rothwell
Previous gcc versions didn't notice this because one of the preceding #ifs always evaluated to true. gcc 4.4.0 produced this error: arch/powerpc/mm/tlb_nohash_low.S:206:6: error: #elif with no expression Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Acked-by: Josh Boyer jwbo

Re: Next April 24 : BUG: lock held at task exit time!

2009-04-24 Thread Stephen Rothwell
874a9e18f25c86dbc199ad32ddd9ca44d25290e8 (check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/) which has a typo (two locks instead of lock/unlock) as pointed out by Hugh Dickins (pine.lnx.4.64.0904240526080.15...@blonde.anvils on LKML). -- Cheers, Stephen Rothwells...@canb.auug.org.au

Re: Next April 24 : BUG: lock held at task exit time!

2009-04-24 Thread Stephen Rothwell
Hi Al, On Fri, 24 Apr 2009 15:04:45 +0100 Al Viro v...@zeniv.linux.org.uk wrote: Applied, will fold on reorder (since Ingo is asking for what will amount to reorder anyway). Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr

Re: drivers/video/logo/logo_linux_mono.c build error

2009-04-27 Thread Stephen Rothwell
it. Interesting. The program that generates the .c file above produces __initdata for me ... -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpTZIQNrjE0k.pgp Description: PGP signature ___ Linuxppc

Re: [PATCH 11/14] powerpc: Use macros for .data.page_aligned section.

2009-04-28 Thread Stephen Rothwell
(PAGE_SIZE); - .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) { - *(.data.page_aligned) - } - This moves the page_aligned section from a common part of the vmlinux.lds to a 32 bit only part. Was that intentional? -- Cheers, Stephen Rothwell

Re: [PATCH 11/14] powerpc: Use macros for .data.page_aligned section.

2009-04-28 Thread Stephen Rothwell
On Wed, 29 Apr 2009 01:07:53 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: This moves the page_aligned section from a common part of the vmlinux.lds to a 32 bit only part. Was that intentional? Just saw your later patches, so ignore this. -- Cheers, Stephen Rothwell

Re: Next April 28: boot failure on PowerPC with SLQB

2009-04-29 Thread Stephen Rothwell
] [c00262b8] .kernel_thread+0x54/0x70 -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpZK240B9Gwe.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org

Re: [PATCH 1/2] Add support for Designware SATA controller driver

2009-04-29 Thread Stephen Rothwell
+default y +help + This option adds support for ATA controllers with SFF + compliant or similar programming interface. You seem to have reformatted some of this file (hopefully) unintentionally ... And the linuxppc-embedded mailing list has gone away. -- Cheers, Stephen Rothwell

Re: Next April 28: boot failure on PowerPC with SLQB

2009-04-30 Thread Stephen Rothwell
---[ end trace 31fd0ba7d8756001 ]--- This is back to what I got before Nick's first patch. This partition has 2G of memory on node 1 (nothing in node 0) starting at address 0. The kernel is using 64k pages. Let me now if I can tell you anything else or try something. -- Cheers, Stephen Rothwell

Re: [PATCH] create modalias file in sysfs for bus vio

2008-02-03 Thread Stephen Rothwell
Hi Olaf, [Sorry, been on vacation] On Fri, 25 Jan 2008 18:09:14 +0100 Olaf Hering [EMAIL PROTECTED] wrote: On Wed, Jan 23, Stephen Rothwell wrote: It would be nice if we could factor out the vio:T%sS%s string as it is also used in vio_hotplug(). What exactly do you have in mind

Re: [PATCH 7/9] powerpc: add MPC837x RDB platform support

2008-02-04 Thread Stephen Rothwell
(root, fsl,mpc8377rdb) || +of_flat_dt_is_compatible(root, fsl,mpc8378rdb) || +of_flat_dt_is_compatible(root, fsl,mpc8379rdb); You need to include asm/prom.h to use the flattened device tree accessors. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http

Re: [PATCH] [POWERPC] qe_lib: fix few fluffy negligences (was: Re: [PATCH 1/5] [POWERPC] qe_lib and users: get rid of most device_types and model)

2008-02-04 Thread Stephen Rothwell
On Mon, 4 Feb 2008 16:46:17 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Tue, Feb 05, 2008 at 12:13:18AM +1100, Stephen Rothwell wrote: If you don't care about the returned length (argument three to of_get_property), you can just pass NULL (and dispense with size). Also, what

Re: [PATCH 1/5] [POWERPC] qe_lib and users: get rid of most device_types and model

2008-02-04 Thread Stephen Rothwell
brg_clk; + } + + prop = of_get_property(qe, brg-frequency, size); + if (!prop || size != sizeof(*prop)) + return brg_clk; You need an of_node_put(qe) before the return ... -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr

[PATCH] [POWERPC] avoid possible extra of_node_put in axon_msi.c

2008-02-04 Thread Stephen Rothwell
. This fixes it by localising the ref counting a bit. As a side effect, the warning goes away. Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- arch/powerpc/platforms/cell/axon_msi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/cell/axon_msi.c b

[PATCH] [POWERPC] iSeries: fix section mismatch in viodsasd

2008-02-04 Thread Stephen Rothwell
WARNING: vmlinux.o(.text+0x3017c): Section mismatch in reference from the function .vio_create_viodasd() to the function .devinit.text:.vio_register_device_node() Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- arch/powerpc/kernel/vio.c |2 +- include/asm-powerpc/vio.h |2 +- 2

[PATCH] [POWERPC] iSeries: fix section mismatch in viocd

2008-02-04 Thread Stephen Rothwell
WARNING: drivers/cdrom/viocd.o(.text+0x504): Section mismatch in reference from the function .viocd_probe() to the function .init.text:.find_capability() Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- drivers/cdrom/viocd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Jens

[PATCH] [POWERPC] iSeries: fix section mismatch in iseries_veth

2008-02-04 Thread Stephen Rothwell
WARNING: vmlinux.o(.text+0x25dca0): Section mismatch in reference from the function .veth_probe() to the function .init.text:.veth_probe_one() Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- drivers/net/iseries_veth.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Jeff, can

Re: [PATCH] [POWERPC] of: add alias helper functions.

2008-02-04 Thread Stephen Rothwell
); if (test_np == np) { alias = pp-name + prefix_len; break; } As you can still test for pointer equality after dropping the ref count. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr

Re: [PATCH 5/6] Add OF-tree support to RapidIO controller driver.

2008-02-04 Thread Stephen Rothwell
[] = { This should be const please. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpgauT5Azp25.pgp Description: PGP signature ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman

Re: [PATCH] [POWERPC] iSeries: fix section mismatch in iseries_veth

2008-02-06 Thread Stephen Rothwell
On Tue, 05 Feb 2008 13:32:33 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: it's trivial enough to not matter, and faster to just... applied (if you'll pardon the bad grammar) Thanks. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr

[PATCH] [POWERPC] Wire up new timerfd syscalls

2008-02-10 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- include/asm-powerpc/systbl.h |4 +++- include/asm-powerpc/unistd.h |6 -- 2 files changed, 7 insertions(+), 3 deletions(-) Kernel built for ppc64_defconfig, pseries_defconfig, iseries_defconfig, cell_defconfig

Re: [PATCH 2/2] powerpc: create mpc85xx pci err platform device for EDAC

2008-02-11 Thread Stephen Rothwell
++); + if (!pdev) + return -ENOMEM; And again. + } + return 0; + +error: + platform_device_put(pdev); You need an of_node_put(np) here. + return err; +} -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au

Re: [PATCH] powerpc: Marvell 64x60 EDAC platform devices setup

2008-02-11 Thread Stephen Rothwell
; + + ret = of_address_to_resource(np, 1, res); + if (ret) + return ret; + + pci_serr = ioremap(res.start, res.end - res.start + 1); Why not use of_iomap(np, 1), then you don't need res. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http

Re: [PATCH 1/2] powerpc: publish 85xx soc dts entries as of_device

2008-02-11 Thread Stephen Rothwell
) +{ + if (!machine_is(mpc85xx_cds)) + return 0; + + of_platform_bus_probe(NULL, mpc85xx_ids, NULL); + + return 0; +} +device_initcall(mpc85xx_publish_devices); Same as above. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr

Re: [PATCH 6/8] pseries: phyp dump: Invalidate and print dump areas.

2008-02-12 Thread Stephen Rothwell
normally be put in separate patch as they just distract from a real review (which this isn't :-)) -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgp0nUI4CWqt4.pgp Description: PGP signature ___ Linuxppc

  1   2   3   4   5   6   7   8   9   10   >