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]
Message-Id: <20180612164816.587001852@linuxfoundation.org>
Date:   Tue, 12 Jun 2018 18:51:44 +0200
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, shuah@...nel.org, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 4.4 00/24] 4.4.137-stable review

This is the start of the stable review cycle for the 4.4.137 release.
There are 24 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 Thu Jun 14 16:48:07 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.137-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.137-rc1

Eric Dumazet <edumazet@...gle.com>
    net: metrics: add proper netlink validation

Florian Fainelli <f.fainelli@...il.com>
    net: phy: broadcom: Fix bcm_write_exp()

Eric Dumazet <edumazet@...gle.com>
    rtnetlink: validate attributes in do_setlink()

Dan Carpenter <dan.carpenter@...cle.com>
    team: use netdev_features_t instead of u32

Jack Morgenstein <jackm@....mellanox.co.il>
    net/mlx4: Fix irq-unsafe spinlock usage

Shahed Shaikh <shahed.shaikh@...ium.com>
    qed: Fix mask for physical address in ILT entry

Willem de Bruijn <willemb@...gle.com>
    packet: fix reserve calculation

Daniele Palmas <dnlplm@...il.com>
    net: usb: cdc_mbim: add flag FLAG_SEND_ZLP

Eric Dumazet <edumazet@...gle.com>
    net/packet: refine check for priv area size

Cong Wang <xiyou.wangcong@...il.com>
    netdev-FAQ: clarify DaveM's position for stable backports

Wenwen Wang <wang6495@....edu>
    isdn: eicon: fix a missing-check bug

Willem de Bruijn <willemb@...gle.com>
    ipv4: remove warning in ip_recv_error

Sabrina Dubroca <sd@...asysnail.net>
    ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds

Govindarajulu Varadarajan <gvaradar@...co.com>
    enic: set DMA mask to 47 bit

Alexey Kodanev <alexey.kodanev@...cle.com>
    dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()

Julia Lawall <Julia.Lawall@...6.fr>
    bnx2x: use the right constant

Stefan Wahren <stefan.wahren@...e.com>
    brcmfmac: Fix check for ISO3166 code

Dave Airlie <airlied@...hat.com>
    drm: set FMODE_UNSIGNED_OFFSET for drm files

Amir Goldstein <amir73il@...il.com>
    xfs: fix incorrect log_flushed on fsync

Nathan Chancellor <natechancellor@...il.com>
    kconfig: Avoid format overflow warning from GCC 8.1

Linus Torvalds <torvalds@...ux-foundation.org>
    mmap: relax file size limit for regular files

Linus Torvalds <torvalds@...ux-foundation.org>
    mmap: introduce sane default mmap limits

Chris Chiu <chiu@...lessm.com>
    tpm: self test failure should not cause suspend to fail

Enric Balletbo i Serra <enric.balletbo@...labora.com>
    tpm: do not suspend/resume if power stays on


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

Diffstat:

 Documentation/networking/netdev-FAQ.txt            |  9 ++++++
 Makefile                                           |  4 +--
 drivers/char/tpm/tpm-chip.c                        | 13 +++++++++
 drivers/char/tpm/tpm-interface.c                   |  7 +++++
 drivers/char/tpm/tpm.h                             |  1 +
 drivers/gpu/drm/drm_fops.c                         |  1 +
 drivers/isdn/hardware/eicon/diva.c                 | 22 ++++++++++-----
 drivers/isdn/hardware/eicon/diva.h                 |  5 ++--
 drivers/isdn/hardware/eicon/divasmain.c            | 18 +++++++-----
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c   |  2 +-
 drivers/net/ethernet/cisco/enic/enic_main.c        |  8 +++---
 drivers/net/ethernet/mellanox/mlx4/qp.c            |  4 +--
 drivers/net/ethernet/qlogic/qed/qed_cxt.c          |  2 +-
 drivers/net/phy/bcm-cygnus.c                       |  6 ++--
 drivers/net/phy/bcm-phy-lib.h                      |  7 +++++
 drivers/net/phy/bcm7xxx.c                          |  4 +--
 drivers/net/team/team.c                            |  3 +-
 drivers/net/usb/cdc_mbim.c                         |  2 +-
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c |  2 +-
 fs/xfs/xfs_log.c                                   |  7 -----
 mm/mmap.c                                          | 32 ++++++++++++++++++++++
 net/core/rtnetlink.c                               |  8 +++---
 net/dccp/proto.c                                   |  2 --
 net/ipv4/fib_semantics.c                           |  2 ++
 net/ipv4/ip_sockglue.c                             |  2 --
 net/ipv6/ip6mr.c                                   |  3 +-
 net/packet/af_packet.c                             |  4 +--
 scripts/kconfig/confdata.c                         |  2 +-
 28 files changed, 129 insertions(+), 53 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ