[GIT]: Sparc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Several bug fixes and minor cures:

1) If fork/clone/etc. errors, argument register %o2 is clobbered
   breaking syscall restart.

2) mmap() VA ranges are not verified properly, MAP_FIXED should
   not be taken into account because even in the not-MAP_FIXED
   case arch_get_unaligned_area() isn't going to validate things.

3) SBUS BPP driver got broken by the new dev_name() function added
   to linux/device.h, rename static var to avoid namespace collision.

4) initrd handling was broken by NUMA changes on sparc64, fix.

5) Christoph Hellwig noticed that we had an exact duplicate private
   copy of compat_sys_utimes(), kill.

6) Don't build USB_ISP1760_OF on sparc, ACK'd by powerpc folks.

7) Revert sparc64 change that added irq_{enter,exit}() to IPI handlers,
   not necessary thanks to some of Ingo's changes.

8) Eliminate magic constants and unused functions in sparc video
   drivers, from Robert Reif.

9) Adrian Bunk noticed an online_page() turd was left in sparc64.

Please pull, thanks a lot.

The following changes since commit afa26be86b65a7183ceac29bdf1f51d6fc6932f0:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../tglx/linux-2.6-hrt

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git master

Adrian Bunk (1):
      sparc64: remove online_page()

David S. Miller (7):
      Revert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit()."
      sbus: Fix bpp driver build.
      sparc64: use compat_sys_utimes instead of home-grown local copy.
      usb: Sparc build fix, make USB_ISP1760_OF depend on PPC_OF
      sparc64: Fix initrd regression.
      sparc: Fix mmap VA span checking.
      sparc: Fix fork/clone/vfork system call restart.

Robert Reif (2):
      sparc: tcx.c remove unnecessary function
      sparc video: make blank use proper constant

 arch/sparc/kernel/process.c       |   20 ++++++++++++++++----
 arch/sparc/kernel/sys_sparc.c     |    3 +--
 arch/sparc64/kernel/process.c     |   18 +++++++++++++++---
 arch/sparc64/kernel/smp.c         |   27 +++++----------------------
 arch/sparc64/kernel/sys_sparc.c   |    4 ++--
 arch/sparc64/kernel/sys_sparc32.c |   31 -------------------------------
 arch/sparc64/kernel/systbls.S     |    2 +-
 arch/sparc64/mm/init.c            |   16 +++-------------
 drivers/sbus/char/bpp.c           |    2 +-
 drivers/usb/host/Kconfig          |    2 +-
 drivers/video/bw2.c               |    2 +-
 drivers/video/cg3.c               |    2 +-
 drivers/video/cg6.c               |    2 +-
 drivers/video/ffb.c               |    2 +-
 drivers/video/leo.c               |    2 +-
 drivers/video/p9100.c             |    2 +-
 drivers/video/tcx.c               |   20 +++++++-------------
 17 files changed, 58 insertions(+), 99 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux