From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56388 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966292AbcA0TRc (ORCPT ); Wed, 27 Jan 2016 14:17:32 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, info@kernelci.org, stable@vger.kernel.org Subject: [PATCH 3.14 00/59] 3.14.60-stable review Date: Wed, 27 Jan 2016 10:14:48 -0800 Message-Id: <20160127180730.588995883@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: ------------------------- NOTE: There are still a lot of pending stable patches in the queue, well over 400 of them to be specific, so some of your favorite/pet patches might not be included in these releases. Please be patient as I dig out from this backlog over the next few weeks. If there are specific patches that you just _must_ have included in a stable release soon, please let me know. ------------------------- This is the start of the stable review cycle for the 3.14.60 release. There are 59 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 Fri Jan 29 18:06:59 UTC 2016. 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.x/stable-review/patch-3.14.60-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.60-rc1 Yang Shi arm64: restore bogomips information in /proc/cpuinfo Guenter Roeck mn10300: Select CONFIG_HAVE_UID16 to fix build failure Andrew Morton openrisc: fix CONFIG_UID16 setting Richard Purdie HID: core: Avoid uninitialized buffer access Mikulas Patocka parisc iommu: fix panic due to trying to allocate too large region Will Deacon arm64: mm: ensure that the zero page is visible to the page table walker John Blackwood arm64: Clear out any singlestep state on a ptrace detach operation Arnd Bergmann arm64: fix building without CONFIG_UID16 Marc Zyngier arm64: KVM: Fix AArch32 to AArch64 register mapping Ulrich Weigand scripts/recordmcount.pl: support data in text section on powerpc Boqun Feng powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered Boqun Feng powerpc: Make value-returning atomics fully ordered Michael Neuling powerpc/tm: Check for already reclaimed tasks Michael Neuling powerpc/tm: Block signal return setting invalid MSR state Ido Schimmel team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid Ben Hutchings ppp, slip: Validate VJ compression slot parameters completely Ben Hutchings isdn_ppp: Add checks for allocation failure in isdn_ppp_open() Eric Dumazet ipv6: update skb->csum when CE mark is propagated Eric Dumazet phonet: properly unshare skbs in phonet_rcv() Karl Heiss bonding: Prevent IPv6 link local address on enslaved devices Neal Cardwell tcp_yeah: don't set ssthresh below 2 Sasha Levin net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory Francesco Ruggeri net: possible use after free in dst_release Hannes Frederic Sowa bridge: Only call /sbin/bridge-stp for the initial network namespace willy tarreau unix: properly account for FDs passed over unix sockets Florian Westphal connector: bump skb->users before callback invocation Xin Long sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close Andrey Ryabinin ipv6/addrlabel: fix ip6addrlbl_get() Vijay Pandurangan veth: don’t modify ip_summed; doing so treats packets with bad checksums as good. Oliver Neukum xhci: refuse loading if nousb is used Oliver Freyermuth USB: cp210x: add ID for ELV Marble Sound Board 1 Dan Carpenter USB: ipaq.c: fix a timeout loop Chunfeng Yun usb: xhci: fix config fail of FS hub behind a HS hub with MTT Vinod Koul ASoC: compress: Fix compress device direction check Nikesh Oswal ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz Mans Rullgard ASoC: wm8974: set cache type for regmap Sachin Pandhare ASoC: wm8962: correct addresses for HPF_C_0/1 Takashi Iwai ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 Takashi Iwai ALSA: hrtimer: Fix stall by hrtimer_cancel() Nicolas Boichat ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode Nicolas Boichat ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode Takashi Iwai ALSA: timer: Fix double unlink of active_list Takashi Iwai ALSA: timer: Fix race among timer ioctls Takashi Iwai ALSA: timer: Harden slave timer list handling Takashi Iwai ALSA: seq: Fix race at timer setup and close Takashi Iwai ALSA: seq: Fix missing NULL check at remove_events ioctl Mario Kleiner ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2) Xiong Zhang ALSA: hda - Set SKL+ hda controller power at freeze() and thaw() David Henningsson ALSA: hda - Add inverted dmic for Packard Bell DOTS Takashi Iwai ALSA: rme96: Fix unexpected volume reset after rate changes Takashi Iwai ALSA: hda - Apply pin fixup for HP ProBook 6550b Alexandra Yates ALSA: hda - Add Intel Lewisburg device IDs Audio Jan Stancek ipmi: move timer init to before irq is setup H.J. Lu x86/boot: Double BOOT_HEAP_SIZE to 64KB Mario Kleiner x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[] Paul Mackerras KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR Ouyang Zhaowei (Charles) x86/xen: don't reset vcpu_info on a cancelled suspend Boris Ostrovsky xen/gntdev: Grant maps should not be subject to NUMA balancing Dmitry V. Levin x86/signal: Fix restart_syscall number for x32 tasks ------------- Diffstat: Makefile | 4 +-- arch/arm64/include/asm/kvm_emulate.h | 8 +++--- arch/arm64/kernel/ptrace.c | 6 +++++ arch/arm64/kernel/setup.c | 4 +++ arch/arm64/kvm/inject_fault.c | 2 +- arch/arm64/mm/mmu.c | 3 +++ arch/mn10300/Kconfig | 4 +-- arch/openrisc/Kconfig | 4 +-- arch/powerpc/include/asm/cmpxchg.h | 16 +++++------ arch/powerpc/include/asm/reg.h | 1 + arch/powerpc/include/asm/synch.h | 2 +- arch/powerpc/kernel/process.c | 18 +++++++++++++ arch/powerpc/kernel/signal_32.c | 14 ++++++---- arch/powerpc/kernel/signal_64.c | 4 +++ arch/powerpc/kvm/book3s_hv.c | 6 +++++ arch/x86/include/asm/boot.h | 2 +- arch/x86/kernel/reboot.c | 8 ++++++ arch/x86/kernel/signal.c | 17 +++++++----- arch/x86/xen/suspend.c | 3 ++- drivers/char/ipmi/ipmi_si_intf.c | 8 +++--- drivers/connector/connector.c | 11 +++----- drivers/hid/hid-core.c | 2 +- drivers/isdn/i4l/isdn_ppp.c | 12 ++++++--- drivers/net/bonding/bond_main.c | 5 +++- drivers/net/ppp/ppp_generic.c | 6 ++--- drivers/net/slip/slhc.c | 12 ++++++--- drivers/net/slip/slip.c | 2 +- drivers/net/team/team.c | 6 ++--- drivers/net/veth.c | 6 ----- drivers/parisc/iommu-helpers.h | 15 ++++++----- drivers/usb/host/xhci.c | 12 +++++++++ drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/ipaq.c | 3 ++- drivers/xen/gntdev.c | 2 +- include/linux/sched.h | 1 + include/linux/syscalls.h | 2 +- include/linux/types.h | 2 +- include/net/inet_ecn.h | 19 ++++++++++--- net/bridge/br_stp_if.c | 5 +++- net/core/dst.c | 3 ++- net/ipv4/tcp_yeah.c | 2 +- net/ipv6/addrlabel.c | 2 +- net/ipv6/xfrm6_mode_tunnel.c | 2 +- net/phonet/af_phonet.c | 4 +++ net/sctp/sm_statefuns.c | 6 +++-- net/sctp/socket.c | 3 +-- net/sctp/sysctl.c | 2 +- net/unix/af_unix.c | 24 ++++++++++++++--- net/unix/garbage.c | 16 ++++++++--- scripts/recordmcount.pl | 3 ++- sound/core/control.c | 2 ++ sound/core/hrtimer.c | 3 ++- sound/core/pcm_compat.c | 13 ++++++--- sound/core/seq/seq_clientmgr.c | 2 +- sound/core/seq/seq_compat.c | 9 ++++--- sound/core/seq/seq_queue.c | 2 ++ sound/core/timer.c | 52 +++++++++++++++++++++++------------- sound/pci/hda/hda_intel.c | 39 +++++++++++++++++++++++++++ sound/pci/hda/patch_realtek.c | 12 +++++++-- sound/pci/hda/patch_sigmatel.c | 1 + sound/pci/rme96.c | 41 +++++++++++++++++----------- sound/soc/codecs/arizona.c | 2 +- sound/soc/codecs/wm8962.c | 4 +-- sound/soc/codecs/wm8974.c | 1 + sound/soc/soc-compress.c | 23 +++++++++++++--- 65 files changed, 376 insertions(+), 155 deletions(-)