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.55
Date: Thu, 22 Oct 2015 17:32:01 -0700	[thread overview]
Message-ID: <20151023003201.GA15929@kroah.com> (raw)

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

I'm announcing the release of the 3.14.55 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                                       |    4 -
 arch/arm/Makefile                              |    8 ++
 arch/arm/boot/dts/omap5-uevm.dts               |    4 -
 arch/arm/kernel/signal.c                       |   15 ++-
 arch/arm64/mm/fault.c                          |    1 
 arch/hexagon/include/asm/barrier.h             |   37 ---------
 arch/m68k/include/asm/linkage.h                |   30 +++++++
 arch/mips/mm/dma-default.c                     |    2 
 arch/powerpc/platforms/powernv/pci.c           |    5 -
 arch/powerpc/sysdev/fsl_msi.c                  |    5 -
 arch/powerpc/sysdev/mpic_pasemi_msi.c          |    6 +
 arch/powerpc/sysdev/mpic_u3msi.c               |    5 -
 arch/powerpc/sysdev/ppc4xx_msi.c               |    5 -
 arch/x86/kernel/apic/apic.c                    |    7 +
 arch/x86/kernel/entry_64.S                     |   16 +++-
 arch/x86/kernel/paravirt.c                     |   16 +++-
 arch/x86/kernel/tsc.c                          |   17 ++--
 arch/x86/kvm/svm.c                             |    2 
 arch/x86/mm/init_64.c                          |    2 
 arch/x86/platform/efi/efi.c                    |   67 ++++++++++++++++
 arch/x86/xen/enlighten.c                       |   23 +++++
 drivers/base/regmap/regmap-debugfs.c           |    5 -
 drivers/clk/ti/clk-3xxx.c                      |    2 
 drivers/dma/dw/core.c                          |    4 -
 drivers/gpu/drm/drm_lock.c                     |    6 +
 drivers/gpu/drm/qxl/qxl_display.c              |   14 ++-
 drivers/hwmon/nct6775.c                        |   16 ++--
 drivers/infiniband/ulp/isert/ib_isert.c        |    9 ++
 drivers/macintosh/windfarm_core.c              |    2 
 drivers/md/dm-cache-policy-cleaner.c           |    2 
 drivers/md/dm-raid.c                           |    3 
 drivers/md/md.c                                |    2 
 drivers/md/persistent-data/dm-btree-internal.h |    6 +
 drivers/md/persistent-data/dm-btree-remove.c   |   12 ---
 drivers/md/persistent-data/dm-btree-spine.c    |   37 +++++++++
 drivers/md/persistent-data/dm-btree.c          |    7 -
 drivers/mtd/nand/pxa3xx_nand.c                 |    3 
 drivers/mtd/ubi/io.c                           |    5 +
 drivers/mtd/ubi/vtbl.c                         |    1 
 drivers/mtd/ubi/wl.c                           |    1 
 drivers/scsi/3w-9xxx.c                         |   28 +++++--
 drivers/scsi/scsi_error.c                      |   11 ++
 drivers/spi/spi-pxa2xx.c                       |    4 +
 drivers/spi/spi.c                              |    3 
 drivers/staging/android/ion/ion.c              |    6 -
 drivers/staging/comedi/drivers/usbduxsigma.c   |   99 +++++++++++--------------
 drivers/staging/speakup/fakekey.c              |    1 
 drivers/usb/core/config.c                      |    5 -
 drivers/usb/core/quirks.c                      |   13 +++
 drivers/usb/host/xhci-mem.c                    |    6 -
 drivers/usb/host/xhci-ring.c                   |   70 +++++++++++++----
 drivers/usb/host/xhci.c                        |    8 +-
 drivers/usb/serial/option.c                    |   24 ++++++
 drivers/usb/serial/whiteheat.c                 |   31 +++++++
 fs/btrfs/extent_io.c                           |   80 ++++++++++++++++----
 fs/btrfs/inode.c                               |    3 
 fs/cifs/cifsencrypt.c                          |   53 ++++++++++++-
 fs/cifs/smb2ops.c                              |    8 +-
 fs/dcache.c                                    |    7 +
 fs/jbd2/checkpoint.c                           |   39 ++++++++-
 fs/jbd2/commit.c                               |    2 
 fs/jbd2/journal.c                              |   11 ++
 fs/namei.c                                     |   31 +++++++
 include/linux/jbd2.h                           |    3 
 include/linux/security.h                       |    2 
 include/xen/interface/sched.h                  |    8 ++
 ipc/msg.c                                      |   14 +--
 ipc/shm.c                                      |   12 +--
 ipc/util.c                                     |    8 +-
 kernel/irq/proc.c                              |   19 ++++
 kernel/sched/core.c                            |   10 +-
 kernel/sched/sched.h                           |    5 -
 mm/hugetlb.c                                   |    8 ++
 mm/slab.c                                      |   13 ++-
 net/core/fib_rules.c                           |    2 
 net/netfilter/ipvs/ip_vs_sync.c                |    2 
 net/netfilter/ipvs/ip_vs_xmit.c                |    1 
 net/netfilter/nf_conntrack_expect.c            |    3 
 net/netfilter/nf_conntrack_netlink.c           |    5 -
 net/netfilter/nft_compat.c                     |   24 ++++--
 sound/arm/Kconfig                              |   15 ++-
 sound/pci/hda/patch_cirrus.c                   |    1 
 sound/soc/dwc/designware_i2s.c                 |    4 -
 sound/soc/pxa/Kconfig                          |    2 
 sound/soc/pxa/pxa2xx-ac97.c                    |    4 -
 sound/synth/emux/emux_oss.c                    |    3 
 tools/perf/builtin-stat.c                      |    5 -
 tools/perf/util/header.c                       |    4 -
 tools/perf/util/hist.c                         |    3 
 tools/perf/util/symbol-elf.c                   |   35 +++-----
 virt/kvm/kvm_main.c                            |   19 ++++
 91 files changed, 872 insertions(+), 319 deletions(-)

Adrian Hunter (1):
      perf tools: Fix copying of /proc/kcore

Andreas Schwab (1):
      m68k: Define asmlinkage_protect

Andy Lutomirski (2):
      x86/paravirt: Replace the paravirt nop with a bona fide empty function
      x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code

Andy Shevchenko (1):
      dmaengine: dw: properly read DWC_PARAMS register

Antoine Ténart (1):
      mtd: pxa3xx_nand: add a default chunk size

Ard Biesheuvel (1):
      ARM: 8429/1: disable GCC SRA optimization

Arnaldo Carvalho de Melo (2):
      perf hists: Update the column width for the "srcline" sort key
      perf header: Fixup reading of HEADER_NRCPUS feature

Ben Dooks (1):
      clk: ti: fix dual-registration of uart4_ick

Ben Hutchings (1):
      genirq: Fix race in register_irq_proc()

Christoph Hellwig (1):
      3w-9xxx: don't unmap bounce buffered commands

Daniel Vetter (1):
      drm: Reject DRI1 hw lock ioctl functions for kms drivers

Dave Airlie (1):
      drm/qxl: only report first monitor as connected if we have no state

David Woodhouse (1):
      x86/platform: Fix Geode LX timekeeping in the generic x86 build

Dirk Müller (1):
      Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS

Eric W. Biederman (2):
      dcache: Handle escaped paths in prepend_path
      vfs: Test for and handle paths that are unreachable from their mnt_root

Fabiano Fidêncio (1):
      drm/qxl: recreate the primary surface when the bo is not primary

Filipe Manana (2):
      Btrfs: fix read corruption of compressed and shared extents
      Btrfs: update fix for read corruption of compressed and shared extents

Grazvydas Ignotas (1):
      ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets

Greg Kroah-Hartman (1):
      Linux 3.14.55

Guenter Roeck (2):
      hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips
      spi: Fix documentation of spi_alloc_master()

Ian Abbott (2):
      staging: comedi: usbduxsigma: don't clobber ai_timer in command test
      staging: comedi: usbduxsigma: don't clobber ao_timer in command test

James Hogan (1):
      MIPS: dma-default: Fix 32-bit fall back to GFP_DMA

Jan Kara (1):
      jbd2: avoid infinite loop when destroying aborted journal

Jann Horn (1):
      security: fix typo in security_task_prctl

Jason Wang (1):
      kvm: fix zero length mmio searching

Jeff Mahoney (1):
      btrfs: skip waiting on ordered range for special files

Jenny Derzhavetz (1):
      iser-target: remove command with state ISTATE_REMOVE

Joe Stringer (1):
      netfilter: nf_conntrack: Support expectations in different zones

Joe Thornber (2):
      dm btree: add ref counting ops for the leaves of top level btrees
      dm cache: fix NULL pointer when switching from cleaner policy

Johan Hovold (1):
      USB: whiteheat: fix potential null-deref at probe

John Flatness (1):
      ALSA: hda - Apply SPDIF pin ctl to MacBookPro 12,1

Joonsoo Kim (1):
      mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)

Julian Anastasov (2):
      ipvs: do not use random local source address for tunnels
      ipvs: fix crash with sync protocol v0 and FTP

Kan Liang (1):
      perf stat: Get correct cpu id for print_aggr

Linus Torvalds (1):
      Initialize msg/shm IPC objects before doing ipc_addid()

Liu.Zhao (1):
      USB: option: add ZTE PIDs

Mark Brown (2):
      regmap: debugfs: Ensure we don't underflow when printing access masks
      regmap: debugfs: Don't bother actually printing when calculating max length

Mark Salyzyn (1):
      arm64: readahead: fault retry breaks mmap file read random detection

Mathias Nyman (2):
      xhci: change xhci 1.0 only restrictions to support xhci 1.1
      usb: Use the USB_SS_MULT() macro to get the burst multiplier.

Matt Fleming (1):
      x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down

Mel Gorman (1):
      mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault

Michal Hocko (1):
      scsi: fix scsi_error_handler vs. scsi_host_dev_release race

Mikulas Patocka (1):
      dm raid: fix round up of default region size

NeilBrown (1):
      md: flush ->event_work before stopping array.

Pablo Neira Ayuso (2):
      netfilter: ctnetlink: put back references to master ct and expect objects
      netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC

Paul Bolle (1):
      windfarm: decrement client count when unregistering

Paul Mackerras (1):
      powerpc/MSI: Fix race condition in tearing down MSI interrupts

Peter Seiderer (1):
      cifs: use server timestamp for ntlmv2 authentication

Peter Zijlstra (2):
      sched/core: Fix TASK_DEAD race in finish_task_switch()
      arc,hexagon: Delete asm/barrier.h

Reyad Attiyat (1):
      usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers

Richard Weinberger (1):
      UBI: Validate data_size

Robert Jarzmik (2):
      ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
      ASoC: fix broken pxa SoC support

Roger Quadros (1):
      usb: xhci: Clear XHCI_STATE_DYING on start

Roland Dreier (1):
      fib_rules: Fix dump_rules() not to exit early

Russell King (1):
      ARM: fix Thumb2 signal handling when ARMv6 is enabled

Shaohua Li (1):
      x86/apic: Serialize LVTT and TSC_DEADLINE writes

Shawn Lin (1):
      staging: ion: fix corruption of ion_import_dma_buf

Stephen Smalley (1):
      x86/mm: Set NX on gap between __ex_table and rodata

Steve French (1):
      disabling oplocks/leases via module parm enable_oplocks broken for SMB3

Takashi Iwai (1):
      ALSA: synth: Fix conflicting OSS device registration on AWE32

Tan, Jui Nee (1):
      spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled

Vincent Palatin (1):
      usb: Add device quirk for Logitech PTZ cameras

Vitaly Kuznetsov (1):
      x86/xen: Support kexec/kdump in HVM guests by doing a soft reset

Yao-Wen Mao (1):
      USB: Add reset-resume quirk for two Plantronics usb headphones.

Yitian Bu (1):
      ASoC: dwc: correct irq clear method

covici@ccs.covici.com (1):
      staging: speakup: fix speakup-r regression

shengyong (1):
      UBI: return ENOSPC if no enough space available


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

             reply	other threads:[~2015-10-23  0:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  0:32 Greg KH [this message]
2015-10-23  0:32 ` Linux 3.14.55 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=20151023003201.GA15929@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.