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:	Thu,  5 May 2016 14:52:59 -0400
From:	James Simmons <jsimmons@...radead.org>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	devel@...verdev.osuosl.org,
	Andreas Dilger <andreas.dilger@...el.com>,
	Oleg Drokin <oleg.drokin@...el.com>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Lustre Development List <lustre-devel@...ts.lustre.org>,
	James Simmons <jsimmons@...radead.org>
Subject: [PATCH 0/8] staging: lustre: o2iblnd: Add Fast Reg memory registration support

FMR is deprecated and it not supported by the mlx5 driver.
This patch adds memory management extensions support as
backup of FMR. This was combined with the work from
Li Dongyang to make it work with the latest kernels.

Dmitry Eremin (8):
  staging: lustre: o2iblnd: rename kib_fmr_pool_t
  staging: lustre: o2iblnd: Use list_for_each_entry_safe in kiblnd_destroy_fmr_pool_list
  staging: lustre: o2iblnd: create union to contain FMR
  staging: lustre: o2iblnd: break up kiblnd_create_fmr_pool
  staging: lustre: o2iblnd: cache FMR key in kib_fmr_t
  staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmap
  staging: lustre: o2iblnd: add IBLND_WID_MR
  staging: lustre: o2iblnd: Add Fast Reg memory registration support

 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c    |  312 +++++++++++++++++---
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h    |   33 ++-
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c |   58 ++--
 3 files changed, 322 insertions(+), 81 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ