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.16.8
Date: Wed, 9 May 2018 11:35:26 +0200 [thread overview]
Message-ID: <20180509093526.GA26092@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 8869 bytes --]
I'm announcing the release of the 4.16.8 kernel.
All users of the 4.16 kernel series must upgrade.
The updated 4.16.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.16.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/arm64/silicon-errata.txt | 1
Makefile | 2
arch/arm64/Kconfig | 14
arch/arm64/include/asm/assembler.h | 40
arch/arm64/include/asm/cputype.h | 2
arch/arm64/mm/proc.S | 5
arch/x86/kernel/tsc.c | 22
arch/x86/kvm/lapic.c | 37
drivers/acpi/button.c | 24
drivers/gpu/drm/bridge/dumb-vga-dac.c | 4
drivers/gpu/drm/vc4/vc4_crtc.c | 46 -
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1
drivers/infiniband/core/ucma.c | 2
drivers/infiniband/hw/cxgb4/cq.c | 11
drivers/infiniband/hw/cxgb4/device.c | 9
drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 6
drivers/infiniband/hw/cxgb4/qp.c | 4
drivers/infiniband/hw/cxgb4/resource.c | 26
drivers/infiniband/hw/hfi1/driver.c | 19
drivers/infiniband/hw/hfi1/hfi.h | 8
drivers/infiniband/hw/hfi1/init.c | 2
drivers/infiniband/hw/hfi1/pcie.c | 3
drivers/infiniband/hw/hfi1/ruc.c | 50 -
drivers/infiniband/hw/hfi1/ud.c | 4
drivers/infiniband/hw/mlx4/qp.c | 3
drivers/infiniband/hw/mlx5/Kconfig | 1
drivers/infiniband/hw/mlx5/mr.c | 32
drivers/infiniband/hw/mlx5/qp.c | 22
drivers/input/input-leds.c | 8
drivers/input/touchscreen/atmel_mxt_ts.c | 9
drivers/irqchip/qcom-irq-combiner.c | 4
drivers/net/usb/qmi_wwan.c | 1
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c | 15
drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c | 11
drivers/net/wireless/realtek/rtlwifi/wifi.h | 5
drivers/platform/x86/Kconfig | 2
drivers/platform/x86/asus-wireless.c | 4
drivers/target/target_core_iblock.c | 8
drivers/usb/core/config.c | 4
drivers/usb/dwc3/gadget.c | 2
drivers/usb/host/xhci.c | 1
drivers/usb/musb/musb_gadget.c | 3
drivers/usb/musb/musb_host.c | 4
drivers/usb/serial/option.c | 451 +++-------
drivers/usb/serial/visor.c | 69 -
fs/btrfs/extent-tree.c | 7
fs/xfs/xfs_file.c | 14
kernel/time/clocksource.c | 57 -
kernel/trace/trace_uprobe.c | 24
kernel/tracepoint.c | 4
lib/errseq.c | 23
lib/swiotlb.c | 2
sound/core/pcm_compat.c | 2
sound/core/seq/seq_virmidi.c | 4
sound/drivers/aloop.c | 29
sound/firewire/amdtp-stream.c | 5
sound/pci/hda/patch_realtek.c | 2
tools/power/acpi/Makefile.config | 1
tools/testing/selftests/firmware/fw_filesystem.sh | 6
59 files changed, 673 insertions(+), 508 deletions(-)
Agustin Vega-Frias (1):
irqchip/qcom: Fix check for spurious interrupts
Alan Stern (1):
USB: Accept bulk endpoints with 1024-byte maxpacket
Anthoine Bourgeois (1):
KVM: x86: remove APIC Timer periodic/oneshot spikes
Ard Biesheuvel (1):
ACPI / button: make module loadable when booted in non-ACPI mode
Ben Hutchings (1):
test_firmware: fix setting old custom fw path back on exit, second try
Bharat Potnuri (1):
iw_cxgb4: Atomically flush per QP HW CQEs
Bin Liu (2):
usb: musb: host: fix potential NULL pointer dereference
usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
Boris Brezillon (1):
drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
Bryant G Ly (1):
scsi: target: Fix fortify_panic kernel exception
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.16.8
Jiri Slaby (1):
tools: power/acpi, revert to LD = gcc
Johan Hovold (1):
USB: serial: option: reimplement interface masking
João Paulo Rechi Vita (1):
platform/x86: asus-wireless: Fix NULL pointer dereference
Leon Romanovsky (3):
RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
RDMA/mlx4: Add missed RSS hash inner header flag
RDMA/mlx5: Protect from shift operand overflow
Mario Limonciello (1):
platform/x86: Kconfig: Fix dell-laptop dependency chain.
Mathias Nyman (1):
xhci: Fix use-after-free in xhci_free_virt_device
Mathieu Desnoyers (1):
tracepoint: Do not warn on ENOMEM
Matthew Wilcox (1):
errseq: Always report a writeback error once
Mayank Rana (1):
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
Michel Dänzer (1):
swiotlb: fix inversed DMA_ATTR_NO_WARN test
Mike Marciniszyn (2):
IB/hfi1: Fix handling of FECN marked multicast packet
IB/hfi1: Fix loss of BECN with AHG
Peter Zijlstra (5):
x86/tsc: Always unregister clocksource_tsc_early
x86/tsc: Fix mark_tsc_unstable()
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
clocksource: Initialize cs->wd_list
clocksource: Consistent de-rate when marking unstable
Ping-Ke Shih (1):
rtlwifi: cleanup 8723be ant_sel definition
Raju Rangoju (1):
RDMA/cxgb4: release hw resources on device removal
Randy Dunlap (1):
infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
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
Song Liu (1):
tracing: Fix bad use of igrab in trace_uprobe.c
Suzuki K Poulose (1):
arm64: Add work around for Arm Cortex-A55 Erratum 1024718
Takashi Iwai (4):
ALSA: hda - Fix incorrect usage of IS_REACHABLE()
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
Takashi Sakamoto (1):
ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation for array index
Thomas Hellstrom (1):
drm/vmwgfx: Fix a buffer object leak
Vittorio Gambaletta (VittGam) (1):
Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
ethanwu (1):
btrfs: Take trans lock before access running trans in check_delayed_ref
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-05-09 9:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 9:35 Greg KH [this message]
2018-05-09 9:35 ` Linux 4.16.8 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=20180509093526.GA26092@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