Linux kernel -stable discussions
 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 4.9.18
Date: Mon, 27 Mar 2017 12:42:00 +0200	[thread overview]
Message-ID: <20170327104200.GA13688@kroah.com> (raw)

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

I'm announcing the release of the 4.9.18 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/parisc/include/asm/cacheflush.h       |   23 +-------------
 arch/parisc/kernel/cache.c                 |   22 +++++++++++++
 arch/parisc/kernel/process.c               |    2 +
 arch/powerpc/boot/zImage.lds.S             |    1 
 drivers/cpufreq/cpufreq.c                  |    8 +++-
 drivers/gpu/drm/amd/amdgpu/si_dpm.c        |    6 +++
 drivers/gpu/drm/vc4/vc4_drv.c              |    9 +++--
 drivers/gpu/drm/vc4/vc4_gem.c              |    6 ++-
 drivers/gpu/drm/vc4/vc4_v3d.c              |    2 +
 drivers/gpu/drm/vc4/vc4_validate_shaders.c |   19 ++++-------
 drivers/isdn/gigaset/bas-gigaset.c         |    3 +
 drivers/md/raid10.c                        |   18 +++++++++++
 drivers/scsi/libiscsi.c                    |   26 +++++++++++++++-
 drivers/scsi/lpfc/lpfc_init.c              |    1 
 drivers/scsi/qla2xxx/qla_target.c          |   14 ++++++--
 drivers/target/target_core_pscsi.c         |   47 +++++++----------------------
 drivers/target/target_core_sbc.c           |   10 ++++--
 fs/ext4/super.c                            |    2 -
 fs/gfs2/incore.h                           |    2 -
 fs/nfs/nfs4proc.c                          |    9 ++---
 include/linux/log2.h                       |   13 +-------
 include/scsi/libiscsi.h                    |    1 
 kernel/cgroup_pids.c                       |    2 -
 kernel/events/core.c                       |   16 ++++++++-
 mm/percpu.c                                |    5 ++-
 net/sunrpc/xprtrdma/verbs.c                |    3 +
 tools/include/linux/log2.h                 |   13 +-------
 28 files changed, 169 insertions(+), 116 deletions(-)

Alex Deucher (1):
      drm/amdgpu/si: add dpm quirk for Oland

Andreas Gruenbacher (1):
      gfs2: Avoid alignment hole in struct lm_lockname

Anton Blanchard (1):
      scsi: lpfc: Add shutdown method for kexec

Chris Leech (1):
      scsi: libiscsi: add lock around task lists to fix list corruption regression

Chuck Lever (1):
      xprtrdma: Squelch kbuild sparse complaint

Eric Anholt (2):
      drm/vc4: Fix termination of the initial scan for branch targets.
      drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.

Greg Kroah-Hartman (1):
      Linux 4.9.18

Helge Deller (1):
      parisc: Fix system shutdown halt

Johan Hovold (1):
      isdn/gigaset: fix NULL-deref at probe

John David Anglin (1):
      parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range

Linus Torvalds (1):
      give up on gcc ilog2() constant optimizations

Max Lohrmann (1):
      target: Fix VERIFY_16 handling in sbc_parse_cdb

Michael Ellerman (1):
      powerpc/boot: Fix zImage TOC alignment

Nicholas Bellinger (1):
      target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export

Olga Kornievskaia (1):
      NFS prevent double free in async nfs4_exchange_id

Peter Zijlstra (2):
      perf/core: Fix use-after-free in perf_release()
      perf/core: Fix event inheritance on fork()

Quinn Tran (2):
      qla2xxx: Fix memory leak for abts processing
      qla2xxx: Fix request queue corruption.

Rafael J. Wysocki (1):
      cpufreq: Fix and clean up show_cpuinfo_cur_freq()

Shaohua Li (1):
      md/raid1/10: fix potential deadlock

Tahsin Erdogan (1):
      percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages

Tejun Heo (1):
      cgroup/pids: remove spurious suspicious RCU usage warning

Theodore Ts'o (1):
      ext4: fix fencepost in s_first_meta_bg validation


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

             reply	other threads:[~2017-03-27 10:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-27 10:42 Greg KH [this message]
2017-03-27 10:42 ` Linux 4.9.18 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=20170327104200.GA13688@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox