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:   Thu, 11 May 2017 16:12:17 +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, shuahkh@....samsung.com, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.11 00/28] 4.11.1-stable review

This is the start of the stable review cycle for the 4.11.1 release.
There are 28 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 Sat May 13 14:12:05 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.11.1-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.11.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Ilya Dryomov <idryomov@...il.com>
    block: get rid of blk_integrity_revalidate()

Boris Ostrovsky <boris.ostrovsky@...cle.com>
    xen: Revert commits da72ff5bfcb0 and 72a9b186292d

Stefano Stabellini <sstabellini@...nel.org>
    xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."

Jin Qian <jinqian@...gle.com>
    f2fs: sanity check segment count

Jon Mason <jon.mason@...adcom.com>
    net: mdio-mux: bcm-iproc: call mdiobus_free() in error path

Daniel Borkmann <daniel@...earbox.net>
    bpf: don't let ldimm64 leak map addresses on unprivileged

Dan Carpenter <dan.carpenter@...cle.com>
    bnxt_en: allocate enough space for ->ntp_fltr_bmap

Eric Dumazet <edumazet@...gle.com>
    tcp: randomize timestamps on syncookies

WANG Cong <xiyou.wangcong@...il.com>
    ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf

WANG Cong <xiyou.wangcong@...il.com>
    ipv6: initialize route null entry in addrconf_init()

Michal Schmidt <mschmidt@...hat.com>
    rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string

Alexander Potapenko <glider@...gle.com>
    ipv4, ipv6: ensure raw socket message is big enough to hold an IP header

Eric Dumazet <edumazet@...gle.com>
    tcp: do not inherit fastopen_req from parent

Daniele Palmas <dnlplm@...il.com>
    net: usb: qmi_wwan: add Telit ME910 support

David Ahern <dsahern@...il.com>
    net: ipv6: Do not duplicate DAD on link up

Eric Dumazet <edumazet@...gle.com>
    tcp: fix wraparound issue in tcp_lp

Daniel Borkmann <daniel@...earbox.net>
    bpf, arm64: fix jit branch offset related to ldimm64

Yonghong Song <yhs@...com>
    bpf: enhance verifier to understand stack pointer arithmetic

Girish Moodalbail <girish.moodalbail@...cle.com>
    geneve: fix incorrect setting of UDP checksum flag

Davide Caratti <dcaratti@...hat.com>
    tcp: fix access to sk->sk_state in tcp_poll()

Alexandre Belloni <alexandre.belloni@...e-electrons.com>
    net: macb: fix phy interrupt parsing

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    refcount: change EXPORT_SYMBOL markings

Dave Aldridge <david.j.aldridge@...cle.com>
    sparc64: fix fault handling in NGbzero.S and GENbzero.S

James Hughes <james.hughes@...pberrypi.org>
    brcmfmac: Make skb header writable before use

James Hughes <james.hughes@...pberrypi.org>
    brcmfmac: Ensure pointer correctly set if skb data location changes

Giedrius Statkevičius <giedrius.statkevicius@...il.com>
    power: supply: lp8788: prevent out of bounds array access

Vincent Abriou <vincent.abriou@...com>
    drm/sti: fix GDP size to support up to UHD resolution

Adrian Salido <salidoa@...gle.com>
    dm ioctl: prevent stack leak in dm ioctl call


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

Diffstat:

 Makefile                                           |  4 +-
 arch/arm/include/asm/device.h                      |  3 ++
 arch/arm/include/asm/dma-mapping.h                 | 12 +-----
 arch/arm/mm/dma-mapping.c                          |  7 ++++
 arch/arm64/include/asm/device.h                    |  3 ++
 arch/arm64/include/asm/dma-mapping.h               | 13 +------
 arch/arm64/mm/dma-mapping.c                        |  7 ++++
 arch/arm64/net/bpf_jit_comp.c                      |  8 ++--
 arch/sparc/kernel/head_64.S                        |  6 +++
 arch/sparc/lib/GENbzero.S                          |  2 +-
 arch/sparc/lib/NGbzero.S                           |  2 +-
 arch/x86/include/asm/xen/events.h                  | 11 ++++++
 arch/x86/pci/xen.c                                 |  2 +-
 arch/x86/xen/enlighten.c                           | 16 +++++---
 arch/x86/xen/smp.c                                 |  2 +
 arch/x86/xen/time.c                                |  5 +++
 block/blk-integrity.c                              | 19 +--------
 block/partition-generic.c                          |  1 -
 drivers/gpu/drm/sti/sti_gdp.c                      | 12 +++---
 drivers/md/dm-ioctl.c                              |  2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  3 +-
 drivers/net/ethernet/cadence/macb.c                | 18 +++++----
 drivers/net/geneve.c                               |  2 +-
 drivers/net/phy/mdio-mux-bcm-iproc.c               |  5 ++-
 drivers/net/usb/qmi_wwan.c                         |  1 +
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    | 23 ++++-------
 drivers/power/supply/lp8788-charger.c              |  2 +-
 drivers/xen/events/events_base.c                   | 26 ++++++++-----
 drivers/xen/platform-pci.c                         | 13 ++-----
 fs/block_dev.c                                     |  1 -
 fs/f2fs/super.c                                    |  7 ++++
 include/linux/f2fs_fs.h                            |  6 +++
 include/linux/genhd.h                              |  2 -
 include/net/addrconf.h                             |  2 +
 include/net/ip6_route.h                            |  1 +
 include/net/secure_seq.h                           | 10 +++--
 include/net/tcp.h                                  |  5 ++-
 include/xen/arm/page-coherent.h                    |  8 ++++
 kernel/bpf/verifier.c                              | 32 ++++++++++++---
 lib/refcount.c                                     | 22 +++++------
 lib/test_bpf.c                                     | 45 ++++++++++++++++++++++
 net/core/rtnetlink.c                               |  2 +-
 net/core/secure_seq.c                              | 34 +++++++++-------
 net/ipv4/raw.c                                     |  3 ++
 net/ipv4/syncookies.c                              | 12 +++++-
 net/ipv4/tcp.c                                     |  2 +-
 net/ipv4/tcp_input.c                               |  8 ++--
 net/ipv4/tcp_ipv4.c                                | 32 ++++++++-------
 net/ipv4/tcp_lp.c                                  |  6 ++-
 net/ipv4/tcp_minisocks.c                           |  1 +
 net/ipv6/addrconf.c                                |  8 +++-
 net/ipv6/raw.c                                     |  2 +
 net/ipv6/route.c                                   | 39 ++++++++++++-------
 net/ipv6/syncookies.c                              | 10 ++++-
 net/ipv6/tcp_ipv6.c                                | 32 ++++++++-------
 tools/testing/selftests/bpf/test_verifier.c        | 18 ++++++---
 56 files changed, 375 insertions(+), 205 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ