Linux 4.11-rc4
From: Linus Torvalds
Date: Sun Mar 26 2017 - 17:47:47 EST
So last week, I said that I was hoping that rc3 was the point where
we'd start to shrink the rc's, and yes, rc4 is smaller than rc3. By a
tiny tiny smidgen. It does touch a few more files, but it has a
couple fewer commits, and fewer lines changed overall. But on the
whole the two are almost identical in size.
Which isn't actually all that bad, considering that rc4 has both a
networking merge and the usual driver suspects from Greg, _and_ some
drm fixes - and those tend to be the big areas.
So on the whole things look fine. There's changes all over, and in
mostly the usual proportions. Some core kernel code shows up in the
diffstat slightly more than it usually does - we had an audit fix and
a bpf hashmap fix, but on the whole it all looks very regular: mostly
drivers, networking, arch fixes and some filesystem noise. Shortlog
appended as usual for people who want to skim the details.
Go out and test,
Linus
---
Aaron Armstrong Skomra (2):
HID: wacom: Correct Intuos Pro 2 resolution
HID: wacom: don't manually release resources for the EKR
Adit Ranadive (2):
RDMA/vmw_pvrdma: Cleanup unused variables
RDMA/vmw_pvrdma: Dont hardcode QP header page
Aditya Sarwade (1):
RDMA/vmw_pvrdma: Activate device on ethernet link up
Adrian Hunter (4):
mmc: block: Fix is_waiting_last_req set incorrectly
mmc: block: Fix cmd error reset failure path
mmc: sdhci: Do not disable interrupts while waiting for clock
mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power
Aleksey Makarov (1):
Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"
Alex Deucher (2):
drm/radeon: reinstate oland workaround for sclk
drm/amdgpu: reinstate oland workaround for sclk
Alex Hemme (1):
hwmon: (max31790) Set correct PWM value
Alex Williamson (1):
vfio: Rework group release notifier warning
Alexander Potapenko (1):
ipv6: make sure to initialize sockc.tsflags before first use
Alexander Shishkin (3):
intel_th: Don't leak module refcount on failure to activate
intel_th: pci: Add Denverton SOC support
intel_th: pci: Add Gemini Lake support
Alexander Usyskin (1):
mei: don't wait for os version message reply
Alexei Starovoitov (1):
bpf: fix hashmap extra_elems logic
Amitkumar Karwar (1):
MAINTAINERS: update for mwifiex driver maintainers
Ander Conselvan de Oliveira (1):
drm/i915/glk: Remove MODULE_FIRMWARE() tag from Geminilake's DMC
Andrew Donnellan (1):
gcc-plugins: update architecture list in documentation
Andrey Ulanov (1):
net: unix: properly re-increment inflight counter of GC
discarded candidates
Andrzej Hajda (6):
drm/exynos: move crtc event handling to drivers callbacks
drm/exynos/decon5433: fix vblank event handling
drm/exynos/decon5433: signal frame done interrupt at front porch
drm/exynos/fimd: signal frame done interrupt at front porch
drm/exynos/decon5433: fix software trigger mask
drm/exynos/dsi: make te-gpios optional
Andy Shevchenko (3):
extcon: int3496: Propagate error code of gpiod_to_irq()
extcon: int3496: Rename GPIO pins in accordance with binding
extcon: int3496: Add GPIO ACPI mapping table
Andy Yan (1):
dt-bindings: rockchip-dw-mshc: rename RK1108 to RV1108
Ankur Arora (2):
xen/acpi: Replace hard coded "ACPI0007"
xen/acpi: upload PM state from init-domain to Xen
Anssi Hannula (1):
mmc: sdhci-of-arasan: fix incorrect timeout clock
Arnd Bergmann (9):
clk: sunxi: ccu-sun5i needs nkmp
gpio: xgene: mark PM functions as __maybe_unused
remoteproc: qcom: fix QCOM_SMD dependencies
[media] coda/imx-vdoa: platform_driver should not be const
cpsw/netcp: work around reverse cpts dependency
cpsw/netcp: cpts depends on posix_timers
Bluetooth: btqcomsmd: fix compile-test dependency
hwmon: (asus_atk0110) fix uninitialized data access
IB/qib: fix false-postive maybe-uninitialized warning
Bart Van Assche (1):
IB/core: Restore I/O MMU, s390 and powerpc support
Benjamin Tissoires (1):
Input: synaptics-rmi4 - prevent null pointer dereference in f30
Bin Liu (3):
usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer
usb: musb: dsps: fix iounmap in error and exit paths
usb: musb: fix possible spinlock deadlock
BjÃrn Mork (2):
USB: serial: qcserial: add Dell DW5811e
qmi_wwan: add Dell DW5811e
Brian Norris (3):
mwifiex: pcie: don't leak DMA buffers when removing
mwifiex: set adapter->dev before starting to use mwifiex_dbg()
mwifiex: uninit wakeup info when removing device
Changbin Du (2):
drm/i915/kvmgt: fix suspicious rcu dereference usage
drm/i915: make context status notifier head be per engine
Chao Yu (2):
f2fs: skip scanning free nid bitmap of full NAT blocks
f2fs: combine nat_bits and free_nid_bitmap cache
Chen-Yu Tsai (2):
clk: sunxi-ng: mp: Adjust parent rate for pre-dividers
clk: sunxi-ng: sun6i: Fix enable bit offset for hdmi-ddc module clock
Chris Wilson (7):
drm/i915: Split GEM resetting into 3 phases
drm/i915: Disable engine->irq_tasklet around resets
drm/i915: Only enable hotplug interrupts if the display
interrupts are enabled
drm/i915: Stop using RP_DOWN_EI on Baytrail
drm/i915: Always call i915_gem_reset_finish() following
i915_gem_reset_prepare()
drm/i915/gvt: Remove bogus retry around i915_wait_request
drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
Christoph Hellwig (1):
vmw_vmci: handle the return value from pci_alloc_irq_vectors correctly
Chuanxiao Dong (2):
drm/i915/gvt: add enable_execlists check before enable gvt
drm/i915/gvt: GVT pin/unpin shadow context
Dan Carpenter (6):
gpio: mockup: return -EFAULT if copy_from_user() fails
drm/exynos/decon5433: & vs | typo
bna: integer overflow bug in debugfs
sfc: cleanup a condition in efx_udp_tunnel_del()
IB/rxe: double free on error
RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()
Dan Williams (1):
USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems
Daniel Borkmann (1):
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Drake (1):
HID: chicony: Add support for another ASUS Zen AiO keyboard
David Ahern (3):
net: mpls: Fix nexthop alive tracking on down events
net: ipv6: set route type for anycast routes
net: vrf: Reset rt6i_idev in local dst after put
David Arcari (1):
net: ethernet: aquantia: set net_device mtu when mtu is changed
David Howells (1):
rxrpc: Ignore BUSY packets on old calls
David Marchand (1):
IB/rxe: increment msn only when completing a request
Dexuan Cui (2):
vmbus: remove hv_event_tasklet_disable/enable
Drivers: hv: util: don't forget to init host_ts.lock
Dmitry Torokhov (3):
iio: magnetometer: ak8974: remove incorrect __exit markups
Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list
auxdisplay: img-ascii-lcd: add missing sentinel entry in
img_ascii_lcd_matches
Dmitry V. Levin (2):
btrfs: remove btrfs_err_str function from uapi/linux/btrfs.h
uapi: fix rdma/mlx5-abi.h userspace compilation errors
Dmitry Vyukov (2):
tty: don't panic on OOM in tty_set_ldisc()
tty: fix data race in tty_ldisc_ref_wait()
Don Brace (3):
scsi: hpsa: update check for logical volume status
scsi: hpsa: limit outstanding rescans
scsi: hpsa: do not timeout reset operations
Doug Berger (1):
net: bcmgenet: remove bcmgenet_internal_phy_setup()
Eric Biggers (4):
fscrypt: remove broken support for detecting keyring key revocation
fscrypt: eliminate ->prepare_context() operation
ext4: mark inode dirty after converting inline directory
jbd2: don't leak memory if setting up journal fails
Eric Dumazet (6):
net: properly release sk_frag.page
tcp: tcp_get_info() should read tcp_time_stamp later
sch_dsmark: fix invalid skb_cow() usage
ipv4: provide stronger user input validation in nl_fib_input()
tcp: initialize icsk_ack.lrcvtime at session start time
inet: frag: release spinlock before calling icmp_send()
Evan Quan (1):
drm/amd/amdgpu: add POLARIS12 PCI ID
Fabio Estevam (1):
ARM: dts: imx6sx-udoo-neo: Fix reboot hang
Florian Fainelli (2):
net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled
ARM: dts: sun7i: lamobo-r1: Fix CPU port RGMII settings
Florian Westphal (2):
netfilter: don't track fragmented packets
netfilter: bridge: honor frag_max_size when refragmenting
Gal Pressman (2):
net/mlx5e: Count GSO packets correctly
net/mlx5e: Count LRO packets correctly
Gary R Hook (1):
crypto: ccp - Assign DMA commands to the channel's CCP
Govindarajulu Varadarajan (1):
enic: update enic maintainers
Guenter Roeck (5):
ARM: OMAP2+: Fix device node reference counts
ARM: OMAP2+: Release device node after it is no longer needed.
mmc: core: Fix access to HS400-ES devices
usb: hub: Fix crash after failure to read BOS descriptor
hwmon: (it87) Avoid registering the same chip on both SIO addresses
Gustavo A. R. Silva (1):
usb: gadget: udc: remove pointer dereference after free
Hans de Goede (2):
extcon: int3496: Use gpiod_get instead of gpiod_get_index
extcon: int3496: Set the id pin to direction-input if necessary
Heiko Stuebner (3):
clk: rockchip: add "," to mux_pll_src_apll_dpll_gpll_usb480m_p on rk3036
clk: rockchip: Make uartpll a child of the gpll on rk3036
serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termios
Herbert Xu (1):
crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
Huang Rui (1):
drm/amdgpu: fix the clearing wb size
Huang Ying (1):
mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()
Hui Wang (1):
ALSA: hda - Adding a group of pin definition to fix headset problem
Icenowy Zheng (2):
ARM: sun8i: a23/a33: drop bl_en_pin GPIO pinmux in reference design DTSI
clk: sunxi-ng: fix recalc_rate formula of NKMP clocks
Ilya Dryomov (1):
libceph: force GFP_NOIO for socket allocations
Jack Morgenstein (1):
net/mlx4_core: Avoid delays during VF driver device shutdown
Jaegeuk Kim (3):
f2fs: don't overwrite node block by SSR
f2fs: declare static functions
f2fs: use __set{__clear}_bit_le
Jaehoon Chung (1):
phy: phy-exynos-pcie: fix the wrong error return
James Hogan (1):
serial: 8250_dw: Fix breakage when HAVE_CLK=n
James Smart (1):
scsi: lpfc: Finalize Kconfig options for nvme
Janusz Dziedzic (1):
usb: dwc3: gadget: delay unmap of bounced requests
Jaroslav Kysela (2):
ALSA: hda - add support for docking station for HP 820 G2
ALSA: hda - add support for docking station for HP 840 G3
Jason Gunthorpe (1):
infiniband: Fix alignment of mmap cookies to support VIPT caching
Johan Hovold (16):
USB: idmouse: fix NULL-deref at probe
USB: lvtest: fix NULL-deref at probe
USB: uss720: fix NULL-deref at probe
USB: wusbcore: fix NULL-deref at probe
uwb: hwa-rc: fix NULL-deref at probe
uwb: i1480-dfu: fix NULL-deref at probe
mmc: ushc: fix NULL-deref at probe
Input: iforce - validate number of endpoints before using them
Input: cm109 - validate number of endpoints before using them
Input: ims-pcu - validate number of endpoints before using them
Input: yealink - validate number of endpoints before using them
Input: hanwang - validate number of endpoints before using them
Input: kbtab - validate number of endpoints before using them
Input: sur40 - validate number of endpoints before using them
USB: usbtmc: add missing endpoint sanity check
USB: usbtmc: fix probe error path
Johannes Berg (1):
nl80211: fix dumpit error path RTNL deadlocks
Jon Mason (5):
ARM: dts: BCM5301X: Fix UARTs on bcm953012k
ARM: dts: BCM5301X: Fix memory start address
ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags
ARM: dts: NSP: GPIO reboot open-source
arm64: dts: NS2: Add dma-coherent to relevant DT entries
K. Y. Srinivasan (2):
Drivers: hv: vmbus: Don't leak channel ids
Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
Kai-Heng Feng (1):
Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000
Kenneth Graunke (1):
drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
Koos Vriezen (1):
iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
Kris Murphy (1):
openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
Krzysztof Kozlowski (2):
drm/exynos: Remove support for Exynos4415 (SoC not supported anymore)
drm/exynos: Print kernel pointers in a restricted form
Krzysztof Opasiak (1):
usb: gadget: f_hid: fix: Don't access hidg->req without spinlock held
Ladislav Michl (2):
ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure
ARM: OMAP2+: Remove legacy gpmc-nand.c
Lars-Peter Clausen (1):
iio: sw-device: Fix config group initialization
Lee Jones (1):
serial: st-asc: Use new GPIOD API to obtain RTS pin
Lendacky, Thomas (2):
amd-xgbe: Fix jumbo MTU processing on newer hardware
amd-xgbe: Fix the ECC-related bit position definitions
Leon Romanovsky (1):
IB/rxe: Update documentation link
Leonard Crestez (1):
clk: core: Copy connection id
Linus Torvalds (1):
Linux 4.11-rc4
Linus Walleij (1):
ARM: dts: add the AB8500 clocks to the device tree
Liping Zhang (3):
netfilter: nft_set_bitmap: fetch the element key based on the set->klen
netfilter: nf_tables: fix mismatch in big-endian system
netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalid
Liu Bo (1):
Btrfs: fix regression in lock_delalloc_pages
Lorenzo Bianconi (1):
iio: imu: st_lsm6dsx: fix FIFO_CTRL2 overwrite during watermark
configuration
Maor Gottlieb (1):
net/mlx5: Increase number of max QPs in default profile
Marek Szyprowski (2):
iommu/exynos: Block SYSMMU while invalidating FLPD cache
iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5
Masaki Ota (2):
Input: ALPS - fix V8+ protocol handling (73 03 28)
Input: ALPS - fix trackstick button handling on V8 devices
Matjaz Hegedic (1):
Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw
Matthijs van Duin (1):
ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
Maxime Ripard (1):
ARM: sun8i: Fix the mali clock rate
Michael Engl (1):
iio: adc: ti_am335x_adc: fix fifo overrun recovery
Michel DÃnzer (1):
drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again
Ming Lei (1):
blk-mq: don't complete un-started request in timeout handler
Nathan Fontenot (1):
ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqs
Neeraj Upadhyay (1):
arm64: kaslr: Fix up the kernel image alignment
Nicholas Piggin (1):
powerpc/64s: Fix idle wakeup potential to clobber registers
Nicolas Ferre (1):
ARM: at91: pm: cpu_idle: switch DDR to power-down mode
Oleksandr Tyshchenko (2):
iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it
Oliver Neukum (2):
ACM gadget: fix endianness in notifications
usb: gadget: acm: fix endianness in notifications
Omar Sandoval (1):
blk-stat: fix blk_stat_sum() if all samples are batched
Or Gerlitz (4):
net/openvswitch: Set the ipv6 source tunnel key address
attribute correctly
net/mlx5: Add missing entries for set/query rate limit commands
net/mlx5e: Change the TC offload rule add/del code path to be
per NIC or E-Switch
net/mlx5e: Use the proper UAPI values when offloading TC vlan actions
Oscar Campos (2):
HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB
HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e
support to hid-corsair
Pablo Neira (1):
MAINTAINERS: remove MACVLAN and VLAN entries
Pablo Neira Ayuso (3):
netfilter: nf_tables: set pktinfo->thoff at AH header if found
netfilter: nft_set_bitmap: keep a list of dummy elements
Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"
Paul Blakey (1):
net/mlx5e: Avoid supporting udp tunnel port ndo for VF reps
Paul Mackerras (1):
Revert "powerpc/64: Disable use of radix under a hypervisor"
Paul Moore (1):
audit: fix auditd/kernel connection state tracking
Pavel Belous (1):
net:ethernet:aquantia: Fix for RX checksum offload.
Peng Tao (4):
vsock: track pkt owner vsock
vhost-vsock: add pkt cancel capability
vsock: add pkt cancel capability
vsock: cancel packets when failing to connect
Peter Huewe (1):
hwmon: Add missing HWMON_T_ALARM
Peter Robinson (1):
extcon: int3496: Add dependency on X86 as it's Intel specific
Phil Reid (1):
gpio: altera: Use handle_level_irq when configured as a level_high
Philipp Tomsich (1):
clk: sunxi-ng: Fix div/mult settings for osc12M on A64
Philipp Zabel (1):
reset: fix optional reset_control_get stubs to return NULL
Ping Cheng (1):
HID: wacom: generic: Wacom mouse is only provided for opaque tablets
Prarit Bhargava (2):
hwrng: amd - Revert managed API changes
hwrng: geode - Revert managed API changes
Rafael J. Wysocki (3):
cpufreq: intel_pstate: One set of global limits in active mode
cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
cpufreq: intel_pstate: Fix policy data management in passive mode
RafaÅ MiÅecki (2):
Revert "phy: Add USB3 PHY support for Broadcom NSP SoC"
Revert "dt-bindings: phy: Add documentation for NSP USB3 PHY"
Robert Middleton (1):
gpio:mcp23s08 Fixed missing interrupts
Robin Murphy (1):
iommu: Disambiguate MSI region types
Roderick Colenbrander (1):
HID: sony: Fix input device leak when connecting a DS4 twice using USB/BT
Roger Quadros (2):
usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's
wBytesPerInterval
usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed
Roi Dayan (1):
net/mlx5: E-Switch, Don't allow changing inline mode when flows
are configured
Romain Izard (2):
Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"
mmc: sdhci-of-at91: Support external regulators
Ryan Hsu (1):
ath10k: fix incorrect wlan_mac_base in qca6174_regs
Sagi Grimberg (9):
nvme-loop: fix a possible use-after-free when destroying the admin queue
nvmet: confirm sq percpu has scheduled and switched to atomic
nvmet-rdma: Fix a possible uninitialized variable dereference
nvme-rdma: handle cpu unplug when re-establishing the controller
nvme-loop: handle cpu unplug when re-establishing the controller
IB/core: Protect against self-requeue of a cq work item
IB/cq: Don't process more than the given budget
IB/device: Convert ib-comp-wq to be CPU-bound
RDMA/iser: Fix possible mr leak on device removal event
Samuel Thibault (1):
usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
Sara Sharon (1):
iwlwifi: mvm: cleanup pending frames in DQA mode
Sekhar Nori (1):
ARM: dts: am57xx-idk: tpic2810 is on I2C bus, not SPI
Shailendra Verma (1):
[media] bdisp: Clean up file handle in open() error path
Shiraz Saleem (1):
i40iw: Receive netdev events post INET_NOTIFIER state
Shivasharan S (4):
scsi: megaraid_sas: enable intx only if msix request fails
scsi: megaraid_sas: add correct return type check for ldio hint
logic for raid1
scsi: megaraid_sas: raid6 also require cpuSel check same as raid5
scsi: megaraid_sas: Driver version upgrade
Soheil Hassas Yeganeh (2):
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Song Hongyan (1):
iio: hid-sensor-trigger: Change get poll value function order to
avoid sensor properties losing after resume from S3
Stafford Horne (1):
generic syscalls: Wire up statx syscall
Stanislaw Gruszka (1):
genetlink: fix counting regression on ctrl_dumpfamily()
Stefan BrÃns (1):
[media] dvb-usb-firmware: don't do DMA on stack
Stephen Boyd (1):
phy: qcom-usb-hs: Add depends on EXTCON
Stephen Hemminger (1):
vmbus: use rcu for per-cpu channel list
Steven Rostedt (VMware) (1):
netfilter: Force fake conntrack entry to be at least 8 bytes aligned
Sudip Mukherjee (2):
parport: fix attempt to write duplicate procfiles
ppdev: fix registering same device name
Sven Eckelmann (2):
batman-adv: Keep fragments equally sized
batman-adv: Initialize gw sel_class via batadv_algo
Takashi Iwai (3):
ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
ALSA: x86: Make CONFIG_SND_X86 bool
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
Taku Izumi (1):
fjes: Fix wrong netdevice feature flags
Tejun Heo (1):
cgroup, net_cls: iterate the fds of only the tasks which are
being migrated
Teresa Remmet (1):
ARM: dts: am335x-pcm953: Fix legacy wakeup source binding
Theodore Ts'o (2):
ext4: lock the xattr block before checksuming it
ext4: fix two spelling nits
Thibault Saunier (1):
[media] exynos-gsc: Do not swap cb/cr for semi planar formats
Thomas Petazzoni (1):
dt-bindings: arm: update Armada CP110 system controller binding
Thor Thayer (1):
gpio: altera-a10sr: Set gpio_chip parent property
Timur Tabi (1):
tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
Tina Zhang (2):
drm/i915/gvt: replace the gvt_err with gvt_vgpu_err
drm/i915/gvt: scan shadow indirect context image when valid
Tomas Winkler (2):
scsi: ufs: don't check unsigned type for a negative value
mei: fix deadlock on mei reset
Tony Lindgren (3):
ARM: OMAP3: Fix smartreflex platform data regression
ARM: omap2plus_defconfig: Enable INPUT_MOUSEDEV as loadable modules
net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
Vaibhav Jain (2):
kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()
cxl: Route eeh events to all slices for pci_channel_io_perm_failure state
Vaidyanathan Srinivasan (1):
cpuidle: Validate cpu_dev in cpuidle_add_sysfs()
Ville SyrjÃlà (2):
drm/i915: Reject HDMI 12bpc if the sink doesn't indicate support
drm/i915: Do .init_clock_gating() earlier to avoid it clobbering
watermarks
Viresh Kumar (1):
cpufreq: Restore policy min/max limits on CPU online
Vitaly Kuznetsov (1):
Drivers: hv: util: move waiting for release to hv_utils_transport itself
WANG Cong (1):
bridge: resolve a false alarm of lockdep
Will Deacon (1):
arm64: compat: Update compat syscalls
Winkler, Tomas (1):
mmc: core: mmc_blk_rw_cmd_err - remove unused variable
Xin Long (5):
sctp: remove temporary variable confirm from sctp_packet_transmit
sctp: define dst_pending_confirm as a bit in sctp_transport
sctp: out_qlen should be updated when pruning unsent queue
sctp: declare struct sctp_stream before using it
sctp: remove useless err from sctp_association_init
Yaroslav Isakov (1):
tun: fix inability to set offloads after disabling them via ethtool
Yasuaki Ishimatsu (2):
fjes: Do not load fjes driver if system does not have extended
socket device.
fjes: Do not load fjes driver if extended socket device is not power on.
Ying Xue (2):
netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidently
tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe
Yulei Zhang (1):
drm/i915/gvt: correct the ggtt valid bit check in pipe control command
Zhao Yan (1):
drm/i915/gvt: handle force-nonpriv registers, cmd parser part
Zhenyu Wang (1):
drm/i915/gvt: Fix gvt scheduler interval time
Zi Shen Lim (1):
selftests/bpf: fix broken build, take 2
Zygo Blaxell (1):
btrfs: add missing memset while reading compressed inline extents
hayeswang (3):
r8152: fix the list rx_done may be used without initialization
r8152: set the RMS of RTL8153 according to the mtu
r8152: fix the rx early size of RTL8153
stephen hemminger (1):
netvsc: fix race during initialization
yong mao (1):
mmc: mediatek: Fixed bug where clock frequency could be set wrong