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,  5 May 2017 11:32:50 -0700
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuahkh@....samsung.com, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.4 00/20] 4.4.67-stable review

This is the start of the stable review cycle for the 4.4.67 release.
There are 20 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun May  7 18:32:22 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.67-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 4.4.67-rc1

J. Bruce Fields <bfields@...hat.com>
    nfsd: stricter decoding of write-like NFSv2/v3 ops

J. Bruce Fields <bfields@...hat.com>
    nfsd4: minor NFSv2/v3 write decoding cleanup

Jaegeuk Kim <jaegeuk@...nel.org>
    ext4/fscrypto: avoid RCU lookup in d_revalidate

Theodore Ts'o <tytso@....edu>
    ext4 crypto: use dget_parent() in ext4_d_revalidate()

Theodore Ts'o <tytso@....edu>
    ext4 crypto: revalidate dentry after adding or removing the key

Richard Weinberger <richard@....at>
    ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY

Arnd Bergmann <arnd@...db.de>
    IB/ehca: fix maybe-uninitialized warnings

Arnd Bergmann <arnd@...db.de>
    IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE

Ross Lagerwall <ross.lagerwall@...rix.com>
    netlink: Allow direct reclaim for fallback allocation

Gabriel Krisman Bertazi <krisman@...ux.vnet.ibm.com>
    8250_pci: Fix potential use-after-free in error path

Matthew R. Ochs <mrochs@...ux.vnet.ibm.com>
    scsi: cxlflash: Improve EEH recovery time

Matthew R. Ochs <mrochs@...ux.vnet.ibm.com>
    scsi: cxlflash: Fix to avoid EEH and host reset collisions

Uma Krishnan <ukrishn@...ux.vnet.ibm.com>
    scsi: cxlflash: Scan host only after the port is ready for I/O

Arnd Bergmann <arnd@...db.de>
    net: tg3: avoid uninitialized variable warning

Arnd Bergmann <arnd@...db.de>
    mtd: avoid stack overflow in MTD CFI code

Lars Ellenberg <lars.ellenberg@...bit.com>
    drbd: avoid redefinition of BITS_PER_PAGE

Arnd Bergmann <arnd@...db.de>
    ALSA: ppc/awacs: shut up maybe-uninitialized warning

Takashi Iwai <tiwai@...e.de>
    ASoC: intel: Fix PM and non-atomic crash in bytcr drivers

Sachin Prabhu <sprabhu@...hat.com>
    Handle mismatched open calls

Thomas Gleixner <tglx@...utronix.de>
    timerfd: Protect the might cancel mechanism proper


-------------

Diffstat:

 Makefile                              |  4 +--
 drivers/block/drbd/drbd_bitmap.c      |  6 ++++
 drivers/infiniband/hw/qib/qib_qp.c    | 18 +++++------
 drivers/mtd/chips/Kconfig             |  1 +
 drivers/net/ethernet/broadcom/tg3.c   |  2 +-
 drivers/scsi/cxlflash/main.c          | 23 ++++++++++++--
 drivers/staging/rdma/ehca/ehca_mrmw.c |  3 +-
 drivers/tty/serial/8250/8250_pci.c    | 12 +++----
 fs/cifs/cifsglob.h                    | 11 +++++++
 fs/cifs/cifssmb.c                     |  4 +++
 fs/cifs/connect.c                     | 13 ++++++--
 fs/cifs/smb2misc.c                    | 44 ++++++++++++++++++++++++++
 fs/cifs/smb2ops.c                     |  4 +++
 fs/cifs/smb2proto.h                   |  7 +++++
 fs/cifs/smb2transport.c               | 58 ++++++++++++++++++++++++++++++----
 fs/cifs/transport.c                   |  2 ++
 fs/ext4/crypto.c                      | 59 +++++++++++++++++++++++++++++++++++
 fs/ext4/dir.c                         |  6 ++++
 fs/ext4/ext4.h                        |  1 +
 fs/ext4/ioctl.c                       |  3 ++
 fs/ext4/namei.c                       | 18 +++++++++++
 fs/nfsd/nfs3xdr.c                     | 12 ++++---
 fs/nfsd/nfsxdr.c                      | 10 +++---
 fs/timerfd.c                          | 17 ++++++++--
 include/linux/mtd/map.h               | 19 +++++------
 net/netlink/af_netlink.c              |  2 +-
 sound/ppc/awacs.c                     |  1 +
 sound/soc/intel/boards/bytcr_rt5640.c |  3 +-
 28 files changed, 307 insertions(+), 56 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ