| From: |  | Greg KH <gregkh-AT-linuxfoundation.org> | 
| To: |  | linux-kernel-AT-vger.kernel.org,        Andrew Morton <akpm-AT-linux-foundation.org>,        torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | 
| Subject: |  | Linux 3.18.69 | 
| Date: |  | Sat, 2 Sep 2017 07:38:43 +0200 | 
| Message-ID: |  | <20170902053843.GA21112@kroah.com> | 
| Cc: |  | lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> | 
I'm announcing the release of the 3.18.69 kernel.
All users of the 3.18 kernel series must upgrade.
The updated 3.18.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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/arm64/kernel/fpsimd.c              |    3 +
 arch/arm64/mm/fault.c                   |    5 ++-
 arch/x86/boot/compressed/misc.c         |   14 ++++++++
 arch/x86/include/asm/io.h               |    4 +-
 arch/x86/tools/relocs.c                 |   39 +++++++++++++++++-------
 drivers/base/dma-contiguous.c           |    2 -
 drivers/clk/clk-si5351.c                |   10 +++---
 drivers/net/wireless/p54/fwio.c         |    2 -
 drivers/scsi/isci/remote_node_context.c |    3 +
 drivers/scsi/sg.c                       |   49 +++++++++++++++++-------------
 include/linux/bitmap.h                  |   36 +++++++++++++++++++---
 include/linux/cma.h                     |   13 ++++----
 include/linux/dma-contiguous.h          |    4 +-
 kernel/gcov/base.c                      |   12 +++++++
 kernel/gcov/gcc_4_7.c                   |    6 +++
 lib/bitmap.c                            |   24 ++++++++------
 mm/cma.c                                |   52 ++++++++++++++++++++++++--------
 mm/page_alloc.c                         |    6 ++-
 sound/pci/au88x0/au88x0_core.c          |   14 +++-----
 20 files changed, 208 insertions(+), 92 deletions(-)
Ard Biesheuvel (1):
      arm64: flush FP/SIMD state correctly after execve()
Arnd Bergmann (2):
      scsi: isci: avoid array subscript warning
      x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
Danesh Petigara (1):
      mm: cma: fix CMA aligned offset calculation
Dave Martin (1):
      arm64: fpsimd: Prevent registers leaking across exec
Florian Meier (1):
      gcov: add support for gcc version >= 6
George G. Davis (1):
      mm: cma: fix totalcma_pages to include DT defined CMA regions
Greg Kroah-Hartman (1):
      Linux 3.18.69
Gregory Fong (1):
      mm: cma: align to physical address, not CMA region position
Hannes Reinecke (2):
      scsi: sg: protect accesses to 'reserved' page array
      scsi: sg: reset 'res_in_use' after unlinking reserved array
Jan Beulich (1):
      x86-64: Handle PC-relative relocations on per-CPU data
Jiri Slaby (1):
      p54: memset(0) whole array
Krzysztof Kozlowski (1):
      clk: si5351: Constify clock names and struct regmap_config
Lorenzo Stoakes (1):
      gcov: add support for GCC 5.1
Mark Rutland (1):
      arm64: mm: abort uaccess retries upon fatal signal
Markus Trippelsdorf (1):
      x86/tools: Fix gcc-7 warning in relocs.c
Martin Liska (1):
      gcov: support GCC 7.1
Michal Nazarewicz (1):
      lib: bitmap: add alignment offset for bitmap_find_next_zero_area()
Pintu Kumar (1):
      mm: cma: split cma-reserved in dmesg log
Rohit Vaswani (1):
      mm: cma: fix incorrect type conversion for size during dma allocation
Sasha Levin (1):
      mm: cma: constify and use correct signness in mm/cma.c
Takashi Iwai (1):
      ALSA: au88x0: Fix zero clear of stream->resources
Thierry Reding (1):
      mm/cma: make kmemleak ignore CMA regions