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.10.87
Date: Mon, 17 Aug 2015 07:35:21 -0700	[thread overview]
Message-ID: <20150817143521.GA5087@kroah.com> (raw)

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

I'm announcing the release of the 3.10.87 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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/kernel/entry-armv.S                 |    3 -
 arch/arm/kernel/fiq.c                        |    9 +--
 arch/arm/mach-realview/include/mach/memory.h |    2 
 arch/arm64/kernel/signal32.c                 |    5 --
 arch/mips/include/asm/pgtable.h              |   31 ++++++++++++
 arch/mips/kernel/mips-mt-fpaff.c             |    5 +-
 arch/mips/kernel/signal32.c                  |    2 
 arch/powerpc/kernel/signal_32.c              |    2 
 arch/sparc/include/asm/visasm.h              |   18 ++++---
 arch/sparc/lib/NG4memcpy.S                   |   19 ++++++-
 arch/sparc/lib/VISsave.S                     |   67 ---------------------------
 arch/sparc/lib/ksyms.c                       |    4 -
 arch/x86/kernel/cpu/perf_event_amd.c         |   34 ++++++-------
 arch/x86/kvm/lapic.h                         |    2 
 arch/x86/xen/enlighten.c                     |   40 ++++++++++++++++
 drivers/block/rbd.c                          |   22 ++++++--
 drivers/char/ipmi/ipmi_si_intf.c             |    2 
 drivers/crypto/ixp4xx_crypto.c               |    1 
 drivers/gpu/drm/radeon/radeon_combios.c      |    7 ++
 drivers/md/bitmap.c                          |    2 
 drivers/md/md.c                              |    4 -
 drivers/md/raid1.c                           |   10 ++--
 drivers/mfd/sm501.c                          |    2 
 drivers/scsi/ipr.c                           |   28 +++++++----
 drivers/scsi/ipr.h                           |    1 
 drivers/scsi/sg.c                            |    3 +
 drivers/target/iscsi/iscsi_target.c          |   18 ++++++-
 drivers/target/iscsi/iscsi_target_core.h     |    1 
 drivers/target/iscsi/iscsi_target_login.c    |   43 ++++++-----------
 drivers/target/iscsi/iscsi_target_login.h    |    1 
 drivers/target/iscsi/iscsi_target_nego.c     |   34 +++++++++++++
 drivers/usb/host/xhci-ring.c                 |    2 
 drivers/usb/serial/sierra.c                  |    1 
 drivers/xen/gntdev.c                         |    2 
 fs/notify/mark.c                             |   30 ++++++++++--
 fs/ocfs2/dlmglue.c                           |   10 ++--
 fs/signalfd.c                                |    5 +-
 ipc/mqueue.c                                 |    5 --
 kernel/signal.c                              |    7 +-
 mm/vmscan.c                                  |   11 +---
 sound/pci/hda/patch_cirrus.c                 |    4 -
 42 files changed, 301 insertions(+), 200 deletions(-)

Al Viro (1):
      sg_start_req(): make sure that there's not too many elements in iovec

Alex Deucher (1):
      drm/radeon/combios: add some validation of lvds values

Amanieu d'Antras (3):
      signalfd: fix information leak in signalfd_copyinfo
      signal: fix information leak in copy_siginfo_to_user
      signal: fix information leak in copy_siginfo_from_user32

Andy Lutomirski (1):
      x86/xen: Probe target addresses in set_aliased_prot() before the hypercall

Arnd Bergmann (1):
      ARM: realview: fix sparsemem build

Benjamin Randazzo (1):
      md: use kzalloc() when bitmap is disabled

Brian King (3):
      ipr: Fix locking for unit attention handling
      ipr: Fix incorrect trace indexing
      ipr: Fix invalid array indexing for HRRQ

Dan Carpenter (1):
      ALSA: hda - fix cs4210_spdif_automute()

David Daney (1):
      MIPS: Make set_pte() SMP safe.

David S. Miller (2):
      sparc64: Fix FPU register corruption with AES crypto offload.
      sparc64: Fix userspace FPU register corruptions.

Dirk Behme (1):
      USB: sierra: add 1199:68AB device ID

Fabio Estevam (1):
      ARM: 7819/1: fiq: Cast the first argument of flush_icache_range()

Felix Fietkau (1):
      MIPS: Fix sched_getaffinity with MT FPAFF enabled

Greg Kroah-Hartman (1):
      Linux 3.10.87

Guenter Roeck (1):
      mfd: sm501: dbg_regs attribute must be read-only

Herbert Xu (1):
      crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer

Ilya Dryomov (1):
      rbd: fix copyup completion race

Jan Kara (1):
      fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()

Joseph Qi (1):
      ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()

Marcus Gelderie (1):
      ipc: modify message queue accounting to not take kernel data structures into account

Marek Marczykowski-Górecki (1):
      xen/gntdevt: Fix race condition in gntdev_release()

Mathias Nyman (1):
      xhci: fix off by one error in TRB DMA address boundary check

Michal Hocko (1):
      mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations

NeilBrown (2):
      md/raid1: extend spinlock to protect raid1_end_read_request against inconsistencies
      md/bitmap: return an error when bitmap superblock is corrupt.

Nicholas Bellinger (1):
      iscsi-target: Fix iscsit_start_kthreads failure OOPs

Paolo Bonzini (1):
      kvm: x86: fix kvm_apic_has_events to check for NULL pointer

Peter Zijlstra (1):
      perf/x86/amd: Rework AMD PMU init code

Russell King (2):
      ARM: Fix !kuser helpers case
      ARM: Fix FIQ code on VIVT CPUs

Xie XiuQi (1):
      ipmi: fix timeout calculation when bmc is disconnected


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

             reply	other threads:[~2015-08-17 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17 14:35 Greg KH [this message]
2015-08-17 14:35 ` Linux 3.10.87 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=20150817143521.GA5087@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.