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.15.2
Date: Thu, 26 Jun 2014 15:26:57 -0400	[thread overview]
Message-ID: <20140626192657.GA24804@kroah.com> (raw)

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

I'm announcing the release of the 3.15.2 kernel.

All users of the 3.15 kernel series must upgrade.

The updated 3.15.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.15.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

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

 Documentation/ABI/testing/ima_policy     |    2 
 Makefile                                 |    2 
 arch/arm/mach-at91/sysirq_mask.c         |   22 +++--
 arch/mips/kvm/kvm_mips.c                 |    2 
 arch/s390/kvm/interrupt.c                |    4 
 arch/s390/kvm/kvm-s390.c                 |    2 
 arch/s390/kvm/kvm-s390.h                 |    1 
 arch/sparc/net/bpf_jit_comp.c            |    8 -
 arch/x86/kvm/lapic.c                     |   62 ++++++++++-----
 drivers/hv/connection.c                  |    4 
 drivers/hv/hv_balloon.c                  |   29 ++++++-
 drivers/iio/adc/at91_adc.c               |   16 +--
 drivers/iio/adc/max1363.c                |   16 +--
 drivers/iio/adc/men_z188_adc.c           |    4 
 drivers/iio/magnetometer/ak8975.c        |    9 --
 drivers/iio/pressure/mpl3115.c           |    6 -
 drivers/net/ethernet/renesas/sh_eth.c    |   32 +++++--
 drivers/net/ethernet/renesas/sh_eth.h    |    2 
 drivers/net/ethernet/sfc/io.h            |    7 +
 drivers/net/ethernet/sfc/tx.c            |   22 ++++-
 drivers/net/macvlan.c                    |    1 
 drivers/net/usb/qmi_wwan.c               |    7 +
 drivers/net/vxlan.c                      |    7 -
 drivers/rtc/rtc-at91rm9200.c             |   16 +++
 drivers/staging/iio/adc/mxs-lradc.c      |   12 +-
 drivers/staging/iio/light/tsl2x7x_core.c |    8 +
 drivers/target/iscsi/iscsi_target_auth.c |   10 ++
 drivers/target/target_core_transport.c   |    4 
 drivers/usb/class/cdc-acm.c              |  125 ++++++++++++++++++-------------
 drivers/usb/class/cdc-acm.h              |    2 
 include/sound/core.h                     |    2 
 include/uapi/sound/compress_offload.h    |    2 
 lib/lz4/lz4_decompress.c                 |    2 
 lib/lzo/lzo1x_decompress_safe.c          |   62 ++++++++++-----
 mm/shmem.c                               |    3 
 mm/slab.c                                |   90 +++++++++++++++++-----
 net/core/dev.c                           |    5 -
 net/core/rtnetlink.c                     |   23 ++++-
 net/ipv4/datagram.c                      |   20 +++-
 net/ipv4/ipip.c                          |    5 -
 net/ipv4/udp.c                           |    4 
 net/ipv6/ip6_tunnel.c                    |    1 
 net/ipv6/sit.c                           |    5 -
 net/ipv6/udp.c                           |    8 -
 net/mac80211/iface.c                     |    1 
 net/sctp/associola.c                     |    2 
 security/integrity/evm/evm_main.c        |   12 ++
 security/integrity/ima/ima_api.c         |   10 ++
 security/integrity/ima/ima_crypto.c      |   32 +++++++
 security/integrity/ima/ima_main.c        |    5 -
 security/integrity/ima/ima_policy.c      |    6 +
 security/integrity/integrity.h           |    1 
 sound/core/control.c                     |   78 ++++++++++++-------
 sound/core/init.c                        |    1 
 sound/pci/hda/patch_hdmi.c               |   10 ++
 sound/pci/hda/patch_realtek.c            |   24 +++++
 sound/soc/codecs/max98090.c              |    3 
 sound/soc/codecs/tlv320aic3x.c           |    2 
 sound/soc/soc-dapm.c                     |   23 ++---
 59 files changed, 624 insertions(+), 262 deletions(-)

Alexei Starovoitov (2):
      net: filter: fix typo in sparc BPF JIT
      net: filter: fix sparc32 typo

Ben Dooks (1):
      sh_eth: use RNC mode for packet reception

Bjørn Mork (1):
      net: qmi_wwan: add Olivetti Olicard modems

Boris BREZILLON (2):
      rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
      ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs

Christian Borntraeger (1):
      KVM: s390: Drop pending interrupts on guest exit

Cong Wang (1):
      vxlan: use dev->needed_headroom instead of dev->hard_header_len

Dan Carpenter (2):
      iio: adc: checking for NULL instead of IS_ERR() in probe
      iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()

David Henningsson (1):
      ALSA: hda - Add quirk for external mic on Lifebook U904

Dmitry Kasatkin (1):
      ima: introduce ima_kernel_read()

Dmitry Popov (1):
      ipip, sit: fix ipv4_{update_pmtu,redirect} calls

Eric Dumazet (3):
      net: force a list_del() in unregister_netdevice_many()
      ipv4: fix a race in ip4_datagram_release_cb()
      udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup

Greg Kroah-Hartman (3):
      lzo: properly check for overruns
      lz4: ensure length does not wrap
      Linux 3.15.2

Hugh Dickins (1):
      tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported

James Hogan (1):
      MIPS: KVM: Allocate at least 16KB for exception handlers

Johan Hovold (10):
      USB: cdc-acm: fix write and suspend race
      USB: cdc-acm: fix write and resume race
      USB: cdc-acm: fix broken runtime suspend
      USB: cdc-acm: fix runtime PM for control messages
      USB: cdc-acm: fix shutdown and suspend race
      USB: cdc-acm: fix potential urb leak and PM imbalance in write
      USB: cdc-acm: fix open and suspend race
      USB: cdc-acm: fix failed open not being detected
      USB: cdc-acm: fix I/O after failed open
      USB: cdc-acm: fix runtime PM imbalance at shutdown

Jon Cooper (1):
      sfc: PIO:Restrict to 64bit arch and use 64-bit writes.

Jonathan Cameron (1):
      iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and max11611.

Joonsoo Kim (1):
      slab: fix oops when reading /proc/slab_allocators

K. Y. Srinivasan (1):
      Drivers: hv: balloon: Ensure pressure reports are posted regularly

Kailang Yang (2):
      ALSA: hda/realtek - Add support of ALC891 codec
      ALSA: hda/realtek - Add more entry for enable HP mute led

Lars-Peter Clausen (6):
      ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()
      ALSA: control: Protect user controls against concurrent access
      ALSA: control: Fix replacing user controls
      ALSA: control: Don't access controls outside of protected regions
      ALSA: control: Handle numid overflow
      ALSA: control: Make sure that id->index does not overflow

Liam Girdwood (1):
      ASoC: max98090: Fix reset at resume time

Mario Schuknecht (1):
      staging: iio: tsl2x7x_core: fix proximity treshold

Mengdong Lin (1):
      ALSA: hda - verify pin:converter connection on unsol event for HSW and VLV

Michal Schmidt (1):
      rtnetlink: fix userspace API breakage for iproute2 < v3.9.0

Mimi Zohar (2):
      ima: audit log files opened with O_DIRECT flag
      evm: prohibit userspace writing 'security.evm' HMAC value

Nicholas Bellinger (2):
      target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmd
      iscsi-target: Reject mutual authentication with reflected CHAP_C

Paolo Bonzini (1):
      KVM: lapic: sync highest ISR to hardware apic on EOI

Peter Meerwald (2):
      iio: Fix endianness issue in ak8975_read_axis()
      iio: Fix two mpl3115 issues in measurement conversion

Peter Ujfalusi (1):
      ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() function

Radim Krčmář (1):
      hv: use correct order when freeing monitor_pages

Robert Hodaszi (1):
      iio: mxs-lradc: fix divider

Sergei Shtylyov (1):
      sh_eth: fix SH7619/771x support

Sven Wegener (1):
      ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()

Tom Gundersen (1):
      net: tunnels - enable module autoloading

Wang, Xiaoming (1):
      ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform.

Xufeng Zhang (1):
      sctp: Fix sk_ack_backlog wrap-around problem


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

             reply	other threads:[~2014-06-26 19:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 19:26 Greg KH [this message]
2014-06-26 19:27 ` Linux 3.15.2 Greg KH
2014-06-27  0:23 ` Josh Boyer
2014-06-27  3:52   ` Steven Noonan
2014-06-27  4:07     ` Greg KH
2014-06-27  4:17     ` Willy Tarreau

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=20140626192657.GA24804@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.