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.99
Date: Wed, 9 May 2018 11:34:18 +0200	[thread overview]
Message-ID: <20180509093418.GA25914@kroah.com> (raw)

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

I'm announcing the release of the 4.9.99 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

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

 Documentation/virtual/kvm/api.txt                 |    9 
 Documentation/virtual/kvm/arm/psci.txt            |   30 +
 Makefile                                          |    2 
 arch/arm/include/asm/kvm_host.h                   |    3 
 arch/arm/include/uapi/asm/kvm.h                   |    6 
 arch/arm/kvm/guest.c                              |   13 
 arch/arm/kvm/psci.c                               |   60 ++
 arch/arm64/include/asm/kvm_host.h                 |    3 
 arch/arm64/include/uapi/asm/kvm.h                 |    6 
 arch/arm64/kvm/guest.c                            |   14 
 arch/s390/include/asm/facility.h                  |    2 
 drivers/crypto/talitos.c                          |   41 +-
 drivers/gpu/drm/bridge/dumb-vga-dac.c             |    4 
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               |    1 
 drivers/infiniband/core/ucma.c                    |    2 
 drivers/infiniband/hw/cxgb4/device.c              |    9 
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h            |    4 
 drivers/infiniband/hw/cxgb4/resource.c            |   26 +
 drivers/infiniband/hw/hfi1/init.c                 |    2 
 drivers/infiniband/hw/hfi1/pcie.c                 |    3 
 drivers/infiniband/hw/mlx5/qp.c                   |   22 -
 drivers/input/input-leds.c                        |    8 
 drivers/input/touchscreen/atmel_mxt_ts.c          |    9 
 drivers/net/usb/qmi_wwan.c                        |    1 
 drivers/platform/x86/asus-wireless.c              |    4 
 drivers/tty/serial/imx.c                          |   14 
 drivers/usb/core/config.c                         |    4 
 drivers/usb/musb/musb_gadget.c                    |    3 
 drivers/usb/musb/musb_host.c                      |    4 
 drivers/usb/serial/option.c                       |  448 +++++++---------------
 drivers/usb/serial/visor.c                        |   69 +--
 fs/xfs/xfs_file.c                                 |   14 
 include/kvm/arm_psci.h                            |   16 
 kernel/bpf/arraymap.c                             |    2 
 kernel/bpf/hashtab.c                              |    9 
 kernel/bpf/syscall.c                              |   20 
 kernel/events/core.c                              |    2 
 kernel/tracepoint.c                               |    4 
 mm/percpu.c                                       |    1 
 sound/core/pcm_compat.c                           |    2 
 sound/core/seq/seq_virmidi.c                      |    4 
 sound/drivers/aloop.c                             |   29 +
 tools/testing/selftests/firmware/fw_filesystem.sh |    6 
 43 files changed, 529 insertions(+), 406 deletions(-)

Alan Stern (1):
      USB: Accept bulk endpoints with 1024-byte maxpacket

Ben Hutchings (1):
      test_firmware: fix setting old custom fw path back on exit, second try

Bin Liu (2):
      usb: musb: host: fix potential NULL pointer dereference
      usb: musb: trace: fix NULL pointer dereference in musb_g_tx()

Danit Goldberg (1):
      IB/mlx5: Use unlimited rate when static rate is not supported

Darrick J. Wong (1):
      xfs: prevent creating negative-sized file via INSERT_RANGE

Dmitry Torokhov (1):
      Input: leds - fix out of bound access

Greg Kroah-Hartman (2):
      USB: serial: visor: handle potential invalid device configuration
      Linux 4.9.99

Heiko Carstens (1):
      s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BIT

Johan Hovold (1):
      USB: serial: option: reimplement interface masking

João Paulo Rechi Vita (1):
      platform/x86: asus-wireless: Fix NULL pointer dereference

Kristian Evensen (1):
      USB: serial: option: Add support for Quectel EP06

LEROY Christophe (1):
      crypto: talitos - fix IPsec cipher in length

Leon Romanovsky (1):
      RDMA/mlx5: Protect from shift operand overflow

Marc Zyngier (1):
      arm/arm64: KVM: Add PSCI version selection API

Mathieu Desnoyers (1):
      tracepoint: Do not warn on ENOMEM

Raju Rangoju (1):
      RDMA/cxgb4: release hw resources on device removal

Robert Rosengren (1):
      ALSA: aloop: Mark paused device as inactive

Roland Dreier (1):
      RDMA/ucma: Allow resolving address w/o specifying source address

SZ Lin (林上智) (2):
      NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
      USB: serial: option: adding support for ublox R410M

Sean Paul (1):
      drm/bridge: vga-dac: Fix edid memory leak

Sebastian Sanchez (1):
      IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used

Takashi Iwai (3):
      ALSA: pcm: Check PCM state at xfern compat ioctl
      ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
      ALSA: aloop: Add missing cable lock to ctl API callbacks

Tan Xiaojun (1):
      perf/core: Fix the perf_cpu_time_max_percent check

Tejun Heo (1):
      percpu: include linux/sched.h for cond_resched()

Teng Qin (1):
      bpf: map_get_next_key to return first key on NULL

Thomas Hellstrom (1):
      drm/vmwgfx: Fix a buffer object leak

Uwe Kleine-König (1):
      serial: imx: ensure UCR3 and UFCR are setup correctly

Vittorio Gambaletta (VittGam) (1):
      Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro


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

             reply	other threads:[~2018-05-09  9:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09  9:34 Greg KH [this message]
2018-05-09  9:34 ` Linux 4.9.99 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=20180509093418.GA25914@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