The Linux Kernel Mailing List
 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.14.35
Date: Thu, 19 Apr 2018 09:51:32 +0200	[thread overview]
Message-ID: <20180419075132.GA27731@kroah.com> (raw)

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

I'm announcing the release of the 4.14.35 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.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                                            |    2 
 arch/parisc/kernel/drivers.c                        |    4 +
 arch/parisc/kernel/hpmc.S                           |    6 +
 arch/powerpc/kvm/book3s_hv_rm_mmu.c                 |    4 -
 arch/s390/kernel/ipl.c                              |    1 
 arch/x86/include/asm/mce.h                          |    3 
 arch/x86/kernel/cpu/mcheck/mce.c                    |    4 -
 arch/x86/kernel/cpu/mcheck/mce_amd.c                |   54 +++++++++++++++-
 block/blk-mq-cpumap.c                               |    5 -
 drivers/acpi/nfit/core.c                            |   22 ++++--
 drivers/block/loop.c                                |   12 ++-
 drivers/bluetooth/hci_bcm.c                         |   20 ------
 drivers/edac/mce_amd.c                              |   11 ++-
 drivers/gpu/drm/radeon/radeon_object.c              |    3 
 drivers/hv/channel_mgmt.c                           |    2 
 drivers/hwmon/ina2xx.c                              |    3 
 drivers/media/platform/vsp1/vsp1_dl.c               |    3 
 drivers/media/v4l2-core/v4l2-compat-ioctl32.c       |    4 -
 drivers/net/slip/slhc.c                             |    5 +
 drivers/net/usb/cdc_ether.c                         |    6 +
 drivers/net/usb/lan78xx.c                           |    3 
 drivers/net/wireless/ath/ath9k/xmit.c               |    4 +
 drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c  |    2 
 drivers/pci/host/pci-hyperv.c                       |   34 +++++-----
 drivers/s390/cio/qdio_main.c                        |   42 ++++++-------
 drivers/scsi/qla2xxx/qla_os.c                       |   44 ++++++-------
 drivers/vhost/vhost.c                               |   10 +--
 drivers/xen/xenbus/xenbus_dev_frontend.c            |    2 
 fs/f2fs/gc.c                                        |    5 -
 fs/f2fs/segment.c                                   |    3 
 fs/hugetlbfs/inode.c                                |   10 ++-
 fs/namei.c                                          |    3 
 fs/nfsd/nfs4proc.c                                  |   12 +++
 fs/nfsd/nfs4xdr.c                                   |    8 --
 fs/nfsd/xdr4.h                                      |    2 
 fs/overlayfs/namei.c                                |    9 ++
 include/net/bluetooth/hci_core.h                    |    2 
 include/net/slhc_vj.h                               |    1 
 kernel/events/core.c                                |    6 +
 lib/bitmap.c                                        |    2 
 lib/test_bitmap.c                                   |    4 +
 mm/gup.c                                            |    5 +
 net/bluetooth/hci_conn.c                            |   29 ++++++---
 net/bluetooth/hci_event.c                           |   15 +++-
 net/bluetooth/l2cap_core.c                          |    2 
 net/netfilter/ipset/ip_set_core.c                   |    2 
 net/rds/send.c                                      |   15 +++-
 net/sunrpc/auth_gss/gss_krb5_crypto.c               |    3 
 security/apparmor/apparmorfs.c                      |    4 -
 security/apparmor/include/audit.h                   |    8 +-
 security/apparmor/include/sig_names.h               |    4 -
 security/apparmor/ipc.c                             |    2 
 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c |   64 +++++++++-----------
 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h |    2 
 tools/perf/util/intel-pt.c                          |   37 +++++++++--
 55 files changed, 360 insertions(+), 214 deletions(-)

Adrian Hunter (4):
      perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
      perf intel-pt: Fix sync_switch
      perf intel-pt: Fix error recovery from missing TIP packet
      perf intel-pt: Fix timestamp following overflow

Al Viro (1):
      getname_kernel() needs to make sure that ->name != ->iname in long case

Amir Goldstein (1):
      ovl: fix lookup with middle layer opaque dir and absolute path redirects

Arnd Bergmann (1):
      radeon: hide pointless #warning when compile testing

Bassem Boubaker (1):
      cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN

Bill Kuzeja (1):
      scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure

Dan Williams (1):
      nfit: fix region registration vs block-data-window ranges

Dexuan Cui (2):
      Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
      PCI: hv: Serialize the present and eject work items

Eric Auger (1):
      vhost: Fix vhost_copy_to_user()

Eric Biggers (1):
      sunrpc: remove incorrect HMAC request initialization

Greg Kroah-Hartman (1):
      Linux 4.14.35

Hans de Goede (1):
      Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-low

Helge Deller (2):
      parisc: Fix out of array access in match_pci_device()
      parisc: Fix HPMC handler by increasing size to multiple of 16 bytes

J. Bruce Fields (1):
      nfsd: fix incorrect umasks

John Johansen (3):
      apparmor: fix logging of the existence test for signals
      apparmor: fix display of .ns_name for containers
      apparmor: fix resource audit messages when auditing peer

Jozsef Kadlecsik (1):
      netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()

Julian Wiedmann (2):
      s390/qdio: don't retry EQBS after CCQ 96
      s390/qdio: don't merge ERROR output buffers

Ka-Cheong Poon (1):
      rds: MP-RDS may use an invalid c_path

Kieran Bingham (1):
      media: v4l: vsp1: Fix header display list status check in continuous mode

Marek Szyprowski (1):
      hwmon: (ina2xx) Fix access to uninitialized mutex

Mauro Carvalho Chehab (1):
      media: v4l2-compat-ioctl32: don't oops on overlay

Michael S. Tsirkin (1):
      get_user_pages_fast(): return -EFAULT on access_ok failure

Mike Kravetz (1):
      hugetlbfs: fix bug in pgoff overflow checking

Ming Lei (1):
      blk-mq: don't keep offline CPUs mapped to hctx 0

Nicholas Piggin (1):
      KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode

Phil Elwell (1):
      lan78xx: Correctly indicate invalid OTP

Prashant Bhole (1):
      perf/core: Fix use-after-free in uprobe_perf_close()

Simon Gaiser (1):
      xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling

Stefan Hajnoczi (1):
      vhost: fix vhost_vq_access_ok() log check

Sudhir Sreedharan (1):
      rtl8187: Fix NULL pointer dereference in priv->conf_mutex

Szymon Janc (1):
      Bluetooth: Fix connection if directed advertising and privacy is used

Tejaswi Tanikella (1):
      slip: Check if rstate is initialized before uncompressing

Tetsuo Handa (1):
      block/loop: fix deadlock after loop_set_status

Toke Høiland-Jørgensen (1):
      ath9k: Protect queue draining by rcu_read_lock()

Vasily Gorbik (1):
      s390/ipl: ensure loadparm valid flag is set

Yazen Ghannam (5):
      x86/MCE/AMD: Define a function to get SMCA bank type
      x86/MCE: Report only DRAM ECC as memory errors on AMD systems
      x86/mce/AMD: Pass the bank number to smca_get_bank_type()
      x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
      x86/mce/AMD: Get address from already initialized block

Yunlong Song (1):
      f2fs: fix heap mode to reset it back

Yury Norov (1):
      lib: fix stall in __bitmap_parselist()


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

             reply	other threads:[~2018-04-19  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  7:51 Greg KH [this message]
2018-04-19  7:51 ` Linux 4.14.35 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=20180419075132.GA27731@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