This is the start of the stable review cycle for the 4.4.71 release.
There are 53 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 Wed Jun  7 15:30:23 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.71-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 <[email protected]>
    Linux 4.4.71-rc1

Eric Sandeen <[email protected]>
    xfs: only return -errno or success from attr ->put_listent

Darrick J. Wong <[email protected]>
    xfs: in _attrlist_by_handle, copy the cursor back to userspace

Eric Sandeen <[email protected]>
    xfs: fix unaligned access in xfs_btree_visit_blocks

Zorro Lang <[email protected]>
    xfs: bad assertion for delalloc an extent that start at i_size

Brian Foster <[email protected]>
    xfs: fix indlen accounting error on partial delalloc conversion

Brian Foster <[email protected]>
    xfs: wait on new inodes during quotaoff dquot release

Brian Foster <[email protected]>
    xfs: update ag iterator to support wait on new inodes

Brian Foster <[email protected]>
    xfs: support ability to wait on new inodes

Brian Foster <[email protected]>
    xfs: fix up quotacheck buffer list error handling

Brian Foster <[email protected]>
    xfs: prevent multi-fsb dir readahead from reading random blocks

Eric Sandeen <[email protected]>
    xfs: handle array index overrun in xfs_dir2_leaf_readbuf()

Darrick J. Wong <[email protected]>
    xfs: fix over-copying of getbmap parameters from userspace

Eryu Guan <[email protected]>
    xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()

Jan Kara <[email protected]>
    xfs: Fix missed holes in SEEK_HOLE implementation

Imre Deak <[email protected]>
    PCI/PM: Add needs_resume flag to avoid suspend complete optimization

Yisheng Xie <[email protected]>
    mlock: fix mlock count can not decrease in race condition

Punit Agrawal <[email protected]>
    mm/migrate: fix refcount handling when !hugepage_migration_supported()

Patrik Jakobsson <[email protected]>
    drm/gma500/psb: Actually use VBT mode when it is found

Thomas Gleixner <[email protected]>
    slub/memcg: cure the brainless abuse of sysfs attributes

Alexander Tsoy <[email protected]>
    ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430

Nicolas Iooss <[email protected]>
    pcmcia: remove left-over %Z format

Lyude <[email protected]>
    drm/radeon: Unbreak HPD handling for r600+

Alex Deucher <[email protected]>
    drm/radeon/ci: disable mclk switching for high refresh rates (v2)

Ram Pai <[email protected]>
    scsi: mpt3sas: Force request partial completion alignment

Jason Gerecke <[email protected]>
    HID: wacom: Have wacom_tpc_irq guard against possible NULL dereference

Srinath Mannam <[email protected]>
    mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read

Sebastian Reichel <[email protected]>
    i2c: i2c-tiny-usb: fix buffer not being DMA capable

Vlad Yasevich <[email protected]>
    vlan: Fix tcp checksum offloads in Q-in-Q vlans

Andrew Lunn <[email protected]>
    net: phy: marvell: Limit errata to 88m1101

Eric Dumazet <[email protected]>
    netem: fix skb_orphan_partial()

Eric Dumazet <[email protected]>
    ipv4: add reference counting to metrics

Davide Caratti <[email protected]>
    sctp: fix ICMP processing if skb is non-linear

Wei Wang <[email protected]>
    tcp: avoid fastopen API to be used on AF_UNSPEC

Vlad Yasevich <[email protected]>
    virtio-net: enable TSO/checksum offloads for Q-in-Q vlans

Vlad Yasevich <[email protected]>
    be2net: Fix offload features for Q-in-Q packets

Eric Dumazet <[email protected]>
    ipv6: fix out of bound writes in __ip6_append_data()

Xin Long <[email protected]>
    bridge: start hello_timer when enabling KERNEL_STP in br_stp_start

Bjørn Mork <[email protected]>
    qmi_wwan: add another Lenovo EM74xx device ID

Tobias Jungel <[email protected]>
    bridge: netlink: check vlan_default_pvid range

David S. Miller <[email protected]>
    ipv6: Check ip6_find_1stfragopt() return value properly.

Craig Gallek <[email protected]>
    ipv6: Prevent overrun when parsing v6 header options

David Ahern <[email protected]>
    net: Improve handling of failures on link and route dumps

Soheil Hassas Yeganeh <[email protected]>
    tcp: eliminate negative reordering in tcp_clean_rtx_queue

Eric Dumazet <[email protected]>
    sctp: do not inherit ipv6_{mc|ac|fl}_list from parent

Xin Long <[email protected]>
    sctp: fix src address selection if using secondary addresses for ipv6

Yuchung Cheng <[email protected]>
    tcp: avoid fragmenting peculiar skbs in SACK

Ursula Braun <[email protected]>
    s390/qeth: add missing hash table initializations

Julian Wiedmann <[email protected]>
    s390/qeth: avoid null pointer dereference on OSN

Julian Wiedmann <[email protected]>
    s390/qeth: unbreak OSM and OSN support

Ursula Braun <[email protected]>
    s390/qeth: handle sysfs error during initialization

WANG Cong <[email protected]>
    ipv6/dccp: do not inherit ipv6_mc_list from parent

Eric Dumazet <[email protected]>
    dccp/tcp: do not inherit mc_list from parent

Orlando Arias <[email protected]>
    sparc: Fix -Wstringop-overflow warning


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

Diffstat:

 Makefile                                    |  4 +-
 arch/sparc/include/asm/pgtable_32.h         |  4 +-
 arch/sparc/include/asm/setup.h              |  2 +-
 arch/sparc/mm/init_32.c                     |  2 +-
 drivers/char/pcmcia/cm4040_cs.c             |  6 +--
 drivers/gpu/drm/gma500/psb_intel_lvds.c     | 18 +++++---
 drivers/gpu/drm/radeon/ci_dpm.c             |  6 +++
 drivers/gpu/drm/radeon/cik.c                |  4 +-
 drivers/gpu/drm/radeon/evergreen.c          |  4 +-
 drivers/gpu/drm/radeon/r600.c               |  2 +-
 drivers/gpu/drm/radeon/si.c                 |  4 +-
 drivers/hid/wacom_wac.c                     | 45 ++++++++++----------
 drivers/i2c/busses/i2c-tiny-usb.c           | 25 +++++++++--
 drivers/mmc/host/sdhci-iproc.c              |  3 +-
 drivers/net/ethernet/emulex/benet/be_main.c |  4 +-
 drivers/net/phy/marvell.c                   | 66 ++++++++++++++++-------------
 drivers/net/usb/qmi_wwan.c                  |  2 +
 drivers/net/virtio_net.c                    |  1 +
 drivers/pci/pci.c                           |  3 +-
 drivers/s390/net/qeth_core.h                |  4 ++
 drivers/s390/net/qeth_core_main.c           | 21 +++++----
 drivers/s390/net/qeth_core_sys.c            | 24 +++++++----
 drivers/s390/net/qeth_l2.h                  |  2 +
 drivers/s390/net/qeth_l2_main.c             | 26 +++++++++---
 drivers/s390/net/qeth_l2_sys.c              |  8 ++++
 drivers/s390/net/qeth_l3_main.c             |  8 +++-
 drivers/scsi/mpt3sas/mpt3sas_scsih.c        | 15 +++++++
 fs/xfs/libxfs/xfs_bmap.c                    |  7 +--
 fs/xfs/libxfs/xfs_btree.c                   |  2 +-
 fs/xfs/xfs_attr.h                           |  1 +
 fs/xfs/xfs_attr_list.c                      |  8 ++--
 fs/xfs/xfs_bmap_util.c                      |  2 +-
 fs/xfs/xfs_buf.c                            | 24 +++++++++++
 fs/xfs/xfs_buf.h                            |  1 +
 fs/xfs/xfs_dir2_readdir.c                   | 15 +++++--
 fs/xfs/xfs_file.c                           | 31 +++++---------
 fs/xfs/xfs_icache.c                         | 58 +++++++++++++++++++++----
 fs/xfs/xfs_icache.h                         |  8 ++++
 fs/xfs/xfs_inode.h                          |  4 +-
 fs/xfs/xfs_ioctl.c                          | 11 ++++-
 fs/xfs/xfs_qm.c                             |  7 +--
 fs/xfs/xfs_qm_syscalls.c                    |  3 +-
 fs/xfs/xfs_xattr.c                          | 15 ++++---
 include/linux/if_vlan.h                     | 19 +++++----
 include/linux/pci.h                         |  5 +++
 include/net/dst.h                           |  8 +++-
 include/net/ip_fib.h                        | 10 ++---
 mm/memory-failure.c                         |  8 +---
 mm/mlock.c                                  |  5 ++-
 mm/slub.c                                   |  6 ++-
 net/bridge/br_netlink.c                     |  7 +++
 net/bridge/br_stp_if.c                      |  1 +
 net/bridge/br_stp_timer.c                   |  2 +-
 net/core/dst.c                              | 23 ++++++----
 net/core/rtnetlink.c                        | 36 ++++++++++------
 net/core/sock.c                             | 12 +++---
 net/dccp/ipv6.c                             |  6 +++
 net/ipv4/fib_frontend.c                     | 15 +++++--
 net/ipv4/fib_semantics.c                    | 17 +++++---
 net/ipv4/fib_trie.c                         | 26 ++++++------
 net/ipv4/inet_connection_sock.c             |  2 +
 net/ipv4/route.c                            | 10 ++++-
 net/ipv4/tcp.c                              |  7 ++-
 net/ipv4/tcp_input.c                        | 11 ++---
 net/ipv6/ip6_offload.c                      |  7 +--
 net/ipv6/ip6_output.c                       | 20 +++++----
 net/ipv6/output_core.c                      | 14 +++---
 net/ipv6/tcp_ipv6.c                         |  2 +
 net/ipv6/udp_offload.c                      |  6 ++-
 net/sctp/input.c                            | 16 ++++---
 net/sctp/ipv6.c                             | 49 +++++++++++++--------
 sound/pci/hda/patch_sigmatel.c              |  2 +
 72 files changed, 572 insertions(+), 290 deletions(-)


Reply via email to