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:	Sun, 14 Dec 2014 12:20:38 -0800
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, satoru.takeuchi@...il.com,
	shuah.kh@...sung.com, stable@...r.kernel.org
Subject: [PATCH 3.14 00/34] 3.14.27-stable review

This is the start of the stable review cycle for the 3.14.27 release.
There are 34 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 Tue Dec 16 20:17:55 UTC 2014.
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/v3.0/stable-review/patch-3.14.27-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

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

Takashi Iwai <tiwai@...e.de>
    ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery

Takashi Iwai <tiwai@...e.de>
    ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210

Takashi Iwai <tiwai@...e.de>
    ALSA: hda - Add EAPD fixup for ASUS Z99He laptop

Ronald Wahl <ronald.wahl@...itan.com>
    mac80211: Fix regression that triggers a kernel BUG with CCMP

Anton Blanchard <anton@...ba.org>
    powerpc: 32 bit getcpu VDSO function uses 64 bit instructions

Todd Fujinaka <todd.fujinaka@...el.com>
    igb: bring link up when PHY is powered up

Kan Liang <kan.liang@...el.com>
    perf/x86/intel: Protect LBR and extra_regs against KVM lying

Daniel Borkmann <dborkman@...hat.com>
    net: sctp: use MAX_HEADER for headroom reserve in output path

Eric Dumazet <edumazet@...gle.com>
    net: mvneta: fix race condition in mvneta_tx()

willy tarreau <w@....eu>
    net: mvneta: fix Tx interrupt delay

Tom Herbert <therbert@...gle.com>
    gre: Set inner mac header in gro complete

Nicolas Dichtel <nicolas.dichtel@...nd.com>
    rtnetlink: release net refcnt on error in do_setlink()

Jack Morgenstein <jackm@....mellanox.co.il>
    net/mlx4_core: Limit count field to 24 bits in qp_alloc_res

Thadeu Lima de Souza Cascardo <cascardo@...ux.vnet.ibm.com>
    tg3: fix ring init when there are more TX than RX channels

Marcelo Leitner <mleitner@...hat.com>
    Fix race condition between vxlan_sock_add and vxlan_sock_release

Yuri Chislov <yuri.chislov@...il.com>
    ipv6: gre: fix wrong skb->protocol in WCCP

lucien <lucien.xin@...il.com>
    ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic

Dmitry Torokhov <dtor@...omium.org>
    sata_fsl: fix error handling of irq_of_parse_and_map

Tejun Heo <tj@...nel.org>
    ahci: disable MSI on SAMSUNG 0xa800 SSD

Devin Ryles <devin.ryles@...el.com>
    AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller

Mathias Nyman <mathias.nyman@...ux.intel.com>
    USB: xhci: Reset a halted endpoint immediately when we encounter a stall.

Sakari Ailus <sakari.ailus@....fi>
    media: smiapp: Only some selection targets are settable

Chris Clayton <chris2553@...glemail.com>
    x86: Use $(OBJDUMP) instead of plain objdump

Daniel Vetter <daniel.vetter@...ll.ch>
    drm/i915: Unlock panel even when LVDS is disabled

Daniel Vetter <daniel.vetter@...ll.ch>
    drm/i915: More cautious with pch fifo underruns

Petr Mladek <pmladek@...e.cz>
    drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6

Grygorii Strashko <grygorii.strashko@...com>
    i2c: davinci: generate STP always when NACK is received

Alexander Kochetkov <al.kochet@...il.com>
    i2c: omap: fix i207 errata handling

Alexander Kochetkov <al.kochet@...il.com>
    i2c: omap: fix NACK and Arbitration Lost irq handling

Seth Forshee <seth.forshee@...onical.com>
    xen-netfront: Remove BUGs on paged skb data which crosses a page boundary

Daniel Forrest <dan.forrest@...c.wisc.edu>
    mm: fix anon_vma_clone() error treatment

Hugh Dickins <hughd@...gle.com>
    mm: fix swapoff hang after page migration and fork

Andrew Morton <akpm@...ux-foundation.org>
    mm/vmpressure.c: fix race in vmpressure_work_fn()

Weijie Yang <weijie.yang@...sung.com>
    mm: frontswap: invalidate expired data on a dup-store failure


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

Diffstat:

 Makefile                                           |  4 +-
 arch/powerpc/kernel/vdso32/getcpu.S                |  4 +-
 arch/x86/boot/compressed/Makefile                  |  2 +-
 arch/x86/kernel/cpu/perf_event.c                   |  3 +
 arch/x86/kernel/cpu/perf_event.h                   | 12 ++--
 arch/x86/kernel/cpu/perf_event_intel.c             | 66 +++++++++++++++++++++-
 drivers/ata/ahci.c                                 |  4 ++
 drivers/ata/sata_fsl.c                             |  2 +-
 drivers/gpu/drm/i915/intel_display.c               |  2 -
 drivers/gpu/drm/i915/intel_lvds.c                  | 22 ++++----
 drivers/gpu/drm/radeon/radeon_kms.c                |  2 +
 drivers/i2c/busses/i2c-davinci.c                   |  8 +--
 drivers/i2c/busses/i2c-omap.c                      | 10 ++--
 drivers/media/i2c/smiapp/smiapp-core.c             |  2 +-
 drivers/net/ethernet/broadcom/tg3.c                |  3 +-
 drivers/net/ethernet/intel/igb/igb_main.c          |  2 +
 drivers/net/ethernet/marvell/mvneta.c              |  5 +-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |  2 +-
 drivers/net/vxlan.c                                | 10 +---
 drivers/net/xen-netfront.c                         |  5 --
 drivers/usb/host/xhci-ring.c                       | 40 ++++---------
 drivers/usb/host/xhci.c                            | 60 +++++---------------
 mm/frontswap.c                                     |  4 +-
 mm/memory.c                                        | 26 ++++-----
 mm/mmap.c                                          | 10 +++-
 mm/rmap.c                                          |  6 +-
 mm/vmpressure.c                                    |  8 ++-
 net/core/rtnetlink.c                               |  1 +
 net/ipv4/gre_offload.c                             |  3 +
 net/ipv4/ip_vti.c                                  |  1 +
 net/ipv6/ip6_gre.c                                 |  4 +-
 net/ipv6/ip6_vti.c                                 | 11 ++++
 net/mac80211/aes_ccm.c                             |  3 +
 net/sctp/output.c                                  |  4 +-
 sound/pci/hda/patch_analog.c                       |  1 +
 sound/pci/hda/patch_realtek.c                      |  1 +
 sound/usb/midi.c                                   |  2 +
 37 files changed, 202 insertions(+), 153 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ