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:   Sun, 12 May 2019 23:42:26 +0200 (CEST)
From:   Richard Weinberger <richard@....at>
To:     torvalds <torvalds@...ux-foundation.org>
Cc:     linux-mtd <linux-mtd@...ts.infradead.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] UBI/UBIFS changes for v5.2-rc1

Linus,

The following changes since commit 37624b58542fb9f2d9a70e6ea006ef8a5f66c30b:

  Linux 5.1-rc7 (2019-04-28 17:04:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.2-rc1

for you to fetch changes up to 04d37e5a8b1fad2d625727af3d738c6fd9491720:

  ubi: wl: Fix uninitialized variable (2019-05-07 21:58:33 +0200)

----------------------------------------------------------------
This pull request contains the following changes for UBI/UBIFS

- fscrypt framework usage updates
- One huge fix for xattr unlink
- Cleanup of fscrypt ifdefs
- Fix for our new UBIFS auth feature

----------------------------------------------------------------
Andrey Abramov (1):
      ubifs: find.c: replace swap function with built-in one

Arnd Bergmann (1):
      ubifs: work around high stack usage with clang

Eric Biggers (2):
      ubifs: remove unnecessary calls to set up directory key
      ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()

Gustavo A. R. Silva (1):
      ubi: wl: Fix uninitialized variable

Richard Weinberger (3):
      ubifs: journal: Handle xattrs like files
      ubifs: orphan: Handle xattrs like files
      ubifs: Limit number of xattrs per inode

Sascha Hauer (4):
      ubifs: Do not skip hash checking in data nodes
      ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
      ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
      ubifs: Drop unnecessary setting of zbr->znode

YueHaibing (1):
      ubifs: remove unused function __ubifs_shash_final

 drivers/mtd/ubi/wl.c    |   2 +-
 fs/ubifs/auth.c         |  35 +++-----
 fs/ubifs/debug.c        |   1 -
 fs/ubifs/dir.c          |  29 ++++---
 fs/ubifs/file.c         |  16 ++--
 fs/ubifs/find.c         |   9 +--
 fs/ubifs/ioctl.c        |  11 +--
 fs/ubifs/journal.c      |  72 ++++++++++++++---
 fs/ubifs/misc.h         |   8 ++
 fs/ubifs/orphan.c       | 208 ++++++++++++++++++++++++++++++++----------------
 fs/ubifs/sb.c           |   7 +-
 fs/ubifs/super.c        |  22 ++---
 fs/ubifs/tnc.c          |  15 ++--
 fs/ubifs/ubifs.h        |   6 +-
 fs/ubifs/xattr.c        |  71 +++++++++++++++--
 include/linux/fscrypt.h |  11 +++
 16 files changed, 345 insertions(+), 178 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ