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]
Message-ID: <20170221103238.GB2581@quack2.suse.cz>
Date:   Tue, 21 Feb 2017 11:32:38 +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 cleanups and fanotify cleanup for 4.11-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 small UDF fixes and cleanups and a small cleanup of fanotify
code.

Top of the tree is 6c71100db53e. The full shortlog is:

Deepa Dinamani (1):
      fs: udf: Replace CURRENT_TIME with current_time()

Fabian Frederick (13):
      udf: use __packed instead of __attribute__ ((packed))
      udf: use pointer for kernel_long_ad argument
      udf: merge bh free
      udf: remove unneeded line break
      udf: remove empty condition
      udf: Factor out trimming of crtime
      udf: remove next_epos from udf_update_extent_cache()
      udf: merge module informations in super.c
      udf: atomically read inode size
      udf: check partition reference in udf_read_inode()
      udf: allow implicit blocksize specification during mount
      udf: fix ioctl errors
      udf: simplify udf_ioctl()

Jan Kara (1):
      udf: Make stat on symlink report symlink length as st_size

Kinglong Mee (1):
      fanotify: simplify the code of fanotify_merge

Steve Kenton (1):
      fs/udf: make #ifdef UDF_PREALLOCATE unconditional

The diffstat is

 fs/notify/fanotify/fanotify.c |  11 ++--
 fs/udf/ecma_167.h             |  98 +++++++++++++++++------------------
 fs/udf/file.c                 |  46 +++++++---------
 fs/udf/inode.c                | 118 ++++++++++++++++++------------------------
 fs/udf/lowlevel.c             |   2 +-
 fs/udf/misc.c                 |   2 -
 fs/udf/namei.c                |   2 +-
 fs/udf/osta_udf.h             |  34 ++++++------
 fs/udf/super.c                |  53 ++++++++++++-------
 fs/udf/symlink.c              |  30 +++++++++++
 fs/udf/udfdecl.h              |   2 +-
 11 files changed, 205 insertions(+), 193 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