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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 24 Jun 2015 11:20:13 +0200
From:	Jan Kara <jack@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] UDF fixes and cleanups for 4.2-rc1

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

The pull contains some small fixes and improvements in error handling for
UDF. Bundled is also one ext3 coding style fix and a fix in quota
documentation.

Top of the tree is 792352cb160e. The full shortlog is:

Adir Kuhn (1):
      fs: ext3: super: fixed a space coding style issue

Dan Carpenter (1):
      udf: fix udf_load_pvoldesc()

Fabian Frederick (9):
      udf: Return -ENOMEM when allocation fails in udf_get_filename()
      udf: remove unnecessary test in udf_build_ustr_exact()
      udf: unicode: update function name in comments
      udf: improve error management in udf_CS0toUTF8()
      udf: improve error management in udf_CS0toNLS()
      udf: bug on exotic flag in udf_get_filename()
      udf: Make udf_get_filename() return error instead of 0 length file name
      udf: Return error from udf_find_entry()
      udf: remove double err declaration in udf_file_write_iter()

Jan Kara (1):
      quota: Update documentation

NeilBrown (1):
      UDF: support NFSv2 export

The diffstat is

 Documentation/filesystems/quota.txt |  5 +-
 fs/ext3/super.c                     |  2 +-
 fs/udf/dir.c                        |  2 +-
 fs/udf/file.c                       |  2 -
 fs/udf/namei.c                      | 95 ++++++++++++++++++++++++++++---------
 fs/udf/super.c                      | 26 ++++++----
 fs/udf/symlink.c                    |  3 ++
 fs/udf/unicode.c                    | 49 ++++++++++---------
 8 files changed, 124 insertions(+), 60 deletions(-)

							Thanks
								Honza
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
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