All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.14.60
Date: Fri, 29 Jan 2016 14:36:47 -0800	[thread overview]
Message-ID: <20160129223647.GA10071@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 8573 bytes --]

I'm announcing the release of the 3.14.60 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                             |    2 -
 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, 375 insertions(+), 154 deletions(-)

Alexandra Yates (1):
      ALSA: hda - Add Intel Lewisburg device IDs Audio

Andrew Morton (1):
      openrisc: fix CONFIG_UID16 setting

Andrey Ryabinin (1):
      ipv6/addrlabel: fix ip6addrlbl_get()

Arnd Bergmann (1):
      arm64: fix building without CONFIG_UID16

Ben Hutchings (2):
      isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
      ppp, slip: Validate VJ compression slot parameters completely

Boqun Feng (2):
      powerpc: Make value-returning atomics fully ordered
      powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered

Boris Ostrovsky (1):
      xen/gntdev: Grant maps should not be subject to NUMA balancing

Chunfeng Yun (1):
      usb: xhci: fix config fail of FS hub behind a HS hub with MTT

Dan Carpenter (1):
      USB: ipaq.c: fix a timeout loop

David Henningsson (1):
      ALSA: hda - Add inverted dmic for Packard Bell DOTS

Dmitry V. Levin (1):
      x86/signal: Fix restart_syscall number for x32 tasks

Eric Dumazet (2):
      phonet: properly unshare skbs in phonet_rcv()
      ipv6: update skb->csum when CE mark is propagated

Florian Westphal (1):
      connector: bump skb->users before callback invocation

Francesco Ruggeri (1):
      net: possible use after free in dst_release

Greg Kroah-Hartman (1):
      Linux 3.14.60

Guenter Roeck (1):
      mn10300: Select CONFIG_HAVE_UID16 to fix build failure

H.J. Lu (1):
      x86/boot: Double BOOT_HEAP_SIZE to 64KB

Hannes Frederic Sowa (1):
      bridge: Only call /sbin/bridge-stp for the initial network namespace

Ido Schimmel (1):
      team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid

Jan Stancek (1):
      ipmi: move timer init to before irq is setup

John Blackwood (1):
      arm64: Clear out any singlestep state on a ptrace detach operation

Karl Heiss (1):
      bonding: Prevent IPv6 link local address on enslaved devices

Mans Rullgard (1):
      ASoC: wm8974: set cache type for regmap

Marc Zyngier (1):
      arm64: KVM: Fix AArch32 to AArch64 register mapping

Mario Kleiner (2):
      x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]
      ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)

Michael Neuling (2):
      powerpc/tm: Block signal return setting invalid MSR state
      powerpc/tm: Check for already reclaimed tasks

Mikulas Patocka (1):
      parisc iommu: fix panic due to trying to allocate too large region

Neal Cardwell (1):
      tcp_yeah: don't set ssthresh below 2

Nicolas Boichat (2):
      ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
      ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode

Nikesh Oswal (1):
      ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz

Oliver Freyermuth (1):
      USB: cp210x: add ID for ELV Marble Sound Board 1

Oliver Neukum (1):
      xhci: refuse loading if nousb is used

Ouyang Zhaowei (Charles) (1):
      x86/xen: don't reset vcpu_info on a cancelled suspend

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR

Richard Purdie (1):
      HID: core: Avoid uninitialized buffer access

Sachin Pandhare (1):
      ASoC: wm8962: correct addresses for HPF_C_0/1

Sasha Levin (1):
      net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory

Takashi Iwai (9):
      ALSA: hda - Apply pin fixup for HP ProBook 6550b
      ALSA: rme96: Fix unexpected volume reset after rate changes
      ALSA: seq: Fix missing NULL check at remove_events ioctl
      ALSA: seq: Fix race at timer setup and close
      ALSA: timer: Harden slave timer list handling
      ALSA: timer: Fix race among timer ioctls
      ALSA: timer: Fix double unlink of active_list
      ALSA: hrtimer: Fix stall by hrtimer_cancel()
      ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0

Ulrich Weigand (1):
      scripts/recordmcount.pl: support data in text section on powerpc

Vijay Pandurangan (1):
      veth: don’t modify ip_summed; doing so treats packets with bad checksums as good.

Vinod Koul (1):
      ASoC: compress: Fix compress device direction check

Will Deacon (1):
      arm64: mm: ensure that the zero page is visible to the page table walker

Xin Long (1):
      sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close

Xiong Zhang (1):
      ALSA: hda - Set SKL+ hda controller power at freeze() and thaw()

Yang Shi (1):
      arm64: restore bogomips information in /proc/cpuinfo

willy tarreau (1):
      unix: properly account for FDs passed over unix sockets


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2016-01-29 22:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 22:36 Greg KH [this message]
2016-01-29 22:36 ` Linux 3.14.60 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160129223647.GA10071@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.