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:	Mon, 12 Jan 2009 13:22:34 -0600
From:	David Teigland <teigland@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] dlm fix for 2.6.29-rc1

Linus,

Please pull two dlm patches for 2.6.29-rc1 from:

 git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git for-linus

The first fixes incorrect seq_file usage in the debugfs lock dump.  I had
to rework all the seq ops which created the large diff.
The second isn't a fix, but changes an rwlock (used prominently in the
first patch) into a spinlock.
Thanks,
Dave

David Teigland (2):
      dlm: fix seq_file usage in debugfs lock dump
      dlm: change rsbtbl rwlock to spinlock

 fs/dlm/debug_fs.c     |  696 ++++++++++++++++++++++++-------------------------
 fs/dlm/dlm_internal.h |    2 +-
 fs/dlm/lock.c         |   26 +-
 fs/dlm/lockspace.c    |    2 +-
 fs/dlm/recover.c      |   10 +-
 5 files changed, 357 insertions(+), 379 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