linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@samba.org>
To: torvalds@linux-foundation.org
Cc: linuxppc-dev@ozlabs.org
Subject: Please pull powerpc.git merge branch
Date: Thu, 30 Aug 2007 21:49:10 +1000	[thread overview]
Message-ID: <18134.44726.426680.221570@cargo.ozlabs.ibm.com> (raw)

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.

 arch/powerpc/configs/celleb_defconfig           |  196 +----
 arch/powerpc/configs/chrp32_defconfig           |  220 ++----
 arch/powerpc/configs/ebony_defconfig            |  190 +----
 arch/powerpc/configs/g5_defconfig               |  208 ++---
 arch/powerpc/configs/holly_defconfig            |  203 ++---
 arch/powerpc/configs/iseries_defconfig          |  210 +----
 arch/powerpc/configs/linkstation_defconfig      |  219 ++----
 arch/powerpc/configs/lite5200_defconfig         |  191 +----
 arch/powerpc/configs/maple_defconfig            |  189 +----
 arch/powerpc/configs/mpc7448_hpc2_defconfig     |  202 +----
 arch/powerpc/configs/mpc8272_ads_defconfig      |  193 ++---
 arch/powerpc/configs/mpc8313_rdb_defconfig      |  224 ++----
 arch/powerpc/configs/mpc832x_mds_defconfig      |  209 ++---
 arch/powerpc/configs/mpc832x_rdb_defconfig      |  211 ++----
 arch/powerpc/configs/mpc834x_itx_defconfig      |  206 ++---
 arch/powerpc/configs/mpc834x_itxgp_defconfig    |  203 ++---
 arch/powerpc/configs/mpc834x_mds_defconfig      |  205 ++---
 arch/powerpc/configs/mpc836x_mds_defconfig      |  209 ++---
 arch/powerpc/configs/mpc8540_ads_defconfig      |  183 +----
 arch/powerpc/configs/mpc8544_ds_defconfig       |  459 +++++++++++-
 arch/powerpc/configs/mpc8560_ads_defconfig      |  196 +----
 arch/powerpc/configs/mpc8568mds_defconfig       |   43 -
 arch/powerpc/configs/mpc85xx_cds_defconfig      |  198 ++---
 arch/powerpc/configs/mpc8641_hpcn_defconfig     |  880 ++++++++++++++++++-----
 arch/powerpc/configs/mpc866_ads_defconfig       |  174 +----
 arch/powerpc/configs/mpc885_ads_defconfig       |  174 +----
 arch/powerpc/configs/pasemi_defconfig           |  225 ++----
 arch/powerpc/configs/pmac32_defconfig           |  237 ++----
 arch/powerpc/configs/ppc64_defconfig            |  220 ++----
 arch/powerpc/configs/prpmc2800_defconfig        |  213 ++----
 arch/powerpc/configs/pseries_defconfig          |  205 ++---
 arch/powerpc/kernel/process.c                   |    6 
 arch/powerpc/platforms/cell/spu_manage.c        |    8 
 arch/powerpc/platforms/cell/spufs/backing_ops.c |    3 
 arch/powerpc/platforms/cell/spufs/run.c         |    6 
 arch/powerpc/platforms/ps3/setup.c              |    3 
 36 files changed, 2846 insertions(+), 4275 deletions(-)

commit fc43dca9e75b87d24a16d5be7b497e83837d9d31
Author: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Date:   Wed Aug 29 20:30:25 2007 +0900

    [POWERPC] PS3: Fix bug where the major version part is not compared
    
    Fix the bug that the major version part of the firmware version number
    is ignored in the comparison done by ps3_compare_firmware_version
    because the difference of two 64-bit quantities is returned as an int.
    
    Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
    Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit 13a6976afdb10d54ac5ad344aa0c588bc0bd8b0a
Author: Paul Mackerras <paulus@samba.org>
Date:   Thu Aug 30 16:51:51 2007 +1000

    [POWERPC] Update defconfigs
    
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit ada83daab31c3ec35845785482124373a62f430c
Author: Andre Detsch <adetsch@br.ibm.com>
Date:   Tue Aug 21 10:06:22 2007 +0800

    [POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnable
    
    This fixes a major bug which was happening when a SPU thread advances
    its execution right after being restored to a SPU.  A potentially
    outdated NPC value was being (re)written to the SPU.
    
    So, spu_run_init, in this case, was either not doing anything relevant,
    or breaking the execution of the SPU thread.
    
    This fixes a common problem of losing a mailbox write when it was done
    to a saved context.
    
    Signed-off-by: Andre Detsch <adetsch@br.ibm.com>
    Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit 62ee68e3bcb0d056aae5b36dea0388ca25572cdf
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Aug 21 10:06:22 2007 +0800

    [POWERPC] spufs: Fix update of mailbox status register during backed wbox write
    
    When a process writes into the inbound spu mailbox (wbox) while the
    context is saved, we accidentally break the contents of the mb_stat_R
    register by clearing other entries of the mailbox status register. This
    can cause the user side to hang.
    
    This change fixes the problem by only altering the appropriate bits
    of the mailbox status register during a backing-store write.
    
    Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
    Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit aac2e68481681a362ab6f44fc515034e2a4c7f2c
Author: Christian Krafft <krafft@de.ibm.com>
Date:   Thu Aug 30 01:33:53 2007 +0200

    [POWERPC] spu_manage: fix spu_unit_number for celleb device tree
    
    This fixes a regression introduced with 2.6.23-rc4 after on some
    confusion about the device tree interfaces.
    
    IBM QS21 device trees provide "physical-id", so we changed the code to
    run on that and remain compatible with all IBM machines.
    
    However, the Toshiba Celleb device tree provides the "unit-id" property,
    which was in the Linux code, but never used in this way on IBM hardware.
    
    Legacy device tree used the reg property for the physical id of an spe.
    This patch fixes find_spu_unit_number to look for the spu id in that order.
    The length is checked to avoid misinterpretation in case the attributes
    unit-id or reg do not contain the id.
    
    Signed-off-by: Christian Krafft <krafft@de.ibm.com>
    Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
    Cc: Jeremy Kerr <jk@ozlabs.org>

commit 5cc44e086d7a4e20035997ec612678ca91f426e7
Author: Kumar Gala <galak@kernel.crashing.org>
Date:   Tue Aug 28 21:46:53 2007 -0500

    [POWERPC] Update defconfigs
    
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

commit 0ee6c15e7ba7b36a217cdadb292eeaf32a057a59
Author: Kumar Gala <galak@kernel.crashing.org>
Date:   Tue Aug 28 21:15:53 2007 -0500

    [POWERPC] Flush registers to proper task context
    
    When we flush register state for FP, Altivec, or SPE in flush_*_to_thread
    we need to respect the task_struct that the caller has passed to us.
    
    Most cases we are called with current, however sometimes (ptrace) we may
    be passed a different task_struct.
    
    This showed up when using gdbserver debugging a simple program that used
    floating point. When gdb tried to show the FP regs they all showed up as
    0, because the child's FP registers were never properly flushed to memory.
    
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

             reply	other threads:[~2007-08-30 11:49 UTC|newest]

Thread overview: 146+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-30 11:49 Paul Mackerras [this message]
2007-08-30 14:32 ` Please pull powerpc.git merge branch Kumar Gala
  -- strict thread matches above, loose matches on Subject: below --
2008-04-03 11:33 Paul Mackerras
2008-03-28 12:35 Paul Mackerras
2008-03-28 22:06 ` Bartlomiej Sieka
2008-04-01 23:12   ` Paul Mackerras
2008-04-02  4:27     ` Grant Likely
2008-04-02 14:32     ` Bartlomiej Sieka
2008-03-27 23:08 Paul Mackerras
2008-03-25  3:32 Paul Mackerras
2008-03-24  8:05 Paul Mackerras
2008-03-20  0:43 Paul Mackerras
2008-03-12 23:51 Paul Mackerras
2008-03-03 11:41 Paul Mackerras
2008-03-03 15:44 ` Grant Likely
2008-02-20  3:46 Paul Mackerras
2008-02-21 12:15 ` Paul Mackerras
2008-02-14 22:00 Paul Mackerras
2008-02-15 22:43 ` Josh Boyer
2008-01-15 10:19 Paul Mackerras
2008-01-12  0:09 Paul Mackerras
2008-01-02  5:21 Paul Mackerras
2007-12-28  9:28 Paul Mackerras
2007-12-28 21:53 ` Geoff Levand
2007-12-31  1:40   ` Paul Mackerras
2007-12-31 16:12     ` Arnd Bergmann
2008-01-02  4:39       ` Jeremy Kerr
2007-12-17  6:00 Paul Mackerras
2007-12-07  1:04 Paul Mackerras
2007-12-06 12:01 Paul Mackerras
2007-12-02 23:12 Paul Mackerras
2007-12-03  0:25 ` Josh Boyer
2007-11-26 22:09 Paul Mackerras
2007-11-20  8:38 Paul Mackerras
2007-11-13 11:11 Paul Mackerras
2007-11-08  9:54 Paul Mackerras
2007-10-23  4:21 Paul Mackerras
2007-10-17 12:49 Paul Mackerras
2007-10-17 13:31 ` Josh Boyer
2007-10-02  3:15 Paul Mackerras
2007-09-25 11:40 Paul Mackerras
2007-09-25 12:43 ` Kumar Gala
2007-09-25 12:52   ` Paul Mackerras
2007-09-26 11:33 ` Paul Mackerras
2007-09-19 12:38 Paul Mackerras
2007-09-10 19:13 Paul Mackerras
2007-08-26 23:57 Paul Mackerras
2007-08-17  0:51 Paul Mackerras
2007-08-15 11:41 Paul Mackerras
2007-08-10 12:20 Paul Mackerras
2007-08-03 10:32 Paul Mackerras
2007-08-06  5:57 ` Zhang Wei-r63237
2007-08-06 13:57   ` Kumar Gala
2007-08-07  1:06     ` Michael Ellerman
2007-08-07  2:57       ` Zang Roy-r61911
2007-08-07  3:18         ` Michael Ellerman
2007-08-07  3:31           ` Zhang Wei-r63237
2007-07-26 12:10 Paul Mackerras
2007-07-22 12:56 Paul Mackerras
2007-07-11  4:46 Paul Mackerras
2007-07-05  1:45 Paul Mackerras
2007-07-02  4:25 Paul Mackerras
2007-07-02  6:04 ` Paul Mackerras
2007-06-26 10:08 Paul Mackerras
2007-06-20 12:46 Paul Mackerras
2007-06-19  5:39 Paul Mackerras
2007-06-15  5:00 Paul Mackerras
2007-04-11 22:29 Paul Mackerras
2007-03-28 23:51 Paul Mackerras
2007-03-22  4:31 Paul Mackerras
2007-03-13  0:47 Paul Mackerras
2007-03-08  4:01 Paul Mackerras
2007-03-09 21:08 ` Paul Mackerras
2007-03-09 23:31   ` Arnd Bergmann
2007-01-27 23:08 Please pull powerpc.git 'merge' branch Paul Mackerras
2007-01-27 23:15 ` Paul Mackerras
2007-01-22 11:50 Paul Mackerras
2007-01-09  9:45 Paul Mackerras
2006-12-20 10:23 Paul Mackerras
2006-12-20 10:52 ` Benjamin Herrenschmidt
2006-12-20 11:15   ` Arnd Bergmann
2006-12-20 11:18     ` Benjamin Herrenschmidt
2006-11-22  2:35 Paul Mackerras
2006-11-22  2:47 ` Linus Torvalds
2006-11-22 21:40   ` Paul Mackerras
2006-11-22 21:53     ` Linus Torvalds
2006-11-16  2:19 Paul Mackerras
2006-11-11 11:32 Paul Mackerras
2006-11-01  7:30 Paul Mackerras
2006-10-25  6:26 Paul Mackerras
2006-10-25 14:09 ` Kumar Gala
2006-10-25 21:37   ` Paul Mackerras
2006-10-25 22:02     ` Kumar Gala
2006-10-25 14:22 ` Olof Johansson
2006-10-25 21:34   ` Paul Mackerras
2006-10-25 22:32     ` Olof Johansson
2006-10-17  4:02 Paul Mackerras
2006-10-10  5:31 Paul Mackerras
2006-10-07 12:33 Paul Mackerras
2006-09-13 12:47 Paul Mackerras
2006-09-14 19:14 ` Linus Torvalds
2006-09-14 22:55   ` Paul Mackerras
2006-09-14 23:36     ` Linus Torvalds
2006-09-15 19:59       ` Linus Torvalds
2006-08-31  4:34 Paul Mackerras
2006-08-31  4:49 ` Linus Torvalds
2006-09-03 19:16 ` Linus Torvalds
2006-09-03 19:23   ` Sergei Shtylyov
2006-09-03 19:29     ` Linus Torvalds
2006-09-03 20:41       ` Segher Boessenkool
2006-09-03 21:15   ` Benjamin Herrenschmidt
2006-09-03 21:33     ` Linus Torvalds
2006-09-03 21:54       ` Benjamin Herrenschmidt
2006-08-24  0:44 Paul Mackerras
     [not found] ` <20060824010508.GA17848@suse.de>
2006-08-24  4:02   ` Paul Mackerras
2006-08-24  4:10     ` Greg KH
2006-08-24 13:22       ` Jon Loeliger
2006-08-24 13:33         ` Kumar Gala
2006-08-18  2:10 Paul Mackerras
2006-08-18 14:15 ` Matt Porter
2006-08-18 16:20 ` Greg KH
2006-07-31  5:37 please " Paul Mackerras
2006-07-31 20:41 ` Linus Torvalds
2006-06-21  8:21 Paul Mackerras
2006-06-21 12:45 ` Kumar Gala
2006-06-21 13:04   ` Jon Loeliger
2006-06-21 13:08     ` Kumar Gala
2006-06-21 13:27       ` Jon Loeliger
2006-06-21 21:16   ` Paul Mackerras
2006-05-27 13:17 Paul Mackerras
2006-05-16 12:35 Paul Mackerras
2006-05-09  9:13 Paul Mackerras
2006-05-03 22:29 Paul Mackerras
2006-04-29  6:15 Paul Mackerras
2006-04-29 15:19 ` Olof Johansson
2006-04-29 23:47   ` Paul Mackerras
2006-04-30  3:12     ` Segher Boessenkool
2006-04-30  4:20       ` Olof Johansson
2006-04-30 11:42         ` Arnd Bergmann
2006-04-30 11:57           ` Arnd Bergmann
2006-04-30 15:07             ` Olof Johansson
2006-04-30 13:04           ` Segher Boessenkool
2006-04-30 16:14             ` Arnd Bergmann
2006-04-30 15:03           ` Olof Johansson
2006-04-30 15:07             ` Olof Johansson
2006-04-30  3:50     ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18134.44726.426680.221570@cargo.ozlabs.ibm.com \
    --to=paulus@samba.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).