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.18.88
Date: Mon, 18 Dec 2017 10:35:44 +0100	[thread overview]
Message-ID: <20171218093544.GA1019@kroah.com> (raw)

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

I'm announcing the release of the 3.18.88 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-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                         |    2 
 arch/arm/include/asm/kvm_arm.h                   |    4 -
 arch/arm/kvm/handle_exit.c                       |   19 +++---
 arch/arm64/include/asm/kvm_arm.h                 |    3 
 arch/arm64/kernel/process.c                      |    9 ++
 arch/powerpc/sysdev/axonram.c                    |    5 +
 arch/s390/include/asm/asm-prototypes.h           |    8 --
 arch/sparc/mm/init_64.c                          |    9 ++
 arch/x86/kvm/vmx.c                               |    9 --
 arch/x86/pci/broadcom_bus.c                      |    2 
 crypto/asymmetric_keys/x509_cert_parser.c        |    2 
 drivers/ata/libata-sff.c                         |    1 
 drivers/atm/horizon.c                            |    2 
 drivers/base/isa.c                               |   10 +--
 drivers/crypto/s5p-sss.c                         |    5 -
 drivers/edac/i5000_edac.c                        |    8 +-
 drivers/edac/i5400_edac.c                        |    9 +-
 drivers/firmware/efi/efi.c                       |    3 
 drivers/firmware/efi/runtime-map.c               |   10 +--
 drivers/gpu/drm/armada/Makefile                  |    2 
 drivers/i2c/busses/i2c-riic.c                    |    6 +
 drivers/infiniband/hw/mlx4/qp.c                  |    2 
 drivers/infiniband/hw/mlx5/main.c                |    2 
 drivers/iommu/intel-iommu.c                      |    8 +-
 drivers/irqchip/irq-crossbar.c                   |    8 +-
 drivers/media/usb/dvb-usb/dibusb-common.c        |   16 ++++-
 drivers/net/can/usb/ems_usb.c                    |    2 
 drivers/net/can/usb/esd_usb2.c                   |    2 
 drivers/net/can/usb/kvaser_usb.c                 |   13 ++--
 drivers/net/can/usb/usb_8dev.c                   |    2 
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c |   23 +++----
 drivers/net/phy/spi_ks8995.c                     |    1 
 drivers/scsi/lpfc/lpfc_els.c                     |   14 +++-
 drivers/usb/gadget/configfs.c                    |    1 
 drivers/usb/gadget/function/f_fs.c               |    2 
 drivers/usb/gadget/legacy/inode.c                |    4 -
 drivers/virtio/virtio.c                          |    2 
 fs/afs/cmservice.c                               |    3 
 fs/nfs/dir.c                                     |    2 
 include/linux/genalloc.h                         |    3 
 include/linux/sysfs.h                            |    6 +
 kernel/audit.c                                   |   10 +--
 kernel/debug/kdb/kdb_io.c                        |    2 
 kernel/workqueue.c                               |    1 
 lib/asn1_decoder.c                               |    2 
 lib/dynamic_debug.c                              |    4 +
 lib/genalloc.c                                   |   10 +--
 net/ipv4/route.c                                 |   14 ++--
 net/ipv6/af_inet6.c                              |   10 +--
 net/ipv6/sit.c                                   |    1 
 net/packet/af_packet.c                           |    5 +
 net/rds/rdma.c                                   |    2 
 net/sctp/socket.c                                |   38 ++++++++----
 net/sunrpc/sched.c                               |    3 
 net/xfrm/xfrm_policy.c                           |    1 
 security/keys/request_key.c                      |   46 ++++++++++++---
 sound/core/pcm.c                                 |    2 
 sound/core/seq/seq_timer.c                       |    2 
 sound/usb/mixer.c                                |   13 ++--
 tools/hv/hv_kvp_daemon.c                         |   70 ++++-------------------
 tools/testing/selftests/powerpc/harness.c        |    6 +
 61 files changed, 287 insertions(+), 199 deletions(-)

Andrew Honig (1):
      KVM: VMX: remove I/O port 0x80 bypass on Intel hosts

Arvind Yadav (1):
      atm: horizon: Fix irq release error

Blomme, Maarten (1):
      spi_ks8995: fix "BUG: key accdaa28 not in .data!"

Chris Brandt (1):
      i2c: riic: fix restart condition

Christophe JAILLET (1):
      USB: gadgetfs: Fix a potential memory leak in 'dev_config()'

Chuck Lever (1):
      sunrpc: Fix rpc_task_begin trace point

Daniel Thompson (1):
      kdb: Fix handling of kallsyms_symbol_next() return value

Dave Martin (1):
      arm64: fpsimd: Prevent registers leaking from dead tasks

David Howells (1):
      afs: Connect up the CB.ProbeUuid

Eric Biggers (3):
      ASN.1: check for error from ASN1_OP_END__ACT actions
      KEYS: add missing permission check for request_key() destination
      X.509: reject invalid BIT STRING for subjectPublicKey

Eric Dumazet (1):
      net/packet: fix a race in packet_bind() and packet_notifier()

Franck Demathieu (1):
      irqchip/crossbar: Fix incorrect type of register size

Greg Kroah-Hartman (2):
      efi: Move some sysfs files to be read-only by root
      Linux 3.18.88

Hangbin Liu (1):
      sit: update frag_off info

Herbert Xu (1):
      xfrm: Copy policy family in clone_policy

Håkon Bugge (1):
      rds: Fix NULL pointer dereference in __rds_rdma_map

Jaejoong Kim (2):
      ALSA: usb-audio: Fix out-of-bound error
      ALSA: usb-audio: Add check return value for usb_string()

James Smart (1):
      scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters

Jan Kara (1):
      axonram: Fix gendisk handling

Jimmy Assarsson (3):
      can: kvaser_usb: free buf in error paths
      can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()
      can: kvaser_usb: ratelimit errors if incomplete messages are received

John Keeping (1):
      usb: gadget: configs: plug memory leak

Jérémy Lefaure (2):
      EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macro
      EDAC, i5000, i5400: Fix definition of NRECMEMB register

Kristina Martsenko (1):
      arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one

Krzysztof Kozlowski (1):
      crypto: s5p-sss - Fix completing crypto request in IRQ handler

Laurent Caumont (1):
      media: dvb: i2c transfers over usb cannot be done from stack

Majd Dibbiny (1):
      IB/mlx5: Assign send CQ and recv CQ of UMR QP

Marc Zyngier (1):
      arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one

Mark Bloch (1):
      IB/mlx4: Increase maximal message size under UD QP

Mark Rutland (1):
      arm: KVM: Survive unknown traps from guests

Martin Kelly (4):
      can: kvaser_usb: cancel urb on -EPIPE and -EPROTO
      can: ems_usb: cancel urb on -EPIPE and -EPROTO
      can: esd_usb2: cancel urb on -EPIPE and -EPROTO
      can: usb_8dev: cancel urb on -EPIPE and -EPROTO

Michal Schmidt (1):
      bnx2x: fix possible overrun of VFPF multicast addresses array

Paul Meyer (1):
      hv: kvp: Avoid reading past allocated blocks from KVP file

Paul Moore (1):
      audit: ensure that 'audit=1' actually enables audit for PID 1

Pavel Tatashin (1):
      sparc64/mm: set fields in deferred pages

Rafael J. Wysocki (1):
      x86/PCI: Make broadcom_postcore_init() check acpi_disabled

Randy Dunlap (1):
      dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0

Robb Glasser (1):
      ALSA: pcm: prevent UAF in snd_pcm_info

Robin Murphy (1):
      iommu/vt-d: Fix scatterlist offset handling

Sachin Sant (1):
      selftest/powerpc: Fix false failures for skipped tests

Sasha Levin (2):
      Revert "drm/armada: Fix compile fail"
      Revert "s390/kbuild: enable modversions for symbols exported from asm"

Stephen Bates (1):
      lib/genalloc.c: make the avail variable an atomic_long_t

Takashi Iwai (1):
      ALSA: seq: Remove spurious WARN_ON() at timer check

Tejun Heo (2):
      libata: drop WARN from protocol error in ata_sff_qc_issue()
      workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq

Trond Myklebust (1):
      NFS: Fix a typo in nfs_rename()

Vincent Pelletier (1):
      usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping

WANG Cong (1):
      ipv6: reorder icmpv6_init() and ip6_mr_init()

Wanpeng Li (1):
      KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset

William Breathitt Gray (1):
      isa: Prevent NULL dereference in isa_bus driver callbacks

Xin Long (4):
      route: also update fnhe_genid when updating a route cache
      route: update fnhe_expires for redirect when the fnhe exists
      sctp: do not free asoc when it is already dead in sctp_sendmsg
      sctp: use the right sk after waking up from wait_buf sleep

weiping zhang (1):
      virtio: release virtio index when fail to device_register


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

             reply	other threads:[~2017-12-18  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18  9:35 Greg KH [this message]
2017-12-18  9:35 ` Linux 3.18.88 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=20171218093544.GA1019@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.