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:	Sun,  9 Feb 2014 02:51:44 -0500
From:	Oleg Drokin <green@...uxhacker.ru>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Cc:	Oleg Drokin <green@...uxhacker.ru>
Subject: [PATCH 0/5] Lustre fixes

This is a set of patches that eliminates rest of crashes and
most leaks hit during standard lustre regression testing for me.

This serie + O_LOV_DELAY_CREATE patch from Andreas (that was
submitted separately and needs separate approval:
http://www.spinics.net/lists/linux-fsdevel/msg72386.html )
makes most of the sanity testing to also pass.


Andrew Perepechko (1):
  lustre/xattr: separate ACL and XATTR caches

Bobi Jam (1):
  lustre/lov: avoid subobj's coh_parent race

John L. Hammond (1):
  lustre: don't leak llog handle in llog_cat_process_cb()

Swapnil Pimpale (1):
  lustre: Unsafe error handling around ll_splice_alias

yang sheng (1):
  lustre: instantiate negative dentry

 .../lustre/lustre/include/lustre/lustre_idl.h      |   1 -
 drivers/staging/lustre/lustre/ldlm/ldlm_lock.c     |   2 -
 .../staging/lustre/lustre/llite/llite_internal.h   |   7 --
 drivers/staging/lustre/lustre/llite/namei.c        |  15 ++-
 drivers/staging/lustre/lustre/llite/statahead.c    |   9 +-
 drivers/staging/lustre/lustre/llite/xattr.c        |  29 +++--
 drivers/staging/lustre/lustre/llite/xattr_cache.c  | 117 ++++-----------------
 drivers/staging/lustre/lustre/lov/lov_object.c     |  10 +-
 drivers/staging/lustre/lustre/lov/lovsub_dev.c     |   4 +
 drivers/staging/lustre/lustre/mdc/mdc_internal.h   |   2 +-
 drivers/staging/lustre/lustre/mdc/mdc_locks.c      |   9 +-
 drivers/staging/lustre/lustre/mdc/mdc_reint.c      |   2 +-
 drivers/staging/lustre/lustre/mdc/mdc_request.c    |  30 +++++-
 drivers/staging/lustre/lustre/obdclass/llog_cat.c  |   6 +-
 drivers/staging/lustre/lustre/ptlrpc/layout.c      |   3 +-
 15 files changed, 100 insertions(+), 146 deletions(-)

-- 
1.8.5.3

--
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