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.13.4
Date: Thu, 20 Feb 2014 11:32:49 -0800	[thread overview]
Message-ID: <20140220193249.GA9315@kroah.com> (raw)

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

I'm announcing the release of the 3.13.4 kernel.

All users of the 3.13 kernel series must upgrade.

The updated 3.13.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.13.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/arm/mach-imx/clk-imx6q.c                 |    3 
 arch/arm/mach-imx/clk-imx6sl.c                |    3 
 arch/arm/mach-imx/pm-imx6q.c                  |    2 
 arch/arm64/include/asm/atomic.h               |   29 +++++--
 arch/arm64/include/asm/cacheflush.h           |    1 
 arch/arm64/include/asm/cmpxchg.h              |    9 +-
 arch/arm64/include/asm/futex.h                |    6 +
 arch/arm64/kernel/kuser32.S                   |    6 +
 arch/arm64/kernel/vdso.c                      |    4 -
 arch/arm64/kernel/vdso/Makefile               |    2 
 arch/arm64/kernel/vdso/gettimeofday.S         |    7 +
 arch/arm64/lib/bitops.S                       |    3 
 arch/arm64/mm/mmu.c                           |   12 ++-
 arch/s390/crypto/aes_s390.c                   |   65 ++++++++++++-----
 arch/s390/crypto/des_s390.c                   |   95 ++++++++++++++++----------
 arch/x86/kernel/cpu/intel.c                   |    2 
 drivers/irqchip/irq-armada-370-xp.c           |    4 -
 drivers/md/bcache/bcache.h                    |    4 -
 drivers/md/bcache/btree.c                     |    2 
 drivers/media/dvb-frontends/cx24117.c         |    2 
 drivers/media/usb/dvb-usb-v2/af9035.c         |    2 
 drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h |    2 
 drivers/media/usb/dvb-usb-v2/mxl111sf.c       |    2 
 drivers/media/v4l2-core/videobuf-dma-contig.c |   12 +--
 drivers/media/v4l2-core/videobuf-dma-sg.c     |   10 +-
 drivers/media/v4l2-core/videobuf-vmalloc.c    |   10 +-
 drivers/pinctrl/core.c                        |    2 
 drivers/pinctrl/pinctrl-at91.c                |   10 +-
 drivers/pinctrl/pinctrl-imx1-core.c           |   10 +-
 drivers/pinctrl/vt8500/pinctrl-wmt.c          |   15 +++-
 drivers/regulator/core.c                      |    9 ++
 fs/btrfs/inode.c                              |    2 
 fs/buffer.c                                   |    6 +
 fs/nfs/nfs4client.c                           |    2 
 fs/nfs/nfs4proc.c                             |    8 +-
 fs/nfs/nfs4session.c                          |   25 +++++-
 fs/nfs/nfs4session.h                          |    2 
 include/linux/nfs_xdr.h                       |    2 
 kernel/irq/Kconfig                            |    1 
 lib/Makefile                                  |    1 
 mm/page-writeback.c                           |    5 -
 mm/swapfile.c                                 |   11 ++-
 security/selinux/ss/services.c                |    4 +
 sound/pci/hda/patch_analog.c                  |   27 +++++++
 sound/pci/hda/patch_realtek.c                 |    9 ++
 sound/usb/Kconfig                             |    1 
 47 files changed, 317 insertions(+), 136 deletions(-)

Andi Shyti (1):
      cx24117: use a valid dev pointer for dev_err printout

Antti Palosaari (1):
      af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2

Catalin Marinas (1):
      arm64: Invalidate the TLB when replacing pmd entries during boot

Chris Ruehl (2):
      pinctrl: imx27: fix wrong offset to ICONFB
      pinctrl: imx27: fix offset calculation in imx_read_2bit

Darrick J. Wong (1):
      bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED

Dave Jones (2):
      mxl111sf: Fix unintentional garbage stack read
      mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset

Greg Kroah-Hartman (1):
      Linux 3.13.4

Hans Verkuil (1):
      Revert "[media] videobuf_vm_{open,close} race fixes"

Harald Freudenberger (3):
      crypto: s390 - fix concurrency issue in aes-ctr mode
      crypto: s390 - fix des and des3_ede cbc concurrency issue
      crypto: s390 - fix des and des3_ede ctr concurrency issue

Josef Bacik (1):
      Btrfs: disable snapshot aware defrag for now

KOSAKI Motohiro (2):
      mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq()
      mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq

Lior Amsalem (2):
      irqchip: armada-370-xp: fix IPI race condition
      irqchip: armada-370-xp: fix MSI race condition

Mark Brown (1):
      regulator: core: Correct default return value for full constraints

Mel Gorman (1):
      x86: mm: change tlb_flushall_shift for IvyBridge

Nathan Lynch (2):
      arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSE
      arm64: vdso: fix coarse clock handling

Nicolas Ferre (1):
      pinctrl: at91: use locked variant of irq_set_handler

Nitin A Kamble (1):
      genirq: Generic irq chip requires IRQ_DOMAIN

Peter Oberparleiter (1):
      x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y

Philipp Zabel (1):
      ARM: imx6: Initialize low-power mode early again

Stanislaw Gruszka (1):
      pinctrl: protect pinctrl_list add

Stephen Smalley (1):
      SELinux: Fix kernel BUG on empty security contexts.

Takashi Iwai (5):
      ALSA: usb-audio: Add missing kconfig dependecy
      ALSA: hda - Fix missing VREF setup for Mac Pro 1,1
      ALSA: hda - Fix silent output on Toshiba Satellite L40
      ALSA: hda - Add missing mixer widget for AD1983
      ALSA: hda - Improve loopback path lookups for AD1983

Tony Prisk (1):
      pinctrl: vt8500: Change devicetree data parsing

Trond Myklebust (2):
      NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueue
      NFSv4: Fix memory corruption in nfs4_proc_open_confirm

Vinayak Kale (1):
      arm64: add DSB after icache flush in __flush_icache_all()

Weijie Yang (1):
      mm/swap: fix race on swap_info reuse between swapoff and swapon

Will Deacon (2):
      arm64: atomics: fix use of acquire + release for full barrier semantics
      arm64: vdso: prevent ld from aligning PT_LOAD segments to 64k


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

             reply	other threads:[~2014-02-20 19:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-20 19:32 Greg KH [this message]
2014-02-20 19:33 ` Linux 3.13.4 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=20140220193249.GA9315@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.