Linux kernel -stable discussions
 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.38
Date: Mon, 13 Apr 2015 14:38:04 +0200	[thread overview]
Message-ID: <20150413123804.GA28914@kroah.com> (raw)

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

I'm announcing the release of the 3.14.38 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/mmu_context.h        |    9 +++++
 arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi |    1 
 arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi |    1 
 arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi |    1 
 arch/powerpc/kernel/exceptions-64s.S        |    2 -
 arch/powerpc/platforms/pseries/mobility.c   |   44 ++++++++++++++--------------
 drivers/base/regmap/regcache-rbtree.c       |    2 -
 drivers/clocksource/time-efm32.c            |    4 +-
 drivers/clocksource/timer-sun5i.c           |    8 ++---
 drivers/dma/dw/platform.c                   |    5 ++-
 drivers/md/dm-io.c                          |   15 +++++++--
 drivers/md/dm.c                             |    6 +++
 drivers/mfd/kempld-core.c                   |    2 -
 drivers/net/ethernet/amd/pcnet32.c          |   31 ++++++++++++++++++-
 drivers/net/wireless/iwlwifi/mvm/mac80211.c |    2 -
 drivers/of/irq.c                            |   10 ++++--
 drivers/phy/phy-core.c                      |    4 +-
 drivers/scsi/qla2xxx/tcm_qla2xxx.c          |    2 -
 drivers/spi/spi.c                           |    5 +--
 drivers/staging/vt6655/rf.c                 |    1 
 drivers/staging/vt6656/rf.c                 |    1 
 drivers/target/tcm_fc/tfc_io.c              |    3 +
 fs/hfsplus/brec.c                           |   20 +++++++-----
 kernel/events/core.c                        |   10 ++++++
 net/mac80211/ieee80211_i.h                  |   23 ++++++++++----
 net/mac80211/rx.c                           |    3 +
 net/wireless/nl80211.c                      |   10 ++++++
 sound/soc/codecs/adav80x.c                  |    4 +-
 sound/soc/codecs/ak4641.c                   |    4 +-
 sound/soc/codecs/cs4271.c                   |    4 +-
 sound/soc/codecs/pcm1681.c                  |    4 +-
 sound/soc/codecs/sgtl5000.c                 |    8 -----
 sound/soc/codecs/tas5086.c                  |    4 +-
 sound/soc/codecs/wm2000.c                   |    8 ++---
 sound/soc/codecs/wm8731.c                   |    4 +-
 sound/soc/codecs/wm8903.c                   |    4 +-
 sound/soc/codecs/wm8904.c                   |    4 +-
 sound/soc/codecs/wm8955.c                   |    4 +-
 sound/soc/codecs/wm8960.c                   |    4 +-
 sound/soc/jz4740/Makefile                   |    2 -
 41 files changed, 190 insertions(+), 95 deletions(-)

Ameya Palande (1):
      mfd: kempld-core: Fix callback return value check

Andy Shevchenko (1):
      dmaengine: dw: append MODULE_ALIAS for platform driver

Bart Van Assche (1):
      tcm_qla2xxx: Fix incorrect use of __transport_register_session

Bob Copeland (1):
      mac80211: drop unencrypted frames in mesh fwding

Catalin Marinas (1):
      arm64: Use the reserved TTBR0 if context switching to the init_mm

Dan Carpenter (1):
      tcm_fc: missing curly braces in ft_invl_hw_context()

Darrick J. Wong (1):
      dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRITE_SAME

Eric Nelson (1):
      ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP

Greg Kroah-Hartman (2):
      Revert "iwlwifi: mvm: fix failure path when power_update fails in add_interface"
      Linux 3.14.38

Johannes Berg (1):
      nl80211: ignore HT/VHT capabilities without QoS/WMM

Lars-Peter Clausen (2):
      ASoC: jz4740: Remove Makefile entry for removed file
      regmap: regcache-rbtree: Fix present bitmap resize

Laurent Pinchart (1):
      of/irq: Fix of_irq_parse_one() returned error codes

Mahesh Salgaonkar (1):
      powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER

Malcolm Priestley (2):
      staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M
      vt6655: RFbSetPower fix missing rate RATE_12M

Markos Chandras (1):
      net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}

Michal Kazior (1):
      mac80211: disable u-APSD queues by default

Mikulas Patocka (1):
      dm: hold suspend_lock while suspending device during device deletion

Peter Zijlstra (1):
      perf: Fix irq_work 'tail' recursion

Scott Wood (1):
      powerpc/mpc85xx: Add ranges to etsec2 nodes

Sergei Antonov (1):
      hfsplus: fix B-tree corruption after insertion at position 0

Takashi Iwai (11):
      ASoC: pcm1681: Fix wrong value references for boolean kctl
      ASoC: cs4271: Fix wrong value references for boolean kctl
      ASoC: wm8960: Fix wrong value references for boolean kctl
      ASoC: tas5086: Fix wrong value references for boolean kctl
      ASoC: wm8731: Fix wrong value references for boolean kctl
      ASoC: wm2000: Fix wrong value references for boolean kctl
      ASoC: wm8903: Fix wrong value references for boolean kctl
      ASoC: wm8904: Fix wrong value references for boolean kctl
      ASoC: ak4641: Fix wrong value references for boolean kctl
      ASoC: adav80x: Fix wrong value references for boolean kctl
      ASoC: wm8955: Fix wrong value references for boolean kctl

Thierry Reding (1):
      phy: Find the right match in devm_phy_destroy()

Tyrel Datwyler (1):
      powerpc/pseries: Little endian fixes for post mobility device tree update

Uwe Kleine-König (1):
      spi: trigger trace event for message-done before mesg->complete

Yongbae Park (2):
      clockevents: sun5i: Fix setup_irq init sequence
      clocksource: efm32: Fix a NULL pointer dereference


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

             reply	other threads:[~2015-04-13 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-13 12:38 Greg KH [this message]
2015-04-13 12:38 ` Linux 3.14.38 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=20150413123804.GA28914@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox