Re: SCSI errors on powerpc with 2.6.24-rc6-mm1

2007-12-31 Thread Balbir Singh
FUJITA Tomonori wrote: > > Oops, it's for -mm. > Hi, I just tested this patch and it works fine for me so far. Tested-by: Balbir Singh <[EMAIL PROTECTED]> -- Warm Regards, Balbir Singh Linux Technology Center IBM, ISTL _

Re: [2.6.24 patch] Fix Cell OProfile support

2007-12-31 Thread Arnd Bergmann
On Saturday 29 December 2007, Mathieu Desnoyers wrote: > This patch restores the Cell OProfile support that was killed by > commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9. > > It puts it in arch/powerpc/Kconfig. Since I don't see any good reason to leave > this as a supplementary user-selectable

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

[PATCH] [POWERPC] Update .gitignore files.

2007-12-31 Thread Jochen Friedrich
Update .gitignore as needed by dtc addition. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> --- arch/powerpc/boot/.gitignore |1 + arch/powerpc/boot/dtc-src/.gitignore |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dtc-src/.giti

Re: SCSI errors on powerpc with 2.6.24-rc6-mm1

2007-12-31 Thread FUJITA Tomonori
On Mon, 31 Dec 2007 17:57:35 +0530 Balbir Singh <[EMAIL PROTECTED]> wrote: > FUJITA Tomonori wrote: > > > > Oops, it's for -mm. > > > > Hi, > > I just tested this patch and it works fine for me so far. > > Tested-by: Balbir Singh <[EMAIL PROTECTED]> Thanks! I sent an updated patch including

[PATCH] [2.6.24] Add PPC nvram ioctls to compat_ioctl

2007-12-31 Thread Olof Johansson
Fix the following console warning when running 'nvsetenv', and makes setting of new variables work again: ioctl32(nvsetenv:4022): Unknown cmd fd(3) cmd(20007043){t:'p';sz:0} arg(0003) on /dev/nvram That's the IOC_NVRAM_SYNC call. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git