Linux 4.9.64

From: Greg KH
Date: Tue Nov 21 2017 - 11:20:27 EST


I'm announcing the release of the 4.9.64 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/devicetree/bindings/arm/davinci.txt | 4
Documentation/devicetree/bindings/vendor-prefixes.txt | 1
Makefile | 2
arch/arm/boot/dts/am33xx.dtsi | 3
arch/arm/boot/dts/dm814x.dtsi | 9 -
arch/arm/boot/dts/dm816x.dtsi | 6
arch/arm/boot/dts/omap5-uevm.dts | 21 ++
arch/arm/crypto/aesbs-glue.c | 6
arch/arm/mach-omap2/pdata-quirks.c | 1
arch/arm64/boot/dts/broadcom/ns2.dtsi | 2
arch/mips/include/asm/asm.h | 10 -
arch/mips/include/asm/mips-cm.h | 7
arch/mips/kernel/setup.c | 78 ++++++++-
arch/mips/kernel/traps.c | 63 ++++++-
arch/mips/netlogic/common/irq.c | 4
arch/x86/kernel/apic/apic.c | 8
arch/x86/kernel/apic/vector.c | 2
arch/x86/kernel/cpu/mcheck/mce-severity.c | 7
arch/x86/kernel/cpu/mcheck/mce_amd.c | 4
arch/x86/kernel/cpu/mcheck/therm_throt.c | 6
arch/x86/kernel/cpu/mcheck/threshold.c | 4
arch/x86/kernel/irq.c | 4
arch/x86/kernel/irq_work.c | 5
arch/x86/kernel/smp.c | 15 +
crypto/Kconfig | 1
crypto/dh_helper.c | 16 +
drivers/ata/Kconfig | 3
drivers/bluetooth/btusb.c | 6
drivers/extcon/extcon-palmas.c | 5
drivers/extcon/extcon.c | 33 ---
drivers/gpu/drm/mgag200/mgag200_main.c | 2
drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | 1
drivers/gpu/drm/sti/sti_vtg.c | 4
drivers/media/rc/imon.c | 5
drivers/media/usb/dvb-usb/dib0700_devices.c | 24 +-
drivers/net/ethernet/intel/fm10k/fm10k_mbx.c | 10 -
drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 6
drivers/net/ethernet/intel/igb/e1000_82575.c | 11 +
drivers/net/ethernet/intel/igb/e1000_i210.c | 4
drivers/net/ethernet/intel/igb/igb_main.c | 21 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 2
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c | 8
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 23 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | 4
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 7
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 2
drivers/power/supply/axp288_fuel_gauge.c | 103 ++++++------
drivers/rtc/rtc-rx8010.c | 24 --
drivers/scsi/lpfc/lpfc_attr.c | 17 +
drivers/scsi/lpfc/lpfc_els.c | 6
drivers/scsi/lpfc/lpfc_hw.h | 6
drivers/scsi/lpfc/lpfc_sli.c | 3
drivers/scsi/lpfc/lpfc_vport.c | 8
drivers/scsi/ufs/ufs-qcom.c | 1
drivers/scsi/ufs/ufshcd.c | 33 ++-
drivers/scsi/ufs/ufshcd.h | 13 +
drivers/staging/greybus/connection.c | 6
drivers/staging/greybus/spilib.c | 8
drivers/staging/rtl8188eu/include/rtw_debug.h | 2
drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 2
drivers/staging/wilc1000/linux_wlan.c | 2
drivers/usb/core/devio.c | 14 +
drivers/usb/core/quirks.c | 3
drivers/usb/gadget/function/f_fs.c | 1
drivers/usb/serial/garmin_gps.c | 22 ++
drivers/usb/serial/qcserial.c | 1
drivers/video/backlight/adp5520_bl.c | 12 +
drivers/video/backlight/lcd.c | 4
include/dt-bindings/pinctrl/omap.h | 4
include/uapi/linux/rds.h | 102 +++++------
net/ipv4/tcp.c | 18 +-
sound/drivers/vx/vx_pcm.c | 8
sound/pci/hda/patch_realtek.c | 10 +
sound/pci/vx222/vx222_ops.c | 12 -
sound/pcmcia/vx/vxp_ops.c | 12 -
75 files changed, 629 insertions(+), 298 deletions(-)

Aaron Sierra (1):
igb: reset the PHY before reading the PHY ID

Alan Stern (1):
USB: usbfs: compute urb->actual_length for isochronous

Alexey Khoroshilov (1):
backlight: adp5520: Fix error handling in adp5520_bl_probe()

Andrew Gabbasov (1):
usb: gadget: f_fs: Fix use-after-free in ffs_free_inst

Andrey Konovalov (1):
media: dib0700: fix invalid dvb_detach argument

Arvind Yadav (3):
media: imon: Fix null-ptr-deref in imon_probe
drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache
gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap

Bernhard Rosenkraenzer (1):
USB: Add delay-init quirk for Corsair K70 LUX keyboards

Chanwoo Choi (1):
extcon: Remove potential problem when calling extcon_register_notifier()

Daniel Bristot de Oliveira (1):
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers

Dmitry V. Levin (2):
uapi: fix linux/rds.h userspace compilation error
uapi: fix linux/rds.h userspace compilation errors

Don Skidmore (1):
ixgbe: Configure advertised speeds correctly for KR/KX backplane

Douglas Fischer (1):
USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update

Emil Tantilov (4):
ixgbe: fix AER error handling
ixgbe: handle close/suspend race with netif_device_detach/present
ixgbe: add mask for 64 RSS queues
ixgbe: do not disable FEC from the driver

Eric Biggers (3):
arm: crypto: reduce priority of bit-sliced AES cipher
crypto: dh - Don't permit 'p' to be 0
crypto: dh - Don't permit 'key' or 'g' size longer than 'p'

Fabien Lahoudere (1):
rtc: rx8010: change lock mechanism

Galo Navarro (1):
staging: rtl8188eu: fix incorrect ERROR tags from logs

Geert Uytterhoeven (3):
ata: ATA_BMDMA should depend on HAS_DMA
ata: SATA_HIGHBANK should depend on HAS_DMA
ata: SATA_MV should depend on HAS_DMA

Greg Kroah-Hartman (1):
Linux 4.9.64

Hannu Lounento (1):
igb: Fix hw_dbg logging in igb_update_flash_i210

Hans de Goede (2):
power: supply: axp288_fuel_gauge: Read 15 bit values 2 registers at a time
power: supply: axp288_fuel_gauge: Read 12 bit values 2 registers at a time

James Smart (5):
scsi: lpfc: Add missing memory barrier
scsi: lpfc: FCoE VPort enable-disable does not bring up the VPort
scsi: lpfc: Correct host name in symbolic_name field
scsi: lpfc: Correct issue leading to oops during link reset
scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payload

Jannik Becher (1):
staging: rtl8712: fixed little endian problem

Jarkko Nikula (1):
drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS

Jason Hrycay (1):
staging: greybus: add host device function pointer checks

Javier Martinez Canillas (1):
scsi: ufs-qcom: Fix module autoload

Johan Hovold (3):
USB: serial: garmin_gps: fix I/O after failed probe and remove
USB: serial: garmin_gps: fix memory leak on probe errors
staging: greybus: spilib: fix use-after-free after deregistration

Jon Mason (1):
arm64: dts: NS2: reserve memory for Nitro firmware

Kailang Yang (1):
ALSA: hda/realtek - Add new codec ID ALC299

Leif Liddy (1):
Bluetooth: btusb: fix QCA Rome suspend/resume

Marcin Nowakowski (2):
MIPS: init: Ensure bootmem does not corrupt reserved memory
MIPS: init: Ensure reserved memory regions are not added to bootmem

Mike Kofron (1):
staging: wilc1000: Fix endian sparse warning

Ngai-Mint Kwan (1):
fm10k: request reset when mbx->state changes

Paul Burton (3):
MIPS: End asm function prologue macros with .insn
MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems
MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds

RafaÅ MiÅecki (1):
brcmfmac: don't preset all channels as disabled

Roger Quadros (1):
extcon: palmas: Check the parent instance to prevent the NULL

Sasha Levin (4):
Revert "crypto: xts - Add ECB dependency"
Revert "uapi: fix linux/rds.h userspace compilation errors"
Revert "dt-bindings: Add vendor prefix for LEGO"
Revert "dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification"

Soheil Hassas Yeganeh (1):
tcp: provide timestamps for partial writes

Takashi Iwai (2):
ALSA: vx: Don't try to update capture stream before running
ALSA: vx: Fix possible transfer overflow

Todd Fujinaka (1):
igb: close/suspend race in netif_device_detach

Tony Lindgren (5):
ARM: dts: Fix compatible for ti81xx uarts for 8250
ARM: dts: Fix am335x and dm814x scm syscon to probe children
ARM: OMAP2+: Fix init for multiple quirks for the same SoC
ARM: dts: Fix omap3 off mode pull defines
ARM: dts: omap5-uevm: Allow bootloader to configure USB Ethernet MAC

Tony Nguyen (2):
ixgbe: Fix reporting of 100Mb capability
ixgbe: Reduce I2C retry count on X550 devices

Uwe Kleine-KÃnig (1):
backlight: lcd: Fix race condition during register

Yazen Ghannam (1):
x86/MCE/AMD: Always give panic severity for UC errors in kernel context

subhashj@xxxxxxxxxxxxxx (1):
scsi: ufs: add capability to keep auto bkops always enabled

Attachment: signature.asc
Description: PGP signature