[PATCH] s390: update for 2.5.64.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Fri Mar 07 2003 - 07:34:18 EST


Hi Linus,
another 2000 lines of patches for s390. They are against 2.5.64 + bk.

Short descriptions:
1) Basic bug fixes for s390.
2) Add support for system call numbers > 255. The svc instruction
  provides 8 bits for the svc number. The additional system calls for
  the posix timers pushed s390 over the edge of 256 system calls. To
  support more than 256 system calls a second interface is introduced.
  svc 0 is unused so far and will be used like the int 0x80 interface
  on i386. The register %r1 contains the real system call number.
  The new interface requires on additional instructions, e.g. getpid
  with the new interface is "lhi %r1,20; svc 0" compared to the old
  interface "svc 20". The old interface will be used for system call
  number < 256 and the new one for calls >= 256.
3) dasd driver update. A race condition in dasd_end_request and a
  compile fix for devfs.
4) shutdown/restart fixes for the lcs driver.
5) Fix some kmallocs with GFP_DMA but without GFP_KERNEL.
6) Make uni-processor kernels compile & work again.
7) Add code to wait for the root device. We had some trouble to
  ipl on an LPAR where dasd devices may take time to respond.

blue skies,
  Martin.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:37 EST