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.48
Date: Fri, 10 Jul 2015 12:25:22 -0700	[thread overview]
Message-ID: <20150710192522.GA19467@kroah.com> (raw)

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

I'm announcing the release of the 3.14.48 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/arm/include/asm/kvm_mmu.h              |    3 +
 arch/arm/kvm/arm.c                          |   13 +++++++-
 arch/arm/kvm/interrupts.S                   |   10 ++----
 arch/arm/kvm/interrupts_head.S              |   20 +++++++++++--
 arch/arm/kvm/mmu.c                          |    6 +--
 arch/arm64/include/asm/kvm_emulate.h        |    2 +
 arch/arm64/include/asm/kvm_mmu.h            |    2 +
 arch/arm64/kvm/hyp.S                        |    1 
 arch/arm64/kvm/reset.c                      |    1 
 arch/mips/include/asm/mach-generic/spaces.h |    4 ++
 arch/powerpc/perf/core-book3s.c             |   11 ++++++-
 arch/sparc/kernel/ldc.c                     |    2 -
 arch/x86/Kconfig                            |   14 +++++++--
 arch/x86/include/asm/kvm_host.h             |    2 -
 arch/x86/kvm/i8254.c                        |    2 -
 arch/x86/kvm/lapic.c                        |    4 +-
 arch/x86/pci/acpi.c                         |   17 +++++++++--
 drivers/cpufreq/intel_pstate.c              |    2 -
 drivers/crypto/talitos.c                    |    4 +-
 drivers/iommu/amd_iommu.c                   |    6 +++
 drivers/net/phy/phy_device.c                |    5 +--
 fs/dcache.c                                 |   11 -------
 fs/inode.c                                  |    4 +-
 fs/namespace.c                              |    8 +++--
 include/kvm/arm_arch_timer.h                |   10 ++----
 include/net/netns/sctp.h                    |    1 
 include/net/sctp/structs.h                  |    4 ++
 net/bridge/br_ioctl.c                       |    2 -
 net/bridge/br_multicast.c                   |    7 +---
 net/bridge/br_stp_if.c                      |    4 +-
 net/core/neighbour.c                        |   13 ++++++++
 net/core/skbuff.c                           |    4 +-
 net/core/sock.c                             |    4 +-
 net/ipv4/af_inet.c                          |    2 +
 net/ipv4/tcp.c                              |    7 +++-
 net/ipv4/tcp_fastopen.c                     |    2 -
 net/packet/af_packet.c                      |   20 +------------
 net/sctp/output.c                           |    4 +-
 net/sctp/socket.c                           |   43 ++++++++++++++++++++--------
 virt/kvm/arm/arch_timer.c                   |   30 ++++++++++++++-----
 virt/kvm/arm/vgic.c                         |   10 ++++++
 42 files changed, 222 insertions(+), 101 deletions(-)

Alexander Sverdlin (1):
      sctp: Fix race between OOTB responce and route removal

Anton Blanchard (1):
      powerpc/perf: Fix book3s kernel to userspace backtraces

Bjorn Helgaas (2):
      x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing
      x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A

Christoffer Dall (2):
      arm/arm64: KVM: Require in-kernel vgic for the arch timers
      arm/arm64: KVM: Keep elrsr/aisr in sync with software model

Christoph Paasch (1):
      tcp: Do not call tcp_fastopen_reset_cipher from interrupt context

David E. Box (1):
      x86/iosf: Add Kconfig prompt for IOSF_MBI selection

Eric Dumazet (1):
      packet: read num_members once in packet_rcv_fanout()

Eric W. Biederman (2):
      vfs: Remove incorrect debugging WARN in prepend_path
      vfs: Ignore unlocked mounts in fs_fully_visible

Greg Kroah-Hartman (1):
      Linux 3.14.48

Horia Geant? (2):
      crypto: talitos - avoid memleak in talitos_alg_alloc()
      Revert "crypto: talitos - convert to use be16_add_cpu()"

James Hogan (1):
      MIPS: Fix KVM guest fixmap address

Jan Kara (1):
      fs: Fix S_NOSEC handling

Joe Konno (1):
      intel_pstate: set BYT MSR with wrmsrl_on_cpu()

Joerg Roedel (1):
      iommu/amd: Handle large pages correctly in free_pagetable

Julian Anastasov (1):
      neigh: do not modify unlinked entries

Marc Zyngier (4):
      arm: KVM: force execution of HCPTR access on VM exit
      arm64: KVM: Fix TLB invalidation by IPA/VMID
      arm64: KVM: Fix HCR setting for 32bit guests
      arm64: KVM: Do not use pgd_index to index stage-2 pgd

Marcelo Ricardo Leitner (1):
      sctp: fix ASCONF list handling

Mugunthan V N (1):
      net: phy: fix phy link up when limiting speed via device tree

Nikolay Aleksandrov (2):
      bridge: fix multicast router rlist endless loop
      bridge: fix br_stp_set_bridge_priority race conditions

Radim Krčmář (1):
      KVM: x86: make vapics_in_nmi_mode atomic

Shaohua Li (1):
      net: don't wait for order-3 page allocation

Sowmini Varadhan (1):
      sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context

Willem de Bruijn (1):
      packet: avoid out of bounds read in round robin fanout


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

             reply	other threads:[~2015-07-10 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 19:25 Greg KH [this message]
2015-07-10 19:25 ` Linux 3.14.48 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=20150710192522.GA19467@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.