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 Oct 2018 17:34:47 +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/27] 4.4.161-stable review

This is the start of the stable review cycle for the 4.4.161 release.
There are 27 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 Oct 13 15:25:23 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.161-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.161-rc1

Gao Feng <gfree.wind@....163.com>
    ebtables: arpreply: Add the standard target sanity check

Zhi Chen <zhichen@...eaurora.org>
    ath10k: fix scan crash due to incorrect length calculation

Eric Dumazet <edumazet@...gle.com>
    tcp: add tcp_ooo_try_coalesce() helper

Eric Dumazet <edumazet@...gle.com>
    tcp: call tcp_drop() from tcp_data_queue_ofo()

Eric Dumazet <edumazet@...gle.com>
    tcp: free batches of packets in tcp_prune_ofo_queue()

Eric Dumazet <edumazet@...gle.com>
    tcp: fix a stale ooo_last_skb after a replace

Yaogong Wang <wygivan@...gle.com>
    tcp: use an RB tree for ooo receive queue

Eric Dumazet <edumazet@...gle.com>
    tcp: increment sk_drops for dropped rx packets

Richard Weinberger <richard@....at>
    ubifs: Check for name being NULL while mounting

Cong Wang <xiyou.wangcong@...il.com>
    ucma: fix a use-after-free in ucma_resolve_ip()

Vineet Gupta <vgupta@...opsys.com>
    ARC: clone syscall to setp r25 as thread pointer

Michal Suchanek <msuchanek@...e.de>
    powerpc/fadump: Return error when fadump registration fails

Carl Huang <cjhuang@...eaurora.org>
    ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait

Prateek Sood <prsood@...eaurora.org>
    cgroup: Fix deadlock in cpu hotplug path

Theodore Ts'o <tytso@....edu>
    ext4: always verify the magic number in xattr blocks

Theodore Ts'o <tytso@....edu>
    ext4: add corruption check in ext4_xattr_set_entry()

Guenter Roeck <linux@...ck-us.net>
    of: unittest: Disable interrupt node tests for old world MAC systems

Johan Hovold <johan@...nel.org>
    USB: serial: simple: add Motorola Tetra MTP6550 id

Mathias Nyman <mathias.nyman@...ux.intel.com>
    xhci: Add missing CAS workaround for Intel Sunrise Point xHCI

Mike Snitzer <snitzer@...hat.com>
    dm cache: fix resize crash if user doesn't reload cache table

Rafael J. Wysocki <rafael.j.wysocki@...el.com>
    PM / core: Clear the direct_complete flag on errors

Felix Fietkau <nbd@....name>
    mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys

Daniel Drake <drake@...lessm.com>
    PCI: Reprogram bridge prefetch registers on resume

Andy Lutomirski <luto@...nel.org>
    x86/vdso: Fix vDSO syscall fallback asm constraint regression

Andy Lutomirski <luto@...nel.org>
    x86/vdso: Fix asm constraints on vDSO syscall fallbacks

Tomi Valkeinen <tomi.valkeinen@...com>
    fbdev/omapfb: fix omapfb_memory_read infoleak

Jann Horn <jannh@...gle.com>
    mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly


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

Diffstat:

 Makefile                                        |   4 +-
 arch/arc/kernel/process.c                       |  20 ++
 arch/powerpc/kernel/fadump.c                    |  23 +-
 arch/x86/entry/vdso/vclock_gettime.c            |  26 +-
 drivers/base/power/main.c                       |   5 +-
 drivers/infiniband/core/ucma.c                  |   2 +
 drivers/md/dm-cache-target.c                    |   9 +-
 drivers/net/wireless/ath/ath10k/trace.h         |  12 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c       |   8 +-
 drivers/net/wireless/ath/ath10k/wmi.c           |   2 +-
 drivers/of/unittest.c                           |  28 +-
 drivers/pci/pci.c                               |  27 +-
 drivers/usb/host/xhci-pci.c                     |   2 +
 drivers/usb/serial/usb-serial-simple.c          |   3 +-
 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c |   5 +-
 fs/ext4/xattr.c                                 |  28 +-
 fs/ubifs/super.c                                |   3 +
 include/linux/netfilter_bridge/ebtables.h       |   5 +
 include/linux/skbuff.h                          |   8 +
 include/linux/tcp.h                             |   7 +-
 include/net/sock.h                              |   7 +
 include/net/tcp.h                               |   2 +-
 kernel/cgroup.c                                 |   6 +-
 mm/vmstat.c                                     |   3 +
 net/bridge/netfilter/ebt_arpreply.c             |   3 +
 net/core/skbuff.c                               |  19 ++
 net/ipv4/tcp.c                                  |   4 +-
 net/ipv4/tcp_input.c                            | 417 +++++++++++++++---------
 net/ipv4/tcp_ipv4.c                             |   3 +-
 net/ipv4/tcp_minisocks.c                        |   1 -
 net/ipv6/tcp_ipv6.c                             |   1 +
 net/mac80211/cfg.c                              |   2 +-
 32 files changed, 453 insertions(+), 242 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ