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:	Sat, 18 Apr 2015 13:51:01 -0500
From:	Eric Van Hensbergen <ericvh@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	V9FS Developers <v9fs-developer@...ts.sourceforge.net>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] 9p: patches for the 4.1 merge window

The following changes since commit b314acaccd7e0d55314d96be4a33b5f50d0b3344:

  Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2015-03-19
16:43:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
tags/for-linus-4.1-merge-window

for you to fetch changes up to f569d3ef8254d4b3b8daa4f131f9397d48bf296c:

  net/9p: add a privport option for RDMA transport. (2015-03-21 19:32:33 -0700)

----------------------------------------------------------------
9p: patches for 4.1 merge window

Some accumulated cleanup patches for kerneldoc and unused variables
as well as some lock bug fixes and adding privateport option for RDMA.

A quick check shows some merge-conflicts versus current-tip on
   9p: use unsigned integers for nwqid/count
If you would prefer I can rebase, remerge and fix the patch but didn't
want to do that and look the for-next references.

Signed-off-by: Eric Van Hensbergen <ericvh@...il.com>

----------------------------------------------------------------
Andrey Ryabinin (1):
      net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()

Dominique Martinet (3):
      net/9p: Initialize opts->privport as it should be.
      fs/9p: Initialize status in v9fs_file_do_lock.
      net/9p: add a privport option for RDMA transport.

Fabian Frederick (2):
      9p: kerneldoc warning fixes
      9p: remove unused variable in p9_fd_create()

Kirill A. Shutemov (3):
      9p: fix error handling in v9fs_file_do_lock
      9p: do not crash on unknown lock status code
      9p: use unsigned integers for nwqid/count

 fs/9p/v9fs.h          |  1 -
 fs/9p/vfs_addr.c      |  2 --
 fs/9p/vfs_file.c      | 10 ++++++----
 net/9p/protocol.c     |  6 +++---
 net/9p/trans_fd.c     |  3 +--
 net/9p/trans_rdma.c   | 52 +++++++++++++++++++++++++++++++++++++++++--------
 net/9p/trans_virtio.c |  5 ++++-
 7 files changed, 58 insertions(+), 21 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