[PATCH 4.9 000/206] 4.9.3-stable review

From: Greg Kroah-Hartman
Date: Tue Jan 10 2017 - 08:45:07 EST


This is the start of the stable review cycle for the 4.9.3 release.
There are 206 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Jan 12 13:14:24 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.3-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 4.9.3-rc1

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
tick/broadcast: Prevent NULL pointer dereference

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
clocksource/dummy_timer: Move hotplug callback after the real timers

Carlos Maiolino <cmaiolino@xxxxxxxxxx>
xfs: fix max_retries _show and _store functions

Christoph Hellwig <hch@xxxxxx>
xfs: fix crash and data corruption due to removal of busy COW extents

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: use the actual AG length when reserving blocks

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: fix double-cleanup when CUI recovery fails

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: use GPF_NOFS when allocating btree cursors

Eric Sandeen <sandeen@xxxxxxxxxx>
xfs: ignore leaf attr ichdr.count in verifier during log replay

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: don't cap maximum dedupe request length

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: don't allow di_size with high bit set

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: error out if trying to add attrs and anextents > 0

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: don't crash if reading a directory results in an unexpected hole

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: complain if we don't get nextents bmap records

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: check for bogus values in btree block headers

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: forbid AG btrees with level == 0

Eric Sandeen <sandeen@xxxxxxxxxxx>
xfs: handle cow fork in xfs_bmap_trace_exlist

Eric Sandeen <sandeen@xxxxxxxxxxx>
xfs: pass state not whichfork to trace_xfs_extlist

Eric Sandeen <sandeen@xxxxxxxxxxx>
xfs: Move AGI buffer type setting to xfs_read_agi

Brian Foster <bfoster@xxxxxxxxxx>
xfs: pass post-eof speculative prealloc blocks to bmapi

Christoph Hellwig <hch@xxxxxx>
xfs: use new extent lookup helpers xfs_file_iomap_begin_delay

Brian Foster <bfoster@xxxxxxxxxx>
xfs: clean up cow fork reservation and tag inodes correctly

Christoph Hellwig <hch@xxxxxx>
xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow

Brian Foster <bfoster@xxxxxxxxxx>
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()

Christoph Hellwig <hch@xxxxxx>
xfs: remove prev argument to xfs_bmapi_reserve_delalloc

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: always succeed when deduping zero bytes

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: factor rmap btree size into the indlen calculations

Christoph Hellwig <hch@xxxxxx>
xfs: new inode extent list lookup helpers

Brian Foster <bfoster@xxxxxxxxxx>
xfs: fix unbalanced inode reclaim flush locking

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: check minimum block size for CRC filesystems

Eric Sandeen <sandeen@xxxxxxxxxxx>
xfs: provide helper for counting extents from if_bytes

Brian Foster <bfoster@xxxxxxxxxx>
xfs: don't BUG() on mixed direct and mapped I/O

Brian Foster <bfoster@xxxxxxxxxx>
xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan

Darrick J. Wong <darrick.wong@xxxxxxxxxx>
xfs: check return value of _trans_reserve_quota_nblks

Eric Sandeen <sandeen@xxxxxxxxxx>
xfs: don't call xfs_sb_quota_from_disk twice

Josh Zimmerman <joshz@xxxxxxxxxx>
tpm_tis: Check return values from get_burstcount.

Paulo Zanoni <paulo.r.zanoni@xxxxxxxxx>
drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling cases

Paulo Zanoni <paulo.r.zanoni@xxxxxxxxx>
drm/i915/gen9: unconditionally apply the memory bandwidth WA

Paulo Zanoni <paulo.r.zanoni@xxxxxxxxx>
drm/i915: disable PSR by default on HSW/BDW

Michel DÃnzer <michel.daenzer@xxxxxxx>
drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values

Sebastian Ott <sebott@xxxxxxxxxxxxxxxxxx>
s390/pci: fix dma address calculation in map_sg

Heiko Carstens <heiko.carstens@xxxxxxxxxx>
s390/topology: always use s390 specific sched_domain_topology_level

Johan Hovold <johan@xxxxxxxxxx>
powerpc/pci/rpadlpar: Fix device reference leaks

Alexey Kardashevskiy <aik@xxxxxxxxx>
PCI: Enable access to non-standard VPD for Chelsio devices (cxgb3)

Noa Osherovich <noaos@xxxxxxxxxxxx>
PCI: Support INTx masking on ConnectX-4 with firmware x.14.1100+

Noa Osherovich <noaos@xxxxxxxxxxxx>
PCI: Convert Mellanox broken INTx quirks to be for listed devices only

Noa Osherovich <noaos@xxxxxxxxxxxx>
PCI: Convert broken INTx masking quirks from HEADER to FINAL

Noa Osherovich <noaos@xxxxxxxxxxxx>
PCI: Add Mellanox device IDs

Brian Norris <briannorris@xxxxxxxxxxxx>
PCI: rockchip: Correct the use of FTS mask

Shawn Lin <shawn.lin@xxxxxxxxxxxxxx>
PCI: rockchip: Fix negotiated lanes calculation

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
staging: media: davinci_vpfe: unlock on error in vpfe_reqbufs()

Arnd Bergmann <arnd@xxxxxxxx>
f2fs: hide a maybe-uninitialized warning

Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
f2fs: remove percpu_count due to performance regression

NeilBrown <neilb@xxxxxxxx>
md: fix refcount problem on mddev when stopping array.

Shaohua Li <shli@xxxxxx>
md: MD_RECOVERY_NEEDED is set for mddev->recovery

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/aes-ce - fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/aes-xts-ce: fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/sha1-ce - fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/aes-neon - fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/aes-ccm-ce: fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm/aes-ce - fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/ghash-ce - fix for big endian

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
crypto: arm64/sha2-ce - fix for big endian

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
s390/crypto: unlock on error in prng_tdes_read()

Ming Ling <ming.ling@xxxxxxxxxxxxxx>
mm, compaction: fix NR_ISOLATED_* stats for pfn based migration

Johannes Weiner <hannes@xxxxxxxxxxx>
mm: khugepaged: fix radix tree node leak in shmem collapse error path

Johannes Weiner <hannes@xxxxxxxxxxx>
mm: khugepaged: close use-after-free race during shmem collapsing

Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
docs-rst: fix LaTeX \DURole renewcommand with Sphinx 1.3+

Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxxxxxxx>
mm/hugetlb.c: use the right pte val for compare in hugetlb_cow

Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
rpmsg: qcom_smd: Correct return value for O_NONBLOCK

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
mmc: mmc_test: Uninitialized return value

Guilherme G. Piccoli <gpiccoli@xxxxxxxxxxxxxxxxxx>
genirq/affinity: Fix node generation from cpumask

Tony Lindgren <tony@xxxxxxxxxxx>
PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend

Florian Fainelli <f.fainelli@xxxxxxxxx>
irqchip/bcm7038-l1: Implement irq_cpu_offline() callback

Jan Beulich <JBeulich@xxxxxxxx>
PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()

Eric Richter <erichte@xxxxxxxxxxxxxxxxxx>
ima: fix memory leak in ima_release_policy

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
relay: check array offset before using it

Bart Van Assche <bart.vanassche@xxxxxxxxxxx>
sbp-target: Fix second argument of percpu_ida_alloc()

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
target/iscsi: Fix double free in lio_target_tiqn_addtpg()

Arnd Bergmann <arnd@xxxxxxxx>
scsi: mvsas: fix command_active typo

Ondrej Zary <linux@xxxxxxxxxxxxxxxxxxxx>
scsi: g_NCR5380: Fix release_region in error handling

Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
ASoC: Intel: Skylake: Fix a shift wrapping bug

Takashi Iwai <tiwai@xxxxxxx>
ASoC: cht_bsw_rt5645: Fix leftover kmalloc

Arnd Bergmann <arnd@xxxxxxxx>
ASoC: lpass-platform: initialize dma channel number

Xunlei Pang <xlpang@xxxxxxxxxx>
iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped

Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx>
iommu/vt-d: Fix pasid table size encoding

Huang Rui <ray.huang@xxxxxxx>
iommu/amd: Fix the left value check of cmd buffer

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
iommu/amd: Missing error code in amd_iommu_init_device()

Chris Brandt <chris.brandt@xxxxxxxxxxx>
clk: renesas: mstp: Support 8-bit registers for r7s72100

Vladimir Zapolskiy <vz@xxxxxxxxx>
clk: imx31: fix rewritten input argument of mx31_clocks_init()

Chen-Yu Tsai <wens@xxxxxxxx>
clk: sunxi-ng: sun8i-h3: Set CLK_SET_RATE_PARENT for audio module clocks

Chen-Yu Tsai <wens@xxxxxxxx>
clk: sunxi-ng: sun8i-a23: Set CLK_SET_RATE_PARENT for audio module clocks

Grygorii Strashko <grygorii.strashko@xxxxxx>
clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot message

Pan Bian <bianpan2016@xxxxxxx>
clk: clk-wm831x: fix a logic error

Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
clk: qcom: ipq806x: Fix board clk rates

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Input: synaptics-rmi4 - unlock on error

Michael Walle <michael@xxxxxxxx>
hwmon: (lm90) fix temp1_max_alarm attribute

Guenter Roeck <linux@xxxxxxxxxxxx>
hwmon: (g762) Fix overflows and crash seen when writing limit attributes

Guenter Roeck <linux@xxxxxxxxxxxx>
hwmon: (nct7802) Fix overflows seen when writing into limit attributes

Guenter Roeck <linux@xxxxxxxxxxxx>
hwmon: (ds620) Fix overflows seen when writing temperature limits

Jared Bents <jared.bents@xxxxxxxxxxxxxxxxxxx>
hwmon: (amc6821) sign extension temperature

Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx>
hwmon: (scpi) Fix module autoload

Micha? K?pie? <kernel@xxxxxxxxxx>
platform/x86: fujitsu-laptop: use brightness_set_blocking for LED-setting callbacks

Andy Lutomirski <luto@xxxxxxxxxx>
x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

Dmitry Safonov <dsafonov@xxxxxxxxxxxxx>
x86/prctl/uapi: Remove #ifdef for CHECKPOINT_RESTORE

Arnd Bergmann <arnd@xxxxxxxx>
debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
clk: renesas: cpg-mssr: Fix inverted debug check

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
efi/efivar_ssdt_load: Don't return success on allocation failure

Guenter Roeck <linux@xxxxxxxxxxxx>
cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selected

Nicolas Iooss <nicolas.iooss_linux@xxxxxxx>
ath10k: use the right length of "background"

Milo Kim <woogyom.kim@xxxxxxxxx>
mfd: tps65217: Fix page fault on unloading modules

Mohammed Shafi Shajakhan <mohammed@xxxxxxxxxxxxxxxx>
ath10k: fix failure to send NULL func frame for 10.4

Vamsi Krishna <vamsin@xxxxxxxxxxxxxxxx>
nl80211: Use different attrs for BSSID and random MAC addr in scan req

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: fix tid_agg_rx NULL dereference

Daniel Vetter <daniel.vetter@xxxxxxxx>
drm/i915: tune down the fast link training vs boot fail

Matthew Auld <matthew.auld@xxxxxxxxx>
drm/i915/dp: add lane_count check in intel_dp_check_link_status

Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
usb: dwc3: gadget: always unmap EP0 requests

Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()

Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()

Linus Walleij <linus.walleij@xxxxxxxxxx>
iio: accel: st_accel: fix LIS3LV02 reading and scaling

Eva Rachel Retuya <eraretuya@xxxxxxxxx>
staging: iio: ad7606: fix improper setting of oversampling pins

Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
mei: move write cb to completion on credentials failures

Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
mei: bus: fix mei_cldev_enable KDoc

Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
mei: fix parameter rename KDoc

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: io_ti: bind to interface after fw download

Wei Yongjun <weiyongjun1@xxxxxxxxxx>
dibusb: fix possible memory leak in dibusb_rc_query()

Chen-Yu Tsai <wens@xxxxxxxx>
ARM: dts: sun7i: bananapi-m1-plus: Enable USB PHY for USB host support

Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
arm64: dts: hip06: Correct hardware pin number of usb node

Johan Hovold <johan@xxxxxxxxxx>
USB: phy: am335x-control: fix device and of_node leaks

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
ARM: dts: r8a7794: Correct hsusb parent clock

Peter Chen <peter.chen@xxxxxxx>
usb: gadget: fix request length error for isoc transfer

Bart Van Assche <bart.vanassche@xxxxxxxxxxx>
usb: gadget: Fix second argument of percpu_ida_alloc()

Pan Bian <bianpan2016@xxxxxxx>
USB: serial: kl5kusb105: abort on open exception path

Takashi Iwai <tiwai@xxxxxxx>
ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()

JÃrÃmy Lefaure <jeremy.lefaure@xxxxxxxxxxxx>
usb: musb: blackfin: add bfin_fifo_offset in bfin_ops

Felix HÃdicke <felixhaedicke@xxxxxx>
usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()

Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
usb: hub: Move hub_port_disable() to fix warning if PM is disabled

Tony Lindgren <tony@xxxxxxxxxxx>
usb: musb: Fix trying to free already-free IRQ 4

Roger Quadros <rogerq@xxxxxx>
usb: dwc3: gadget: Fix full speed mode

Hans de Goede <hdegoede@xxxxxxxxxx>
usb: dwc3: pci: Fix dr_mode misspelling

Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>
usb: dwc3: pci: add Intel Gemini Lake PCI ID

OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
xhci: Fix race related to abort operation

OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
xhci: Use delayed_work instead of timer for command timeout

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: mos7720: fix parallel probe

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: mos7720: fix parport use-after-free on probe errors

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: mos7720: fix use-after-free on probe errors

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: mos7720: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: mos7840: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: kobil_sct: fix NULL-deref in write

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: cyberjack: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: oti6858: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: io_edgeport: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: ti_usb_3410_5052: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: garmin_gps: fix memory leak on failed URB submit

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: iuu_phoenix: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: io_ti: fix I/O after disconnect

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: io_ti: fix another NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: io_ti: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: spcp8x5: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: keyspan_pda: verify endpoints at probe

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: pl2303: fix NULL-deref at open

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: quatech2: fix sleep-while-atomic in close

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: omninet: fix NULL-derefs at open and disconnect

Pan Bian <bianpan2016@xxxxxxx>
usb: return error code when platform_get_irq fails

Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
usb: xhci: hold lock over xhci_abort_cmd_ring()

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: Handle command completion and timeout race

Baolin Wang <baolin.wang@xxxxxxxxxx>
usb: host: xhci: Fix possible wild pointer when handling abort command

Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
usb: xhci: fix return value of xhci_setup_device()

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: free xhci virtual devices with leaf nodes first

Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@xxxxxxxxx>
usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake

Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
usb: xhci: fix possible wild pointer

Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
usb: dwc3: core: avoid Overflow events

Krzysztof Opasiak <k.opasiak@xxxxxxxxxxx>
usb: gadget: composite: Test get_alt() presence instead of set_alt()

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: dummy-hcd: fix bug in stop_activity (handle ep0)

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: fix problems with duplicate endpoint addresses

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: gadgetfs: fix checks of wTotalLength in config descriptors

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: gadgetfs: fix use-after-free bug

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: gadgetfs: fix unbounded memory allocation bug

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
usb: gadgetfs: restrict upper bound on device configuration size

Oliver Neukum <oneukum@xxxxxxxx>
usb: storage: unusual_uas: Add JMicron JMS56x to unusual device

Bin Liu <b-liu@xxxxxx>
usb: musb: dsps: implement clear_ep_rxintr() callback

Bin Liu <b-liu@xxxxxx>
usb: musb: core: add clear_ep_rxintr() to musb_platform_ops

James Hogan <james.hogan@xxxxxxxxxx>
KVM: MIPS: Flush KVM entry code from icache globally

James Hogan <james.hogan@xxxxxxxxxx>
KVM: MIPS: Don't clobber CP0_Status.UX

Xiao Guangrong <guangrong.xiao@xxxxxxxxxxxxxxx>
KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Initialize overlay->last_flip properly

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Force VDD off on the new power seqeuencer before starting to use it

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Fix oops in overlay due to frontbuffer tracking

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff

Kees Cook <keescook@xxxxxxxxxxxx>
gcc-plugins: update gcc-common.h for gcc-7

Michal Marek <mmarek@xxxxxxxx>
asm-prototypes: Clear any CPP defines before declaring the functions

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: initialize fast-xmit 'info' later

Shyam Sundar S K <ssundark@xxxxxxx>
pinctrl/amd: Set the level based on ACPI tables

Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
ARM: davinci: da850: don't add emac clock to lookup table twice

Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx>
HID: sensor-hub: Move the memset to sensor_hub_get_feature()

Helge Deller <deller@xxxxxx>
parisc: Mark cr16 clocksource unstable on SMP systems

Helge Deller <deller@xxxxxx>
parisc: Add line-break when printing segfault info

Eric Biggers <ebiggers@xxxxxxxxxx>
fscrypt: fix renaming and linking special files

Ioan-Adrian Ratiu <adi@xxxxxxxxxx>
ALSA: usb-audio: Fix irq/process data synchronization

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda - Apply asus-mode8 fixup to ASUS X71SL

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda - Fix up GPIO for ASUS ROG Ranger

Florian Fainelli <f.fainelli@xxxxxxxxx>
staging: octeon: Call SET_NETDEV_DEV()

Marcin Niestroj <m.niestroj@xxxxxxxxxxxxxxxx>
iio: bmi160: Fix time needed to sleep after command execution

Akinobu Mita <akinobu.mita@xxxxxxxxx>
iio: max44000: correct value in illuminance_integration_time_available

Lorenzo Bianconi <lorenzo.bianconi83@xxxxxxxxx>
iio: common: st_sensors: fix channel data parsing


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

Diffstat:

Documentation/conf.py | 6 +-
Documentation/media/index.rst | 5 -
Makefile | 4 +-
arch/arm/boot/dts/r8a7794.dtsi | 2 +-
arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 5 +
arch/arm/crypto/aes-ce-glue.c | 5 +
arch/arm/mach-davinci/da850.c | 12 +-
arch/arm64/boot/dts/hisilicon/hip06.dtsi | 4 +-
arch/arm64/crypto/aes-ce-ccm-core.S | 53 +++---
arch/arm64/crypto/aes-ce-cipher.c | 25 ++-
arch/arm64/crypto/aes-ce.S | 1 +
arch/arm64/crypto/aes-modes.S | 3 +-
arch/arm64/crypto/aes-neon.S | 25 ++-
arch/arm64/crypto/ghash-ce-core.S | 6 +-
arch/arm64/crypto/sha1-ce-core.S | 4 +-
arch/arm64/crypto/sha2-ce-core.S | 4 +-
arch/cris/boot/rescue/Makefile | 8 +
arch/mips/kvm/entry.c | 5 +-
arch/mips/kvm/mips.c | 4 +-
arch/parisc/kernel/time.c | 23 ++-
arch/parisc/mm/fault.c | 2 +-
arch/s390/crypto/prng.c | 6 +-
arch/s390/kernel/topology.c | 2 +-
arch/s390/pci/pci_dma.c | 15 +-
arch/x86/include/uapi/asm/prctl.h | 8 +-
arch/x86/kernel/cpu/common.c | 7 +-
arch/x86/kvm/x86.c | 9 +-
drivers/base/power/power.h | 19 +-
drivers/base/power/runtime.c | 8 +-
drivers/base/power/wakeirq.c | 76 +++++++-
drivers/char/tpm/tpm_tis_core.c | 15 +-
drivers/clk/clk-wm831x.c | 2 +-
drivers/clk/imx/clk-imx31.c | 4 +-
drivers/clk/qcom/gcc-ipq806x.c | 4 +-
drivers/clk/renesas/clk-mstp.c | 27 ++-
drivers/clk/renesas/renesas-cpg-mssr.c | 4 +-
drivers/clk/sunxi-ng/ccu-sun8i-a23.c | 6 +-
drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 10 +-
drivers/clk/ti/clk-7xx.c | 1 -
drivers/firmware/efi/efi.c | 4 +-
drivers/gpu/drm/i915/i915_gem_request.h | 19 ++
drivers/gpu/drm/i915/intel_dp.c | 46 ++++-
drivers/gpu/drm/i915/intel_overlay.c | 9 +-
drivers/gpu/drm/i915/intel_pm.c | 50 ++++-
drivers/gpu/drm/i915/intel_psr.c | 10 +-
drivers/gpu/drm/radeon/radeon_cursor.c | 6 +-
drivers/hid/hid-sensor-hub.c | 3 +-
drivers/hwmon/amc6821.c | 4 +-
drivers/hwmon/ds620.c | 2 +-
drivers/hwmon/g762.c | 11 +-
drivers/hwmon/lm90.c | 2 +-
drivers/hwmon/nct7802.c | 8 +-
drivers/hwmon/scpi-hwmon.c | 1 +
drivers/iio/accel/st_accel_core.c | 12 +-
drivers/iio/common/st_sensors/st_sensors_buffer.c | 4 +-
drivers/iio/common/st_sensors/st_sensors_core.c | 13 +-
drivers/iio/imu/bmi160/bmi160_core.c | 25 +--
drivers/iio/light/max44000.c | 2 +-
drivers/input/rmi4/rmi_f54.c | 5 +-
drivers/iommu/amd_iommu.c | 2 +-
drivers/iommu/amd_iommu_v2.c | 4 +-
drivers/iommu/intel-iommu.c | 42 ++++-
drivers/irqchip/irq-bcm7038-l1.c | 26 +++
drivers/md/md.c | 7 +-
drivers/media/usb/dvb-usb/dibusb-common.c | 2 +-
drivers/mfd/tps65217.c | 19 ++
drivers/misc/mei/bus.c | 2 +-
drivers/misc/mei/client.c | 24 ++-
drivers/mmc/card/mmc_test.c | 2 +-
drivers/net/wireless/ath/ath10k/core.h | 6 +-
drivers/net/wireless/ath/ath10k/mac.c | 2 -
drivers/net/wireless/ath/ath10k/spectral.c | 2 +-
drivers/pci/host/pcie-rockchip.c | 6 +-
drivers/pci/hotplug/rpadlpar_core.c | 10 +-
drivers/pci/msi.c | 3 +-
drivers/pci/quirks.c | 180 ++++++++++++++----
drivers/pinctrl/pinctrl-amd.c | 19 +-
drivers/platform/x86/fujitsu-laptop.c | 42 ++---
drivers/rpmsg/qcom_smd.c | 2 +-
drivers/scsi/g_NCR5380.c | 6 +-
drivers/scsi/mvsas/mv_94xx.c | 2 +-
drivers/staging/iio/adc/ad7606_core.c | 2 +-
drivers/staging/media/davinci_vpfe/vpfe_video.c | 2 +-
drivers/staging/octeon/ethernet.c | 2 +
drivers/target/iscsi/iscsi_target_tpg.c | 1 -
drivers/target/sbp/sbp_target.c | 2 +-
drivers/usb/core/config.c | 10 +
drivers/usb/core/hub.c | 59 +++---
drivers/usb/dwc3/core.h | 10 +-
drivers/usb/dwc3/dwc3-pci.c | 4 +-
drivers/usb/dwc3/ep0.c | 50 ++---
drivers/usb/dwc3/gadget.c | 13 +-
drivers/usb/gadget/composite.c | 12 +-
drivers/usb/gadget/function/f_tcm.c | 2 +-
drivers/usb/gadget/legacy/inode.c | 17 +-
drivers/usb/gadget/udc/core.c | 6 +-
drivers/usb/gadget/udc/dummy_hcd.c | 6 +-
drivers/usb/host/xhci-mem.c | 50 ++++-
drivers/usb/host/xhci-mtk.c | 4 +-
drivers/usb/host/xhci-pci.c | 3 +-
drivers/usb/host/xhci-ring.c | 219 +++++++++++++---------
drivers/usb/host/xhci.c | 4 +-
drivers/usb/host/xhci.h | 5 +-
drivers/usb/musb/blackfin.c | 1 +
drivers/usb/musb/musb_core.h | 7 +
drivers/usb/musb/musb_dsps.c | 12 ++
drivers/usb/musb/musb_host.c | 10 +-
drivers/usb/musb/musbhsdma.h | 2 +-
drivers/usb/phy/phy-am335x-control.c | 2 +
drivers/usb/serial/cyberjack.c | 10 +
drivers/usb/serial/garmin_gps.c | 1 +
drivers/usb/serial/io_edgeport.c | 5 +
drivers/usb/serial/io_ti.c | 22 ++-
drivers/usb/serial/iuu_phoenix.c | 11 ++
drivers/usb/serial/keyspan_pda.c | 14 ++
drivers/usb/serial/kl5kusb105.c | 2 +
drivers/usb/serial/kobil_sct.c | 12 ++
drivers/usb/serial/mos7720.c | 51 +++--
drivers/usb/serial/mos7840.c | 12 ++
drivers/usb/serial/omninet.c | 13 ++
drivers/usb/serial/oti6858.c | 16 ++
drivers/usb/serial/pl2303.c | 8 +
drivers/usb/serial/quatech2.c | 4 -
drivers/usb/serial/spcp8x5.c | 14 ++
drivers/usb/serial/ti_usb_3410_5052.c | 7 +
drivers/usb/storage/unusual_devs.h | 7 +
fs/crypto/policy.c | 5 +
fs/f2fs/data.c | 2 +-
fs/f2fs/debug.c | 12 +-
fs/f2fs/f2fs.h | 12 +-
fs/f2fs/super.c | 16 +-
fs/xfs/libxfs/xfs_ag_resv.c | 3 +
fs/xfs/libxfs/xfs_alloc.c | 10 +-
fs/xfs/libxfs/xfs_alloc_btree.c | 2 +-
fs/xfs/libxfs/xfs_attr_leaf.c | 8 +-
fs/xfs/libxfs/xfs_bmap.c | 116 ++++++++----
fs/xfs/libxfs/xfs_bmap.h | 5 +-
fs/xfs/libxfs/xfs_bmap_btree.c | 2 +-
fs/xfs/libxfs/xfs_btree.c | 20 ++
fs/xfs/libxfs/xfs_dir2_data.c | 2 +-
fs/xfs/libxfs/xfs_ialloc.c | 13 +-
fs/xfs/libxfs/xfs_ialloc_btree.c | 2 +-
fs/xfs/libxfs/xfs_inode_buf.c | 8 +
fs/xfs/libxfs/xfs_inode_fork.c | 77 ++++++--
fs/xfs/libxfs/xfs_inode_fork.h | 7 +
fs/xfs/libxfs/xfs_refcount_btree.c | 9 +-
fs/xfs/libxfs/xfs_refcount_btree.h | 3 +-
fs/xfs/libxfs/xfs_rmap_btree.c | 14 +-
fs/xfs/libxfs/xfs_rmap_btree.h | 3 +-
fs/xfs/libxfs/xfs_sb.c | 13 +-
fs/xfs/libxfs/xfs_types.h | 3 +
fs/xfs/xfs_aops.c | 22 ++-
fs/xfs/xfs_bmap_util.c | 34 ++--
fs/xfs/xfs_file.c | 9 -
fs/xfs/xfs_fsops.c | 14 ++
fs/xfs/xfs_icache.c | 37 ++--
fs/xfs/xfs_inode.c | 2 -
fs/xfs/xfs_inode.h | 11 +-
fs/xfs/xfs_inode_item.c | 4 +-
fs/xfs/xfs_ioctl.c | 6 +-
fs/xfs/xfs_iomap.c | 54 +++---
fs/xfs/xfs_log_recover.c | 1 -
fs/xfs/xfs_qm.c | 2 +-
fs/xfs/xfs_refcount_item.c | 3 +-
fs/xfs/xfs_reflink.c | 87 ++-------
fs/xfs/xfs_reflink.h | 2 -
fs/xfs/xfs_sysfs.c | 4 +-
include/asm-generic/asm-prototypes.h | 6 +
include/linux/cpuhotplug.h | 3 +-
include/linux/debugfs.h | 44 +++--
include/linux/iio/common/st_sensors.h | 12 ++
include/linux/pci_ids.h | 27 ++-
include/linux/usb/gadget.h | 4 +-
include/uapi/linux/nl80211.h | 7 +-
kernel/irq/affinity.c | 6 +-
kernel/relay.c | 4 +-
kernel/time/tick-broadcast.c | 3 +
mm/compaction.c | 25 +--
mm/hugetlb.c | 12 +-
mm/khugepaged.c | 11 +-
mm/migrate.c | 15 +-
net/mac80211/agg-rx.c | 8 +-
net/mac80211/debugfs_sta.c | 2 +-
net/mac80211/sta_info.h | 4 +-
net/mac80211/tx.c | 3 +-
net/wireless/nl80211.c | 16 +-
scripts/gcc-plugins/gcc-common.h | 85 +++++++++
security/integrity/ima/ima_fs.c | 2 +-
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/intel/boards/cht_bsw_rt5645.c | 6 +-
sound/soc/intel/skylake/skl-sst-utils.c | 2 +-
sound/soc/qcom/lpass-platform.c | 3 +
sound/soc/samsung/i2s.c | 5 +-
sound/usb/card.c | 1 -
sound/usb/endpoint.c | 17 +-
sound/usb/endpoint.h | 2 +-
sound/usb/pcm.c | 10 +-
197 files changed, 1902 insertions(+), 905 deletions(-)