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, 25 Mar 2017 22:23:05 -0400
From:   Theodore Ts'o <tytso@....edu>
To:     torvalds@...ux-foundation.org
Cc:     linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] ext4 bug fixes for 4.11

The following changes since commit cab7076a185e1e27f6879325e4da762424c3f1c9:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2017-02-20 18:24:39 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to d67d64f423147cf4fe8212658255e1160a4ef02c:

  ext4: fix two spelling nits (2017-03-25 17:33:31 -0400)

----------------------------------------------------------------
Fix a memory leak on an error path, and two races when modifying
inodes relating to the inline_data and metadata checksum features.

----------------------------------------------------------------
Eric Biggers (2):
      ext4: mark inode dirty after converting inline directory
      jbd2: don't leak memory if setting up journal fails

Theodore Ts'o (2):
      ext4: lock the xattr block before checksuming it
      ext4: fix two spelling nits

 fs/ext4/inline.c      |  5 ++---
 fs/ext4/inode.c       |  2 +-
 fs/ext4/move_extent.c |  2 +-
 fs/ext4/xattr.c       | 65 +++++++++++++++++++++++++++++++----------------------------------
 fs/jbd2/journal.c     | 22 +++++++++++-----------
 fs/jbd2/revoke.c      |  1 +
 6 files changed, 47 insertions(+), 50 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ