public inbox for stable@vger.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 4.15.6
Date: Sun, 25 Feb 2018 12:09:44 +0100	[thread overview]
Message-ID: <20180225110944.GA21834@kroah.com> (raw)

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

I'm announcing the release of the 4.15.6 kernel.

All users of the 4.15 kernel series must upgrade.

The updated 4.15.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.15.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/common/bL_switcher_dummy_if.c          |    4 
 arch/arm64/boot/dts/mediatek/mt8173.dtsi        |    2 
 arch/x86/crypto/twofish-x86_64-asm_64-3way.S    |  112 ++++++++++++------------
 arch/x86/kvm/x86.c                              |    6 +
 block/blk-map.c                                 |    4 
 drivers/android/binder.c                        |   29 ++++--
 drivers/crypto/s5p-sss.c                        |   12 +-
 drivers/media/usb/pvrusb2/pvrusb2-hdw.c         |   12 ++
 drivers/misc/mei/hw-me-regs.h                   |    5 +
 drivers/misc/mei/pci-me.c                       |    5 +
 drivers/net/tun.c                               |   16 +--
 drivers/soc/qcom/rmtfs_mem.c                    |    4 
 drivers/staging/android/ashmem.c                |   19 ++--
 drivers/staging/android/ion/ion-ioctl.c         |    4 
 drivers/staging/android/ion/ion_system_heap.c   |    2 
 drivers/staging/fsl-mc/bus/Kconfig              |    2 
 drivers/staging/iio/adc/ad7192.c                |   27 ++++-
 drivers/staging/iio/impedance-analyzer/ad5933.c |    4 
 drivers/usb/host/xhci-debugfs.c                 |    4 
 drivers/usb/host/xhci.c                         |   10 --
 drivers/usb/usbip/stub_dev.c                    |    3 
 drivers/usb/usbip/vhci_hcd.c                    |    2 
 drivers/video/fbdev/mmp/core.c                  |    5 +
 include/linux/ptr_ring.h                        |   15 ++-
 kernel/kcov.c                                   |    4 
 mm/vmalloc.c                                    |   10 +-
 net/core/dev.c                                  |    2 
 net/core/gen_estimator.c                        |    4 
 net/decnet/af_decnet.c                          |   62 +++++++------
 net/ipv4/ip_sockglue.c                          |   14 ---
 net/ipv4/netfilter/ipt_CLUSTERIP.c              |   16 ++-
 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c  |    6 +
 net/ipv6/ipv6_sockglue.c                        |   17 +--
 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c  |   18 ++-
 net/netfilter/x_tables.c                        |    9 +
 net/netfilter/xt_RATEEST.c                      |   22 +++-
 net/netfilter/xt_cgroup.c                       |    1 
 net/rds/connection.c                            |    3 
 net/rds/rds.h                                   |    6 -
 net/rds/tcp.c                                   |   13 +-
 net/rds/tcp.h                                   |    1 
 security/selinux/ss/services.c                  |   21 ++--
 sound/soc/ux500/mop500.c                        |    4 
 sound/soc/ux500/ux500_pcm.c                     |    5 +
 45 files changed, 347 insertions(+), 201 deletions(-)

Alexander Usyskin (1):
      mei: me: add cannon point device ids

Alexandru Ardelean (2):
      staging: iio: adc: ad7192: fix external frequency setting
      staging: iio: ad5933: switch buffer mode to software

Andrey Konovalov (1):
      media: pvrusb2: properly check endpoint types

Arnd Bergmann (5):
      ASoC: ux500: add MODULE_LICENSE tag
      video: fbdev/mmp: add MODULE_LICENSE
      ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
      arm64: dts: add #cooling-cells to CPU nodes
      staging: fsl-mc: fix build testing on x86

Ben Hutchings (1):
      staging: android: ashmem: Fix a race condition in pin ioctls

Cong Wang (2):
      netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
      netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert

Dmitry Vyukov (3):
      kcov: detect double association with a single task
      netfilter: x_tables: fix int overflow in xt_alloc_table_info()
      netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()

Douglas Gilbert (1):
      blk_rq_map_user_iov: fix error override

Eric Biggers (2):
      crypto: x86/twofish-3way - Fix %rbp usage
      binder: check for binder_thread allocation failure in binder_poll()

Eric Dumazet (3):
      tun: fix tun_napi_alloc_frags() frag allocator
      netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
      net_sched: gen_estimator: fix lockdep splat

Greg Kroah-Hartman (1):
      Linux 4.15.6

Jason Wang (2):
      ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
      ptr_ring: try vmalloc() when kmalloc() fails

Jesse Chan (1):
      soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

Kamil Konieczny (1):
      crypto: s5p-sss - Fix kernel Oops in AES-ECB mode

Laura Abbott (2):
      staging: android: ion: Add __GFP_NOWARN for system contig heap
      staging: android: ion: Switch from WARN to pr_warn

Martijn Coenen (1):
      ANDROID: binder: synchronize_rcu() when using POLLFREE.

Michal Hocko (1):
      vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems

Paolo Abeni (2):
      netfilter: on sockopt() acquire sock lock only in the required scope
      dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock

Paul Moore (2):
      selinux: ensure the context is NUL terminated in security_context_to_sid_core()
      selinux: skip bounded transition processing if the policy isn't loaded

Shuah Khan (1):
      usbip: keep usbip_device sockfd state in sync with tcp_socket

Sowmini Varadhan (2):
      rds: tcp: correctly sequence cleanup on netns deletion.
      rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete

Todd Kjos (2):
      ANDROID: binder: remove WARN() for redundant txn error
      binder: replace "%p" with "%pK"

Tomas Winkler (1):
      mei: me: add cannon point device ids for 4th device

Wanpeng Li (1):
      KVM: x86: fix escape of guest dr6 to the host

Willem de Bruijn (1):
      net: avoid skb_warn_bad_offload on IS_ERR

Zhengjun Xing (4):
      xhci: Fix NULL pointer in xhci debugfs
      xhci: Fix xhci debugfs devices node disappearance after hibernation
      xhci: xhci debugfs device nodes weren't removed after device plugged out
      xhci: fix xhci debugfs errors in xhci_stop


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

             reply	other threads:[~2018-02-25 11:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25 11:09 Greg KH [this message]
2018-02-25 11:09 ` Linux 4.15.6 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=20180225110944.GA21834@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