please pull powerpc.git 'merge' branch

Paul Mackerras paulus at samba.org
Thu May 4 08:29:09 EST 2006


Linus,

Please do a pull from the "merge" branch of

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git

Five smallish bugfixes, plus one commit from me that has no effect on
existing machines, but will allow the kernel to run on some machines
that will shortly be released.

Thanks,
Paul.

Ananth N Mavinakayanahalli:
      powerpc/kprobes: fix singlestep out-of-line

Linas Vepstas:
      powerpc/pseries: avoid crash in PCI code if mem system not up

Paul Mackerras:
      powerpc: Fix incorrect might_sleep in __get_user/__put_user on kernel addresses
      powerpc: Use the ibm,pa-features property if available

Vitaly Bordug:
      ppc32 CPM_UART: Fixed break send on SCC
      ppc32 CPM_UART: fixes and improvements

 arch/powerpc/kernel/kprobes.c              |   14 +++---
 arch/powerpc/kernel/prom.c                 |   70 ++++++++++++++++++++++++++++
 arch/powerpc/platforms/pseries/eeh_event.c |    8 +++
 arch/ppc/platforms/mpc866ads_setup.c       |    2 -
 drivers/serial/cpm_uart/cpm_uart.h         |   19 ++++++--
 drivers/serial/cpm_uart/cpm_uart_core.c    |   37 ++++++++++++---
 drivers/serial/cpm_uart/cpm_uart_cpm1.c    |    2 +
 drivers/serial/cpm_uart/cpm_uart_cpm2.c    |    2 +
 include/asm-powerpc/uaccess.h              |   19 +++++---
 include/asm-ppc/commproc.h                 |    1 
 include/asm-ppc/cpm2.h                     |    2 -
 include/linux/fs_uart_pd.h                 |   60 ++++++++++++++++++++++++
 12 files changed, 209 insertions(+), 27 deletions(-)
 create mode 100644 include/linux/fs_uart_pd.h



More information about the Linuxppc-dev mailing list