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:	Fri, 15 Jan 2016 15:03:21 +0100
From:	Jan Kara <jack@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-fsdevel@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] UDF fixes and quota cleanups for 4.5-rc1

  Hello Linus,

  could you please pull from

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

to get several UDF fixes and some minor quota cleanups.

Top of the tree is bb00c898ad1c. The full shortlog is:

Andrew Gabbasov (2):
      udf: Prevent buffer overrun with multi-byte characters
      udf: Check output buffer length when converting name to CS0

Arnd Bergmann (1):
      udf: avoid uninitialized variable use

Jan Kara (2):
      udf: Factor out code for creating indirect extent
      udf: Fix lost indirect extent block

Julia Lawall (1):
      quota: constify qtree_fmt_operations structures

Paul Gortmaker (2):
      fs: make quota/netlink.c explicitly non-modular
      fs: make quota/dquot.c explicitly non-modular

Vegard Nossum (2):
      udf: limit the maximum number of TD redirections
      udf: limit the maximum number of indirect extents in a row

The diffstat is

 fs/ocfs2/quota.h            |   2 +-
 fs/ocfs2/quota_global.c     |   2 +-
 fs/quota/dquot.c            |   2 +-
 fs/quota/netlink.c          |   5 +-
 fs/quota/quota_v2.c         |   4 +-
 fs/udf/balloc.c             |  98 +-----------------
 fs/udf/inode.c              | 243 +++++++++++++++++++++++++++-----------------
 fs/udf/super.c              |  14 +++
 fs/udf/udfdecl.h            |   4 +
 fs/udf/unicode.c            |  21 +++-
 include/linux/dqblk_qtree.h |   2 +-
 11 files changed, 196 insertions(+), 201 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ