| 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 | 
| Subject: |  | Linux 3.14.46 | 
| Date: |  | Mon, 29 Jun 2015 13:45:58 -0700 | 
| Message-ID: |  | <20150629204558.GA19372@kroah.com> | 
| Cc: |  | lwn@lwn.net, Jiri Slaby <jslaby@suse.cz> | 
I'm announcing the release of the 3.14.46 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-st...
thanks,
greg k-h
------------
 Makefile                               |    2 
 arch/arm/include/asm/kvm_host.h        |    2 
 arch/arm/include/asm/kvm_mmu.h         |   12 +
 arch/arm/kernel/hyp-stub.S             |    4 
 arch/arm/kvm/arm.c                     |   39 ------
 arch/arm/kvm/coproc.c                  |    2 
 arch/arm/kvm/mmu.c                     |  213 +++++++++++++++++++++------------
 arch/arm64/include/asm/kvm_host.h      |    4 
 arch/arm64/include/asm/kvm_mmu.h       |   15 ++
 arch/arm64/kvm/hyp.S                   |    2 
 arch/arm64/kvm/sys_regs.c              |    4 
 drivers/bluetooth/ath3k.c              |    4 
 drivers/bluetooth/btusb.c              |    2 
 drivers/crypto/caam/caamrng.c          |    2 
 drivers/gpu/drm/mgag200/mgag200_mode.c |    5 
 drivers/scsi/lpfc/lpfc_sli.c           |   21 +++
 fs/pipe.c                              |   55 ++++----
 kernel/trace/trace_events_filter.c     |    9 +
 virt/kvm/arm/vgic.c                    |    2 
 19 files changed, 248 insertions(+), 151 deletions(-)
Adam Jackson (1):
      drm/mgag200: Reject non-character-cell-aligned mode widths
Alex Bennée (1):
      arm64: KVM: export demux regids as KVM_REG_ARM64
Ben Hutchings (1):
      pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomic
Christoffer Dall (1):
      arm/arm64: KVM: Fix and refactor unmap_range
Dmitry Tunin (2):
      ath3k: Add support of 0489:e076 AR3012 device
      ath3k: add support of 13d3:3474 AR3012 device
Eric Auger (1):
      ARM: KVM: Unmap IPA on memslot delete/move
Greg Kroah-Hartman (1):
      Linux 3.14.46
James Smart (1):
      lpfc: Add iotag memory barrier
Kim Phillips (1):
      ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping
Li Liu (1):
      ARM: virt: fix wrong HSCTLR.EE bit setting
Steve Cornelius (1):
      crypto: caam - fix RNG buffer cache alignment
Steven Rostedt (1):
      tracing: Have filter check for balanced ops
Victor Kamensky (1):
      ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word
Will Deacon (4):
      KVM: ARM/arm64: fix non-const declaration of function returning const
      KVM: ARM/arm64: fix broken __percpu annotation
      KVM: ARM/arm64: avoid returning negative error code as bool
      KVM: vgic: return int instead of bool when checking I/O ranges