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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 13 Jan 2017 12:38:17 +0100
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.kh@...sung.com, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.4 00/27] 4.4.43-stable review

This is the start of the stable review cycle for the 4.4.43 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 Sun Jan 15 11:36:57 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.43-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.43-rc1

Oliver O'Halloran <oohall@...il.com>
    mm/init: fix zone boundary creation

Dennis Kadioglu <denk@...t.com>
    ALSA: usb-audio: Add a quirk for Plantronics BT600

Uwe Kleine-König <uwe@...ine-koenig.org>
    spi: mvebu: fix baudrate calculation for armada variant

Tony Lindgren <tony@...mide.com>
    ARM: OMAP4+: Fix bad fallthrough for cpuidle

Kyle Roeschley <kyle.roeschley@...com>
    ARM: zynq: Reserve correct amount of non-DMA RAM

Larry Finger <Larry.Finger@...inger.net>
    powerpc: Fix build warning on 32-bit PPC

Takashi Sakamoto <o-takashi@...amocchi.jp>
    ALSA: firewire-tascam: Fix to handle error from initialization of stream data

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    HID: hid-cypress: validate length of report

David Ahern <dsa@...ulusnetworks.com>
    net: vrf: do not allow table id 0

David Ahern <dsa@...ulusnetworks.com>
    net: ipv4: Fix multipath selection with vrf

Herbert Xu <herbert@...dor.apana.org.au>
    gro: Disable frag0 optimization on IPv6 ext headers

Eric Dumazet <edumazet@...gle.com>
    gro: use min_t() in skb_gro_reset_offset()

Herbert Xu <herbert@...dor.apana.org.au>
    gro: Enter slow-path if there is no tailroom

hayeswang <hayeswang@...ltek.com>
    r8152: fix rx issue for runtime suspend

hayeswang <hayeswang@...ltek.com>
    r8152: split rtl8152_suspend function

Alexander Duyck <alexander.h.duyck@...el.com>
    ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules

Michal Tesar <mtesar@...hat.com>
    igmp: Make igmp group member RFC 3376 compliant

Reiter Wolfgang <wr0112358@...il.com>
    drop_monitor: consider inserted data in genlmsg_end

Reiter Wolfgang <wr0112358@...il.com>
    drop_monitor: add missing call to genlmsg_end

Eli Cohen <eli@...lanox.com>
    net/mlx5: Avoid shadowing numa_node

Noa Osherovich <noaos@...lanox.com>
    net/mlx5: Check FW limitations on log_max_qp before setting it

Florian Fainelli <f.fainelli@...il.com>
    net: stmmac: Fix race between stmmac_drv_probe and stmmac_open

Daniel Borkmann <daniel@...earbox.net>
    net, sched: fix soft lockup in tc_classify

Dave Jones <davej@...emonkey.org.uk>
    ipv6: handle -EFAULT from skb_copy_bits

David Ahern <dsa@...ulusnetworks.com>
    net: vrf: Drop conntrack data after pass through VRF device on Tx

Dan Carpenter <dan.carpenter@...cle.com>
    ser_gigaset: return -ENOMEM on error instead of success

stephen hemminger <stephen@...workplumber.org>
    netvsc: reduce maximum GSO size


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

Diffstat:

 Makefile                                          |  4 +-
 arch/arm/mach-omap2/omap-mpuss-lowpower.c         |  5 +-
 arch/arm/mach-zynq/common.c                       |  2 +-
 arch/powerpc/kernel/misc_32.S                     |  2 +-
 drivers/hid/hid-cypress.c                         |  3 +
 drivers/isdn/gigaset/ser-gigaset.c                |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c    | 10 ++-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 22 +++---
 drivers/net/hyperv/netvsc_drv.c                   |  3 +
 drivers/net/usb/r8152.c                           | 80 +++++++++++++++++-----
 drivers/net/vrf.c                                 |  8 +++
 drivers/spi/spi-orion.c                           | 83 +++++++++++++++--------
 include/linux/netdevice.h                         |  9 ++-
 mm/page_alloc.c                                   | 17 +++--
 net/core/dev.c                                    |  4 +-
 net/core/drop_monitor.c                           | 39 ++++++++---
 net/ipv4/fib_frontend.c                           |  2 +-
 net/ipv4/fib_semantics.c                          |  9 ++-
 net/ipv4/igmp.c                                   |  7 +-
 net/ipv6/ip6_offload.c                            |  1 +
 net/ipv6/raw.c                                    |  6 +-
 net/sched/cls_api.c                               |  4 +-
 sound/firewire/tascam/tascam-stream.c             |  2 +-
 sound/usb/quirks.c                                |  1 +
 24 files changed, 237 insertions(+), 90 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ