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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 7 Feb 2020 16:34:01 +0100
From:   Miklos Szeredi <miklos@...redi.hu>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse fixes for 5.6-rc1

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-5.6-rc1

- Fix a regression introduced in v5.1 that triggers WARNINGs for some fuse
filesystems.

- Fix an xfstest failure.

- Allow overlayfs to be used on top of fuse/virtiofs.

- Code and documentation cleanups.

Thanks,
Miklos

----------------------------------------------------------------
Daniel W. S. Almeida (1):
      Documentation: filesystems: convert fuse to RST

Miklos Szeredi (2):
      fix up iter on short count in fuse_direct_io()
      fuse: don't overflow LLONG_MAX with end offset

Vivek Goyal (1):
      fuse: Support RENAME_WHITEOUT flag

zhengbin (1):
      fuse: use true,false for bool variable

---
 Documentation/filesystems/{fuse.txt => fuse.rst} | 163 ++++++++++-------------
 Documentation/filesystems/index.rst              |   1 +
 MAINTAINERS                                      |   2 +-
 fs/fuse/cuse.c                                   |   4 +-
 fs/fuse/dir.c                                    |   2 +-
 fs/fuse/file.c                                   |  21 ++-
 fs/fuse/inode.c                                  |  14 +-
 fs/fuse/readdir.c                                |   2 +-
 8 files changed, 104 insertions(+), 105 deletions(-)
 rename Documentation/filesystems/{fuse.txt => fuse.rst} (80%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ