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, 14 May 2008 21:20:21 -0500
From:	"Eric Van Hensbergen" <ericvh@...il.com>
To:	"Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	"V9FS Developers" <v9fs-developer@...ts.sourceforge.net>
Subject: [PULL] v9fs bug fixes and documentation updates for 2.6.26

Linus, please pull the following bug-fixes and documentation updates
from my kernel.org for-linus branch.

The following changes since commit dd286422fefdcff784e8d336deeb88ce817e14db:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../roland/infiniband

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus

Eric Van Hensbergen (4):
      9p: Documentation updates
      9p: propagate parse_option changes to client and transports
      9p: make cryptic unknown error from server less scary
      9p: fix error path during early mount

Jim Meyering (1):
      fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and
match_strdup failure. Now that this function can fail, return an int,
diagnose other option-parsing failures, and adjust the sole caller:
(v9fs_session_init): Handle kstrdup failure. Propagate any new
v9fs_parse_options failure "up".

Josef 'Jeff' Sipek (2):
      9p: use struct mutex instead of struct semaphore
      9p: Correct fidpool creation failure in p9_client_create

Markus Armbruster (1):
      add match_strlcpy() us it to make v9fs make uname and remotename
parsing more robust

Steven Rostedt (1):
      9p: fix flags length in net

 fs/9p/fid.h                |   15 +++
 fs/9p/v9fs.c               |   57 ++++++++---
 fs/9p/v9fs.h               |   85 +++++++++++-----
 fs/9p/vfs_addr.c           |    2 +-
 fs/9p/vfs_dir.c            |    2 +-
 fs/9p/vfs_file.c           |   11 +-
 fs/9p/vfs_inode.c          |   50 +++++++---
 fs/9p/vfs_super.c          |   35 +++----
 include/linux/parser.h     |    2 +-
 include/net/9p/9p.h        |  240 ++++++++++++++++++++++++++++++++++++++------
 include/net/9p/client.h    |   35 +++++++
 include/net/9p/transport.h |   44 ++++++++-
 lib/parser.c               |   32 ++++--
 net/9p/Kconfig             |   10 --
 net/9p/Makefile            |    3 -
 net/9p/client.c            |   32 +++++--
 net/9p/conv.c              |  128 +++++++++++++++++++++++-
 net/9p/error.c             |   15 ++-
 net/9p/fcprint.c           |    8 ++
 net/9p/mod.c               |    8 +-
 net/9p/trans_fd.c          |  204 +++++++++++++++++++++++++++++++-------
 net/9p/trans_virtio.c      |  175 ++++++++++++++++++++++++++++----
 net/9p/util.c              |   36 +++++--
 23 files changed, 1014 insertions(+), 215 deletions(-)
--
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