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>] [day] [month] [year] [list]
Date:	Wed, 24 Sep 2008 16:43:03 -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>
Subject: [GIT PULL] 9p bug fixes for 2.6.27-rc7

The following changes since commit 72d31053f62c4bc464c2783974926969614a8649:
  Linus Torvalds (1):
        Linux 2.6.27-rc7

are available in the git repository at:

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

Eric Van Hensbergen (1):
      9p: fix put_data error handling

Julia Lawall (1):
      9p: introduce missing kfree

Julien Brunel (1):
      9p: use an IS_ERR test rather than a NULL test

Tejun Heo (5):
      9p: implement proper trans module refcounting and unregistration
      9p-trans_fd: fix trans_fd::p9_conn_destroy()
      9p-trans_fd: clean up p9_conn_create()
      9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
      9p-trans_fd: fix and clean up module init/exit paths

 fs/9p/vfs_inode.c          |    3 +-
 include/net/9p/9p.h        |    1 +
 include/net/9p/transport.h |    9 +++-
 net/9p/client.c            |   10 +++-
 net/9p/conv.c              |    6 ++-
 net/9p/mod.c               |   92 ++++++++++++++++++++++++++++-----------
 net/9p/trans_fd.c          |  104 +++++++++++++++----------------------------
 net/9p/trans_virtio.c      |    2 +
 8 files changed, 127 insertions(+), 100 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