lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 17 Oct 2007 16:34:02 -0500
From:	"Eric Van Hensbergen" <ericvh@...il.com>
To:	torvalds@...l.org
Cc:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	"V9FS Developers" <v9fs-developer@...ts.sourceforge.net>
Subject: [GIT PULL] 9p patches for 2.6.24 merge window

Linus, please pull from the 'for-linus' branch of:
  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ for-linus

This tree contains the following:

Latchesar Ionkov(3):
  attach-per-user support
  rename uid and gid parameters
  define session flags

Eric Van Hensbergen(4)
  remove sysctl code
  fix bad kconfig cross-dependency
  soften invalidationin loose mode
  make transports dynamic

There are a few patches relating to a virtio transport support that
I'm holding back until I know Rusty's lguest series is merged.

 b/Documentation/filesystems/9p.txt |   22 +
 b/fs/9p/fid.c                      |  157 +++++++++++--
 b/fs/9p/v9fs.c                     |  189 +++++++---------
 b/fs/9p/v9fs.h                     |   38 +--
 b/fs/9p/vfs_file.c                 |    6
 b/fs/9p/vfs_inode.c                |   50 ++--
 b/fs/9p/vfs_super.c                |   19 -
 b/include/net/9p/9p.h              |   21 -
 b/include/net/9p/client.h          |    9
 b/include/net/9p/conn.h            |    4
 b/include/net/9p/transport.h       |   27 +-
 b/net/9p/Kconfig                   |   10
 b/net/9p/Makefile                  |    5
 b/net/9p/client.c                  |   13 -
 b/net/9p/conv.c                    |   32 ++
 b/net/9p/mod.c                     |   71 +++++-
 b/net/9p/mux.c                     |    5
 b/net/9p/trans_fd.c                |  419 +++++++++++++++++++++++--------------
 net/9p/sysctl.c                    |   81 -------
 19 files changed, 689 insertions(+), 489 deletions(-)


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ