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]
Message-Id: <1372770684-25573-1-git-send-email-simon.derr@bull.net>
Date:	Tue,  2 Jul 2013 15:11:14 +0200
From:	Simon Derr <simon.derr@...l.net>
To:	netdev@...r.kernel.org
Cc:	simon.derr@...l.net, ericvh@...il.com
Subject: [PATCH 00/10] Improve 9P/RDMA

Hi,

This is a series of patches which aim to make 9P/RDMA better.

Eric Van Hensbergen asked that I send them to netdev to get a wider review.

They deal mainly with fcall allocation/deallocation, RQ locking,
error handling, and above all buffer management.
This has been tested intensively with the nfs-ganesha server.

Regards,

	Simon

Simon Derr (10):
  9P: Fix fcall allocation for rdma
  9P/RDMA: rdma_request() needs not allocate req->rc
  9pnet: refactor struct p9_fcall alloc code
  9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB
  9P/RDMA: Protect against duplicate replies
  9P/RDMA: Use a semaphore to protect the RQ
  9P/RDMA: Do not free req->rc in error handling in rdma_request()
  9P/RDMA: Improve error handling in rdma_request
  9P/RDMA: count posted buffers without a pending request
  9P: Add cancelled() to the transport functions.

 include/net/9p/transport.h |    3 +
 net/9p/client.c            |   65 +++++++++++++---------
 net/9p/trans_rdma.c        |  132 ++++++++++++++++++++++++++++----------------
 3 files changed, 126 insertions(+), 74 deletions(-)

-- 
1.7.2.2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ