Linux 4.9.61

From: Greg KH
Date: Wed Nov 08 2017 - 04:28:28 EST


I'm announcing the release of the 4.9.61 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/arch_timer.txt | 6
Makefile | 2
arch/arm/boot/dts/armada-375.dtsi | 4
arch/arm/boot/dts/armada-38x.dtsi | 4
arch/arm/boot/dts/armada-39x.dtsi | 4
arch/arm/include/asm/Kbuild | 1
arch/arm/include/asm/unaligned.h | 27 +
arch/arm/kvm/emulate.c | 6
arch/arm/kvm/hyp/Makefile | 2
arch/arm64/kernel/traps.c | 2
arch/arm64/kvm/hyp/Makefile | 2
arch/arm64/kvm/inject_fault.c | 16
arch/powerpc/mm/init_64.c | 33 +
arch/s390/crypto/aes_s390.c | 7
arch/s390/crypto/prng.c | 40 +
drivers/base/power/wakeirq.c | 7
drivers/clk/sunxi-ng/ccu_common.c | 15
drivers/cpufreq/cpufreq.c | 2
drivers/crypto/ccp/ccp-dev-v5.c | 3
drivers/crypto/ccp/ccp-dev.h | 1
drivers/crypto/ccp/ccp-ops.c | 8
drivers/gpio/Kconfig | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 9
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 4
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 17
drivers/gpu/drm/fsl-dcu/fsl_tcon.c | 8
drivers/gpu/drm/i915/intel_dp.c | 13
drivers/gpu/drm/msm/msm_gem_submit.c | 9
drivers/i2c/busses/i2c-riic.c | 30 +
drivers/infiniband/hw/mlx5/main.c | 21
drivers/infiniband/hw/mlx5/mlx5_ib.h | 2
drivers/infiniband/hw/mlx5/qp.c | 7
drivers/media/pci/bt8xx/dvb-bt8xx.c | 1
drivers/media/platform/exynos4-is/fimc-is.c | 8
drivers/media/usb/cx231xx/cx231xx-core.c | 7
drivers/mfd/ab8500-sysctrl.c | 14
drivers/mfd/axp20x.c | 8
drivers/misc/mei/client.c | 3
drivers/mmc/host/s3cmci.c | 1
drivers/mtd/nand/sunxi_nand.c | 4
drivers/net/ethernet/amazon/ena/ena_com.c | 4
drivers/net/ethernet/amazon/ena/ena_netdev.h | 6
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 6
drivers/net/ethernet/marvell/mvneta.c | 1
drivers/net/phy/dp83867.c | 23 -
drivers/net/wireless/ath/ath10k/ahb.c | 23 +
drivers/net/wireless/ath/ath10k/pci.c | 51 +-
drivers/net/wireless/ath/ath10k/pci.h | 5
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.c | 23 -
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 10
drivers/pci/access.c | 3
drivers/pci/msi.c | 2
drivers/platform/x86/intel_mid_thermal.c | 1
drivers/s390/block/dasd.c | 7
drivers/scsi/aacraid/aachba.c | 289 ++++++-------
drivers/scsi/megaraid/megaraid_sas_fusion.c | 15
drivers/staging/fsl-mc/bus/fsl-mc-msi.c | 1
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 1
drivers/staging/lustre/lustre/include/lustre/lustre_user.h | 18
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 7
drivers/staging/lustre/lustre/llite/rw26.c | 4
drivers/staging/lustre/lustre/lmv/lmv_obd.c | 25 -
drivers/staging/lustre/lustre/ptlrpc/service.c | 21
drivers/staging/rtl8712/ieee80211.h | 84 +--
drivers/staging/rtl8712/rtl871x_xmit.c | 7
drivers/xen/manage.c | 12
fs/cifs/dir.c | 5
fs/ext4/mballoc.c | 6
fs/ext4/super.c | 4
fs/namei.c | 6
fs/ocfs2/alloc.c | 24 -
lib/asn1_decoder.c | 3
samples/trace_events/trace-events-sample.c | 14
security/keys/keyring.c | 39 -
sound/core/seq/seq_clientmgr.c | 2
sound/core/timer_compat.c | 17
sound/soc/codecs/adau17x1.c | 24 +
sound/soc/codecs/adau17x1.h | 2
sound/soc/intel/boards/bytcr_rt5640.c | 1
sound/soc/intel/boards/bytcr_rt5651.c | 1
tools/perf/util/parse-events.c | 3
81 files changed, 796 insertions(+), 364 deletions(-)

Alexander Boyko (1):
staging: lustre: ptlrpc: skip lock if export failed

Alexander Usyskin (1):
mei: return error on notification request to a disconnected client

Arnd Bergmann (2):
ARM: 8715/1: add a private asm/unaligned.h
mmc: s3cmci: include linux/interrupt.h for tasklet_struct

Arvind Yadav (1):
exynos4-is: fimc-is: Unmap region obtained by of_iomap()

Ashish Samant (1):
ocfs2: fstrim: Fix start offset of first cluster group during fstrim

Ashok Raj Nagarajan (1):
ath10k: fix reading sram contents for QCA4019

Axel Lin (1):
gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build error

Bjorn Helgaas (1):
PCI: Avoid possible deadlock on pci_lock and p->pi_lock

Bogdan Purcareata (1):
staging: fsl-mc: Add missing header

Boris Brezillon (1):
mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()

Chris Brandt (1):
i2c: riic: correctly finish transfers

Christophe JAILLET (1):
PCI/MSI: Return failure when msix_setup_entries() fails

Dan Carpenter (1):
drm/msm: fix an integer overflow test

Deepak Khungar (1):
bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICs

Ding Tianhong (1):
clocksource/drivers/arm_arch_timer: Add dt binding for hisilicon-161010101 erratum

Dongjiu Geng (1):
arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort

Emmanuel Grumbach (1):
iwlwifi: mvm: use the PROBE_RESP_QUEUE to send deauth to unknown station

Eric Biggers (2):
KEYS: return full count in keyring_read() if buffer is too small
KEYS: fix out-of-bounds read during ASN.1 parsing

Fabio Estevam (1):
drm/fsl-dcu: check for clk_prepare_enable() error

Gary R Hook (1):
crypto: ccp - Set the AES size field for all modes

Greg Kroah-Hartman (1):
Linux 4.9.61

Grygorii Strashko (1):
PM / wakeirq: report a wakeup_event on dedicated wekup irq

Hans de Goede (1):
mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swapped

Harald Freudenberger (2):
s390/prng: Adjust generation of entropy to produce real 256 bits.
s390/crypto: Extend key length check for AES-XTS in fips mode.

Jan Beulich (1):
xen/manage: correct return value check on xenbus_scanf()

Jan Kara (2):
ext4: fix stripe-unaligned allocations
ext4: do not use stripe_width if it is not set

Jani Nikula (1):
drm/i915/edp: read edp display control registers unconditionally

Javier Martinez Canillas (1):
platform/x86: intel_mid_thermal: Fix module autoload

Joonyoung Shim (1):
drm/exynos: g2d: prevent integer overflow in

Juergen Gross (1):
xen: don't print error message in case of missing Xenstore entry

Julien Thierry (1):
arm/arm64: kvm: Disable branch profiling in HYP code

Kasin Li (1):
drm/msm: Fix potential buffer overflow issue

Larry Finger (2):
staging: rtl8712u: Fix endian settings for structs describing network packets
staging: r8712u: Fix Sparse warning in rtl871x_xmit.c

Leo Liu (1):
drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting

Linus Torvalds (1):
Fix tracing sample code warning.

Linus Walleij (1):
mfd: ab8500-sysctrl: Handle probe deferral

Lukasz Majewski (1):
net: phy: dp83867: Recover from "port mirroring" N/A MODE4

Majd Dibbiny (1):
IB/mlx5: Assign DSCP for R-RoCE QPs Address Path

Mark Rutland (1):
arm64: ensure __dump_instr() checks addr_limit

Netanel Belgazal (1):
net/ena: change driver's default timeouts

Oleh Kravchenko (1):
cx231xx: Fix I2C on Internal Master 3 Bus

Paul Mackerras (1):
powerpc/64: Don't try to use radix MMU under a hypervisor

Pierre-Louis Bossart (1):
ASoC: Intel: boards: remove .pm_ops in all Atom/DPCM machine drivers

Rafael J. Wysocki (1):
cpufreq: Do not clear real_cpus mask on policy init

RafaÅ MiÅecki (1):
brcmfmac: check brcmf_bus_get_memdump result for error

Raghava Aditya Renukunta (1):
scsi: aacraid: Process Error for response I/O

Rex Zhu (1):
drm/amdgpu: when dpm disabled, also need to stop/start vce.

Ricard Wanderlof (1):
ASoC: adau17x1: Workaround for noise bug in ADC

Ronnie Sahlberg (1):
cifs: check MaxPathNameComponentLength != 0 before using it

Russell King (1):
net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h

Seth Forshee (1):
vfs: open() with O_CREAT should not create inodes with unknown ids

Shivasharan S (1):
scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, change fp_possible to bool

Stefan Haberland (1):
s390/dasd: check for device error pointer within state change interrupts

Stephen Boyd (1):
clk: sunxi-ng: Check kzalloc() for errors and cleanup error path

Steven Rostedt (VMware) (1):
tracing/samples: Fix creation and deletion of simple_thread_fn creation

Sudip Mukherjee (1):
bt8xx: fix memory leak

Taeung Song (1):
perf tools: Only increase index if perf_evsel__new_idx() succeeds

Takashi Iwai (2):
ALSA: timer: Add missing mutex lock for compat ioctls
ALSA: seq: Fix nested rwsem annotation for lockdep splat

Ulka Vaze (1):
staging: lustre: lmv: Error not handled for lmv_find_target

Yan Markman (1):
ARM: dts: mvebu: pl310-cache disable double-linefill

Yang Sheng (1):
staging: lustre: llite: don't invoke direct_IO for the EOF case

frank zago (1):
staging: lustre: hsm: stack overrun in hai_dump_data_field

Attachment: signature.asc
Description: PGP signature