1.9.6 instead of 2.0.0pre3

"Roger Tsang" <[email protected]>
Newsgroups gmane.linux.cluster.ssic.devel
Message-ID <[email protected]>
Hi,

Due to the amount of changes in the OpenSSI kernel I'm actually
thinking of making a 1.9.6 release in place of 2.0.0pre3.  The
following is pretty close to what I have against the latest in CVS.

-Roger

 cluster/ics/ics_svr_mgmt.c              |   25 --
 cluster/ics/ics_tcp/ics_llmgmt.c        |   41 +++
 cluster/ssi/Kconfig                     |    1
 cluster/ssi/cfs/cfs_chard.c             |   21 +
 cluster/ssi/cfs/cfs_mnthooks.c          |    2
 cluster/ssi/cfs/cfs_server.c            |    5
 cluster/ssi/cfs/cfs_subr.c              |   79 +++++-
 cluster/ssi/cfs/cfs_svc.c               |   11
 cluster/ssi/cfs/cfsfh.c                 |   50 ++++
 cluster/ssi/cfs/cfsproc.c               |   85 +++++--
 cluster/ssi/cfs/cfstok.c                |   33 ++
 cluster/ssi/cfs/dir.c                   |   79 ++++--
 cluster/ssi/cfs/file.c                  |   20 -
 cluster/ssi/cfs/inode.c                 |  362 +++++++++++++++++---------------
 cluster/ssi/cfs/pagelist.c              |    2
 cluster/ssi/cfs/proc.c                  |  265 +++++++++++++++++++----
 cluster/ssi/cfs/read.c                  |  192 +++++++++++-----
 cluster/ssi/cfs/svrcfs.c                |   10
 cluster/ssi/cfs/vfs.c                   |   39 +--
 cluster/ssi/cfs/write.c                 |  260 +++++++++++++++-------
 cluster/ssi/ipc/ipcshm_svr.c            |   20 +
 cluster/ssi/ipc/namesvr_func.c          |    7
 cluster/ssi/ipc/rmtunix.c               |    7
 cluster/ssi/mosixll/balance.c           |   30 +-
 cluster/ssi/mosixll/freemem.c           |  138 +++++++++++-
 cluster/ssi/mosixll/info.c              |    2
 cluster/ssi/mosixll/load.c              |    2
 cluster/ssi/mosixll/service.c           |    8
 cluster/ssi/token/mhsvrtok.c            |    6
 cluster/ssi/token/msgsup.c              |   22 -
 cluster/ssi/token/tokseq.c              |    8
 cluster/ssi/util/load_level.c           |    8
 cluster/ssi/util/rcopy.c                |   25 +-
 cluster/ssi/util/rmtfb.c                |    9
 cluster/ssi/util/ssidev.c               |   18 -
 cluster/ssi/util/ssidev_ics.c           |    4
 cluster/ssi/vproc/as_xscribe.c          |    8
 cluster/ssi/vproc/dvp_async.c           |    3
 cluster/ssi/vproc/dvp_debug.c           |    7
 cluster/ssi/vproc/dvp_init.c            |   23 --
 cluster/ssi/vproc/dvp_move.c            |    1
 cluster/ssi/vproc/dvp_pvpops.c          |  132 ++++++++---
 cluster/ssi/vproc/dvp_pvpsops.c         |   16 +
 cluster/ssi/vproc/dvp_vpops.c           |   62 +++--
 cluster/ssi/vproc/nd_carelist.c         |    4
 cluster/ssi/vproc/nd_cleanup.c          |   11
 cluster/ssi/vproc/nd_setup.c            |   20 +
 cluster/ssi/vproc/nsc_initproc.c        |   17 +
 cluster/ssi/vproc/pproc_subr.c          |   31 +-
 cluster/ssi/vproc/reopen.c              |   32 ++
 cluster/ssi/vproc/rproc_cli_pproc.c     |    1
 cluster/ssi/vproc/rproc_cli_vproc.c     |   32 ++
 cluster/ssi/vproc/rproc_svr_pproc.c     |   53 ----
 cluster/ssi/vproc/vp_debug.c            |    1
 cluster/ssi/vproc/vp_subr.c             |   83 +++----
 cluster/util/nsc_async.c                |   18 -
 cluster/util/nsc_daemon.c               |    4
 cluster/util/nsc_ics.c                  |    1
 cluster/util/nsc_ndreg.c                |    1
 drivers/char/tty_io.c                   |   54 ++++
 fs/nfsd/nfsfh.c                         |   16 -
 fs/proc/base.c                          |   17 +
 fs/super.c                              |   10
 include/cluster/clms.h                  |    8
 include/cluster/gen/cfs.x               |   28 ++
 include/cluster/gen/reopen.x            |   21 +
 include/cluster/gen/rproc_platform.x    |    6
 include/cluster/nsc.h                   |    2
 include/cluster/ssi/cfs/cfs_fs_i.h      |   26 +-
 include/cluster/ssi/cfs/cfs_xdr.h       |   23 +-
 include/cluster/ssi/cfs/cfsfh.h         |   57 +++--
 include/cluster/ssi/load_level.h        |    8
 include/cluster/ssi/mosixll/balance.h   |    5
 include/cluster/ssi/mosixll/defs.h      |    4
 include/cluster/ssi/mosixll/mosixtask.h |    8
 include/cluster/ssi/mosixll/routines.h  |    9
 include/cluster/synch.h                 |    6
 include/linux/config.h                  |   59 ++++-
 include/linux/scatterlist.h             |    4
 include/linux/sched.h                   |    6
 include/linux/signal.h                  |    2
 include/linux/vproc.h                   |    3
 ipc/sem.c                               |    8
 ipc/shm.c                               |   21 +
 kernel/exit.c                           |    8
 kernel/pid.c                            |    4
 kernel/signal.c                         |    2
 kernel/sys.c                            |    2
 mm/filemap.c                            |    1
 mm/oom_kill.c                           |   13 +
 90 files changed, 2047 insertions(+), 851 deletions(-)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.