[PATCH 4.9 000/240] 4.9.269-rc1 review

From: Greg Kroah-Hartman
Date: Thu May 20 2021 - 07:05:18 EST


This is the start of the stable review cycle for the 4.9.269 release.
There are 240 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 Sat, 22 May 2021 09:20:38 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.269-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.269-rc1

Eric Dumazet <edumazet@xxxxxxxxxx>
ipv6: remove extra dev_hold() for fallback tunnels

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
xhci: Do not use GFP_KERNEL in (potentially) atomic context

Eric Dumazet <edumazet@xxxxxxxxxx>
ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods

Eric Dumazet <edumazet@xxxxxxxxxx>
sit: proper dev_{hold|put} in ndo_[un]init methods

Zqiang <qiang.zhang@xxxxxxxxxxxxx>
lib: stackdepot: turn depot_lock spinlock to raw_spinlock

Hui Wang <hui.wang@xxxxxxxxxxxxx>
ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP

Jeff Layton <jlayton@xxxxxxxxxx>
ceph: fix fscache invalidation

Johannes Berg <johannes.berg@xxxxxxxxx>
um: Mark all kernel symbols as local

Hans de Goede <hdegoede@xxxxxxxxxx>
Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state

Feilong Lin <linfeilong@xxxxxxxxxx>
ACPI / hotplug / PCI: Fix reference count leak in enable_slot()

Ard Biesheuvel <ardb@xxxxxxxxxx>
ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6

Arnd Bergmann <arnd@xxxxxxxx>
isdn: capi: fix mismatched prototypes

Kaixu Xia <kaixuxia@xxxxxxxxxxx>
cxgb4: Fix the -Wmisleading-indentation warning

Arnd Bergmann <arnd@xxxxxxxx>
usb: sl811-hcd: improve misleading indentation

Arnd Bergmann <arnd@xxxxxxxx>
kgdb: fix gcc-11 warning on indentation

Peter Foley <pefoley2@xxxxxxxxxxx>
extcon: adc-jack: Fix incompatible pointer type warning

Arnd Bergmann <arnd@xxxxxxxx>
x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes

Paweł Chmiel <pawel.mikolaj.chmiel@xxxxxxxxx>
clk: exynos7: Mark aclk_fsys1_200 as critical

Jonathon Reinhart <jonathon.reinhart@xxxxxxxxx>
netfilter: conntrack: Make global sysctls readonly in non-init netns

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
kobject_uevent: remove warning in init_uevent_argv()

Mikulas Patocka <mpatocka@xxxxxxxxxx>
dm ioctl: fix out of bounds array access when no devices

Lukasz Luba <lukasz.luba@xxxxxxx>
thermal/core/fair share: Lock the thermal zone while looping over instances

Maciej W. Rozycki <macro@xxxxxxxxxxx>
MIPS: Avoid handcoded DIVU in `__div64_32' altogether

Maciej W. Rozycki <macro@xxxxxxxxxxx>
MIPS: Avoid DIVU in `__div64_32' is result would be zero

Maciej W. Rozycki <macro@xxxxxxxxxxx>
MIPS: Reinstate platform `__div64_32' handler

Maciej W. Rozycki <macro@xxxxxxxxxxx>
FDDI: defxx: Make MMIO the configuration default except for EISA

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
KVM: x86: Cancel pvclock_gtod_work on module removal

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: core: hub: fix race condition about TRSMRCY of resume

Phil Elwell <phil@xxxxxxxxxxxxxxx>
usb: dwc2: Fix gadget DMA unmap direction

Maximilian Luz <luzmaximilian@xxxxxxxxx>
usb: xhci: Increase timeout for HC halt

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
ACPI: scan: Fix a memory leak in an error handling path

Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
usb: fotg210-hcd: Fix an error message

Dinghao Liu <dinghao.liu@xxxxxxxxxx>
iio: proximity: pulsedlight: Fix rumtime PM imbalance on error

Phillip Lougher <phillip@xxxxxxxxxxxxxxx>
squashfs: fix divide error in calculate_skip()

Michael Ellerman <mpe@xxxxxxxxxxxxxx>
powerpc/64s: Fix crashes when toggling entry flush barrier

Vineet Gupta <vgupta@xxxxxxxxxxxx>
ARC: entry: fix off-by-one error in syscall number validation

Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()

Miaohe Lin <linmiaohe@xxxxxxxxxx>
ksm: fix potential missing rmap_item for stable_node

Miaohe Lin <linmiaohe@xxxxxxxxxx>
mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()

Miaohe Lin <linmiaohe@xxxxxxxxxx>
khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()

Kees Cook <keescook@xxxxxxxxxxxx>
drm/radeon: Fix off-by-one power_state index heap overwrite

Xin Long <lucien.xin@xxxxxxxxx>
sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b

Olga Kornievskaia <kolga@xxxxxxxxxx>
NFSv4.2 fix handling of sr_eof in SEEK's reply

Nikola Livic <nlivic@xxxxxxxxx>
pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFS: Deal correctly with attribute generation counter overflow

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFSv4.2: Always flush out writes in nfs42_proc_fallocate()

Zhen Lei <thunder.leizhen@xxxxxxxxxx>
ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handler hook

Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
PCI: Release OF node in pci_scan_device()'s error path

Colin Ian King <colin.king@xxxxxxxxxxxxx>
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs

David Ward <david.ward@xxxxxxxxxx>
ASoC: rt286: Make RT286_SET_GPIO_* readable and writable

Felix Fietkau <nbd@xxxxxxxx>
net: ethernet: mtk_eth_soc: fix RX VLAN offload

Alexey Kardashevskiy <aik@xxxxxxxxx>
powerpc/iommu: Annotate nested lock for lockdep

Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join

Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt

Michael Ellerman <mpe@xxxxxxxxxxxxxx>
powerpc/pseries: Stop calling printk in rtas_stop_self()

Yaqi Chen <chendotjs@xxxxxxxxx>
samples/bpf: Fix broken tracex1 due to kprobe argument change

David Ward <david.ward@xxxxxxxxxx>
ASoC: rt286: Generalize support for ALC3263 codec

Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
sctp: Fix out-of-bounds warning in sctp_process_asconf_param()

Mihai Moldovan <ionic@xxxxxxxx>
kconfig: nconf: stop endless search loops

Yonghong Song <yhs@xxxxxx>
selftests: Set CC to clang in lib.mk if LLVM is set

Miklos Szeredi <mszeredi@xxxxxxxxxx>
cuse: prevent clone

Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>
mac80211: clear the beacon's CRC after channel switch

Eric Dumazet <edumazet@xxxxxxxxxx>
ip6_vti: proper dev_{hold|put} in ndo_[un]init methods

Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Bluetooth: initialize skb_queue_head at l2cap_chan_create()

Archie Pusaka <apusaka@xxxxxxxxxxxx>
Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default

Tong Zhang <ztong0001@xxxxxxxxx>
ALSA: rme9652: don't disable if not enabled

Tong Zhang <ztong0001@xxxxxxxxx>
ALSA: hdspm: don't disable if not enabled

Tong Zhang <ztong0001@xxxxxxxxx>
ALSA: hdsp: don't disable if not enabled

Jonathan McDowell <noodles@xxxxxxxx>
net: stmmac: Set FIFO sizes for ipq806x

Hoang Le <hoang.h.le@xxxxxxxxxxxxxx>
tipc: convert dest node's address to network order

Alexander Aring <aahringo@xxxxxxxxxx>
fs: dlm: fix debugfs dump

Quentin Perret <qperret@xxxxxxxxxx>
Revert "fdt: Properly handle "no-map" field in the memory region"

Quentin Perret <qperret@xxxxxxxxxx>
Revert "of/fdt: Make sure no-map does not remove already reserved regions"

Xin Long <lucien.xin@xxxxxxxxx>
sctp: delay auto_asconf init until binding the first addr

Xin Long <lucien.xin@xxxxxxxxx>
Revert "net/sctp: fix race condition in sctp_destroy_sock"

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
kfifo: fix ternary sign extension bugs

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
net:nfc:digital: Fix a double free in digital_tg_recv_dep_req

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send

Christophe Leroy <christophe.leroy@xxxxxxxxxx>
powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')

Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices

Colin Ian King <colin.king@xxxxxxxxxxxxx>
net: davinci_emac: Fix incorrect masking of tx and rx error channel

Sindhu Devale <sindhu.devale@xxxxxxxxx>
RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails

Stefano Garzarella <sgarzare@xxxxxxxxxx>
vsock/vmci: log once the failed queue pair allocation

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
mwl8k: Fix a double Free in mwl8k_probe_hw

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
i2c: sh7760: fix IRQ error path

Tyrel Datwyler <tyreld@xxxxxxxxxxxxx>
powerpc/pseries: extract host bridge from pci_bus prior to bus removal

Ilya Lipnitskiy <ilya.lipnitskiy@xxxxxxxxx>
MIPS: pci-legacy: stop using of_pci_range_to_resource

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
i2c: sh7760: add IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
i2c: jz4780: add IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
i2c: emev2: add IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
i2c: cadence: add IRQ check

Colin Ian King <colin.king@xxxxxxxxxxxxx>
net: thunderx: Fix unintentional sign extension issue

Colin Ian King <colin.king@xxxxxxxxxxxxx>
mt7601u: fix always true expression

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: bail out if cipher schemes are invalid

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
powerpc: iommu: fix build when neither PCI or IBMVIO is set

Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
powerpc/perf: Fix PMU constraint check for EBB events

Colin Ian King <colin.king@xxxxxxxxxxxxx>
liquidio: Fix unintented sign extension of a left shift of a u16

Takashi Iwai <tiwai@xxxxxxx>
ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
nfc: pn533: prevent potential memory corruption

Jia Zhou <zhou.jia2@xxxxxxxxxx>
ALSA: core: remove redundant spin_lock pair in snd_card_disconnect

Nathan Chancellor <nathan@xxxxxxxxxx>
powerpc/prom: Mark identical_pvr_fixup as __init

Xie He <xie.he.0141@xxxxxxxxx>
net: lapbether: Prevent racing when checking whether the netif is running

Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars

Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
HID: plantronics: Workaround for double volume key presses

Nathan Chancellor <nathan@xxxxxxxxxx>
x86/events/amd/iommu: Fix sysfs type mismatch

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
HSI: core: fix resource leaks in hsi_add_client_from_dt()

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
scsi: sni_53c710: Add IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
scsi: sun3x_esp: Add IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
scsi: jazz_esp: Add IRQ check

Colin Ian King <colin.king@xxxxxxxxxxxxx>
clk: uniphier: Fix potential infinite loop

Arnd Bergmann <arnd@xxxxxxxx>
media: dvb-usb-remote: fix dvb_usb_nec_rc_key_to_event type mismatch

Arnd Bergmann <arnd@xxxxxxxx>
scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declaration

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
ata: libahci_platform: fix IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
sata_mv: add IRQ checks

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
pata_ipx4xx_cf: fix IRQ check

Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
pata_arasan_cf: fix IRQ check

Colin Ian King <colin.king@xxxxxxxxxxxxx>
media: m88rs6000t: avoid potential out-of-bounds reads on arrays

Yang Yingliang <yangyingliang@xxxxxxxxxx>
media: omap4iss: return error code when omap4iss_get() failed

Colin Ian King <colin.king@xxxxxxxxxxxxx>
media: vivid: fix assignment of dev->fbuf_out_flags

Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
ttyprintk: Add TTY hangup callback.

Michael Kelley <mikelley@xxxxxxxxxxxxx>
Drivers: hv: vmbus: Increase wait time for VMbus unload

Ingo Molnar <mingo@xxxxxxxxxx>
x86/platform/uv: Fix !KEXEC build failure

He Ying <heying24@xxxxxxxxxx>
firmware: qcom-scm: Fix QCOM_SCM configuration

Johan Hovold <johan@xxxxxxxxxx>
tty: fix return value for unsupported ioctls

Johan Hovold <johan@xxxxxxxxxx>
tty: actually undefine superseded ASYNC flags

Johan Hovold <johan@xxxxxxxxxx>
USB: cdc-acm: fix unprivileged TIOCCSERIAL

Colin Ian King <colin.king@xxxxxxxxxxxxx>
usb: gadget: r8a66597: Add missing null check on return from platform_get_resource

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
crypto: qat - Fix a double free in adf_create_ring

Johan Hovold <johan@xxxxxxxxxx>
staging: greybus: uart: fix unprivileged TIOCCSERIAL

Colin Ian King <colin.king@xxxxxxxxxxxxx>
staging: rtl8192u: Fix potential infinite loop

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init

Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx>
crypto: qat - fix error path in adf_isr_resource_alloc()

Pan Bian <bianpan2016@xxxxxxx>
bus: qcom: Put child node before return

Michael Walle <michael@xxxxxxxx>
mtd: require write permissions for locking and badblock ioctls

Fabian Vogt <fabian@xxxxxxxxxxxxxx>
fotg210-udc: Complete OUT requests on short packets

Fabian Vogt <fabian@xxxxxxxxxxxxxx>
fotg210-udc: Don't DMA more than the buffer can take

Fabian Vogt <fabian@xxxxxxxxxxxxxx>
fotg210-udc: Mask GRP2 interrupts we don't handle

Fabian Vogt <fabian@xxxxxxxxxxxxxx>
fotg210-udc: Remove a dubious condition leading to fotg210_done

Fabian Vogt <fabian@xxxxxxxxxxxxxx>
fotg210-udc: Fix EP0 IN requests bigger than two packets

Fabian Vogt <fabian@xxxxxxxxxxxxxx>
fotg210-udc: Fix DMA on EP0 for length > max packet size

Tong Zhang <ztong0001@xxxxxxxxx>
crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init

Tong Zhang <ztong0001@xxxxxxxxx>
crypto: qat - don't release uninitialized resources

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
usb: gadget: pch_udc: Check for DMA mapping error

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
usb: gadget: pch_udc: Check if driver is present before calling ->setup()

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()

Erwan Le Ray <erwan.leray@xxxxxxxxxxx>
serial: stm32: fix incorrect characters on console

Krzysztof Kozlowski <krzk@xxxxxxxxxx>
ARM: dts: exynos: correct PMIC interrupt trigger level on Snow

Krzysztof Kozlowski <krzk@xxxxxxxxxx>
ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250

Colin Ian King <colin.king@xxxxxxxxxxxxx>
memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
usb: gadget: pch_udc: Revert d3cb25a12138 completely

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entries

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Re-order ALC269 Sony quirk table entries

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Re-order ALC882 Sony quirk table entries

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries

Colin Ian King <colin.king@xxxxxxxxxxxxx>
drm/radeon: fix copy of uninitialized variable back to userspace

Johannes Berg <johannes.berg@xxxxxxxxx>
cfg80211: scan: drop entry from hidden_list on overflow

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()

Zhao Heming <heming.zhao@xxxxxxxx>
md: md_open returns -EBUSY when entering racing area

Christoph Hellwig <hch@xxxxxx>
md: factor out a mddev_find_locked helper from mddev_find

Heming Zhao <heming.zhao@xxxxxxxx>
md-cluster: fix use-after-free issue when removing rdev

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
tracing: Restructure trace_clock_global() to never block

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
tracing: Map all PIDs to command lines

Amey Telawane <ameyt@xxxxxxxxxxxxxx>
tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()

Joel Fernandes <joelaf@xxxxxxxxxx>
tracing: Treat recording comm for idle task as a success

Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
misc: vmw_vmci: explicitly initialize vmci_datagram payload

Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct

Hans de Goede <hdegoede@xxxxxxxxxx>
misc: lis3lv02d: Fix false-positive WARN on various HP models

Maciej W. Rozycki <macro@xxxxxxxxxxx>
FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR

Or Cohen <orcohen@xxxxxxxxxxxxxxxxxxxx>
net/nfc: fix use-after-free llcp_sock_bind/connect

Lin Ma <linma@xxxxxxxxxx>
bluetooth: eliminate the potential race condition when removing the HCI controller

Taehee Yoo <ap420073@xxxxxxxxx>
hsr: use netdev_err() instead of WARN_ONCE()

Archie Pusaka <apusaka@xxxxxxxxxxxx>
Bluetooth: verify AMP hci_chan before amp_destroy

Benjamin Block <bblock@xxxxxxxxxxxxx>
dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails

Joe Thornber <ejt@xxxxxxxxxx>
dm space map common: fix division bug in sm_ll_find_free_block()

Joe Thornber <ejt@xxxxxxxxxx>
dm persistent data: packed struct should have an aligned() attribute too

Dean Anderson <dean@xxxxxxxxxxxx>
usb: gadget/function/f_fs string table fix for multiple languages

Hemant Kumar <hemantk@xxxxxxxxxxxxxx>
usb: gadget: Fix double free of device descriptor pointers

Anirudh Rayabharam <mail@xxxxxxxxxxxxx>
usb: gadget: dummy_hcd: fix gpf in gadget_setup

Peilin Ye <yepeilin.cs@xxxxxxxxx>
media: dvbdev: Fix memory leak in dvb_media_device_free()

Fengnan Chang <changfengnan@xxxxxxxx>
ext4: fix error code in ext4_commit_super

Zhang Yi <yi.zhang@xxxxxxxxxx>
ext4: fix check to prevent false positive report of incorrect used inodes

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
ftrace: Handle commands when closing set_ftrace_filter file

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")

Yang Yang <yang.yang29@xxxxxxxxxx>
jffs2: check the validity of dstlen in jffs2_zlib_compress()

Tony Ambardar <tony.ambardar@xxxxxxxxx>
powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h

Mahesh Salgaonkar <mahesh@xxxxxxxxxxxxx>
powerpc/eeh: Fix EEH handling for hugepages in ioremap space.

lizhe <lizhe67@xxxxxxxxxx>
jffs2: Fix kasan slab-out-of-bounds problem

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFSv4: Don't discard segments marked for return in _pnfs_return_layout()

Davide Caratti <dcaratti@xxxxxxxxxx>
openvswitch: fix stack OOB read while fragmenting IPv4 packets

Bill Wendling <morbo@xxxxxxxxxx>
arm64/vdso: Discard .note.gnu.property sections in vDSO

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
ALSA: sb: Fix two use after free in snd_sb_qsound_build

Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx>
ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer

Bart Van Assche <bvanassche@xxxxxxx>
scsi: libfc: Fix a format specifier

James Smart <jsmart2021@xxxxxxxxx>
scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO response

Guchun Chen <guchun.chen@xxxxxxx>
drm/amdgpu: fix NULL pointer dereference

Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx>
drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal

Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
media: gscpa/stv06xx: fix memory leak

Pavel Skripkin <paskripkin@xxxxxxxxx>
media: dvb-usb: fix memory leak in dvb_usb_adapter_init

Yang Yingliang <yangyingliang@xxxxxxxxxx>
media: i2c: adv7842: fix possible use-after-free in adv7842_remove()

Yang Yingliang <yangyingliang@xxxxxxxxxx>
media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove()

Yang Yingliang <yangyingliang@xxxxxxxxxx>
media: adv7604: fix possible use-after-free in adv76xx_remove()

Yang Yingliang <yangyingliang@xxxxxxxxxx>
power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_remove()

Yang Yingliang <yangyingliang@xxxxxxxxxx>
power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()

Colin Ian King <colin.king@xxxxxxxxxxxxx>
clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return

Muhammad Usama Anjum <musamaanjum@xxxxxxxxx>
media: em28xx: fix memory leak

Ewan D. Milne <emilne@xxxxxxxxxx>
scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()

Bart Van Assche <bvanassche@xxxxxxx>
scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()

dongjian <dongjian@xxxxxxxxxx>
power: supply: Use IRQF_ONESHOT

Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
media: gspca/sq905.c: fix uninitialized variable

Daniel Niv <danielniv3@xxxxxxxxx>
media: media/saa7164: fix saa7164_encoder_register() memory leak bugs

Hans de Goede <hdegoede@xxxxxxxxxx>
extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged

Sean Young <sean@xxxxxxxx>
media: ite-cir: check for receive overflow

Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>
scsi: target: pscsi: Fix warning in pscsi_complete_cmd()

Josef Bacik <josef@xxxxxxxxxxxxxx>
btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s

Yang Yingliang <yangyingliang@xxxxxxxxxx>
phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()

Pavel Machek <pavel@xxxxxx>
intel_th: Consistency and off-by-one fix

Wei Yongjun <weiyongjun1@xxxxxxxxxx>
spi: omap-100k: Fix reference leak to master

Wei Yongjun <weiyongjun1@xxxxxxxxxx>
spi: dln2: Fix reference leak to master

John Millikin <john@xxxxxxxxxxxxxxxxx>
x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)

Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
PCI: PM: Do not read power state in pci_enable_device_flags()

Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx>
usb: xhci: Fix port minor revision

Wesley Cheng <wcheng@xxxxxxxxxxxxxx>
usb: dwc3: gadget: Ignore EP queue requests during bus reset

Pawel Laszczak <pawell@xxxxxxxxxxx>
usb: gadget: uvc: add bInterval checking for HS mode

karthik alapati <mail@xxxxxxxxxxx>
staging: wimax/i2400m: fix byte-order issue

Phillip Potter <phil@xxxxxxxxxxxxxxxx>
fbdev: zero-fill colormap in fbcmap.c

Filipe Manana <fdmanana@xxxxxxxx>
btrfs: fix metadata extent leak after failure to create subvolume

Seunghui Lee <sh043.lee@xxxxxxxxxxx>
mmc: core: Set read only for SD cards with permanent write protect bit

DooHyun Hwang <dh0421.hwang@xxxxxxxxxxx>
mmc: core: Do a power cycle when the CMD11 fails

Jeffrey Mitchell <jeffrey.mitchell@xxxxxxxxxx>
ecryptfs: fix kernel panic with null dev_name

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
arm64: dts: mt8173: fix property typo of 'phys' in dsi node

Mark Langsdorf <mlangsdo@xxxxxxxxxx>
ACPI: custom_method: fix a possible memory leak

Mark Langsdorf <mlangsdo@xxxxxxxxxx>
ACPI: custom_method: fix potential use-after-free issue

Vasily Gorbik <gor@xxxxxxxxxxxxx>
s390/disassembler: increase ebpf disasm buffer size

Mark Pearson <markpearson@xxxxxxxxxx>
platform/x86: thinkpad_acpi: Correct thermal sensor allocation

Chris Chiu <chris.chiu@xxxxxxxxxxxxx>
USB: Add reset-resume quirk for WD19's Realtek Hub

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet

Takashi Iwai <tiwai@xxxxxxx>
ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX

Jiri Kosina <jkosina@xxxxxxx>
iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

Phillip Potter <phil@xxxxxxxxxxxxxxxx>
net: usb: ax88179_178a: initialize local variables before use


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

Diffstat:

Makefile | 4 +-
arch/arc/kernel/entry.S | 4 +-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +-
arch/arm/boot/dts/exynos5250-snow-common.dtsi | 2 +-
arch/arm/kernel/hw_breakpoint.c | 2 +-
arch/arm/mm/cache-v7.S | 51 +++++++++---------
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 +-
arch/arm64/kernel/vdso/vdso.lds.S | 8 ++-
arch/mips/include/asm/div64.h | 55 ++++++++++++++------
arch/mips/pci/pci-legacy.c | 9 +++-
arch/powerpc/Kconfig.debug | 1 +
arch/powerpc/include/uapi/asm/errno.h | 1 +
arch/powerpc/kernel/eeh.c | 11 ++--
arch/powerpc/kernel/iommu.c | 4 +-
arch/powerpc/kernel/prom.c | 2 +-
arch/powerpc/lib/feature-fixups.c | 17 +++++-
arch/powerpc/perf/isa207-common.c | 4 +-
arch/powerpc/platforms/52xx/lite5200_sleep.S | 2 +-
arch/powerpc/platforms/pseries/hotplug-cpu.c | 3 --
arch/powerpc/platforms/pseries/pci_dlpar.c | 4 +-
arch/s390/kernel/dis.c | 2 +-
arch/um/kernel/dyn.lds.S | 6 +++
arch/um/kernel/uml.lds.S | 6 +++
arch/x86/Kconfig | 1 +
arch/x86/Makefile | 1 +
arch/x86/events/amd/iommu.c | 6 +--
arch/x86/kvm/x86.c | 1 +
arch/x86/lib/msr-smp.c | 4 +-
drivers/acpi/custom_method.c | 4 +-
drivers/acpi/scan.c | 1 +
drivers/ata/libahci_platform.c | 4 +-
drivers/ata/pata_arasan_cf.c | 15 ++++--
drivers/ata/pata_ixp4xx_cf.c | 6 ++-
drivers/ata/sata_mv.c | 4 ++
drivers/bus/qcom-ebi2.c | 4 +-
drivers/char/ttyprintk.c | 11 ++++
drivers/clk/samsung/clk-exynos7.c | 7 ++-
drivers/clk/socfpga/clk-gate-a10.c | 1 +
drivers/clk/uniphier/clk-uniphier-mux.c | 4 +-
drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 4 +-
drivers/crypto/qat/qat_c62xvf/adf_drv.c | 4 +-
drivers/crypto/qat/qat_common/adf_isr.c | 29 ++++++++---
drivers/crypto/qat/qat_common/adf_transport.c | 1 +
drivers/crypto/qat/qat_common/adf_vf_isr.c | 17 ++++--
drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 4 +-
drivers/extcon/extcon-arizona.c | 17 +++---
drivers/firmware/Kconfig | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
drivers/gpu/drm/msm/mdp/mdp5/mdp5_cmd_encoder.c | 10 +++-
drivers/gpu/drm/radeon/radeon_atombios.c | 6 +--
drivers/gpu/drm/radeon/radeon_kms.c | 1 +
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-plantronics.c | 60 +++++++++++++++++++++-
drivers/hsi/hsi_core.c | 3 +-
drivers/hv/channel_mgmt.c | 30 +++++++++--
drivers/hwtracing/intel_th/gth.c | 4 +-
drivers/i2c/busses/i2c-cadence.c | 5 +-
drivers/i2c/busses/i2c-emev2.c | 5 +-
drivers/i2c/busses/i2c-jz4780.c | 5 +-
drivers/i2c/busses/i2c-sh7760.c | 5 +-
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 1 +
drivers/infiniband/hw/i40iw/i40iw_pble.c | 6 +--
drivers/input/touchscreen/silead.c | 44 ++++++++++++++--
drivers/isdn/capi/kcapi.c | 4 +-
drivers/md/dm-ioctl.c | 2 +-
drivers/md/dm-rq.c | 2 +
drivers/md/md.c | 43 +++++++++-------
drivers/md/persistent-data/dm-btree-internal.h | 4 +-
drivers/md/persistent-data/dm-space-map-common.c | 2 +
drivers/md/persistent-data/dm-space-map-common.h | 8 +--
drivers/media/dvb-core/dvbdev.c | 1 +
drivers/media/i2c/adv7511-v4l2.c | 2 +-
drivers/media/i2c/adv7604.c | 2 +-
drivers/media/i2c/adv7842.c | 2 +-
drivers/media/pci/saa7164/saa7164-encoder.c | 20 ++++----
drivers/media/platform/vivid/vivid-vid-out.c | 2 +-
drivers/media/rc/ite-cir.c | 8 ++-
drivers/media/tuners/m88rs6000t.c | 6 +--
drivers/media/usb/dvb-usb/dvb-usb-init.c | 20 ++++++--
drivers/media/usb/dvb-usb/dvb-usb.h | 3 +-
drivers/media/usb/em28xx/em28xx-dvb.c | 1 +
drivers/media/usb/gspca/gspca.c | 2 +
drivers/media/usb/gspca/gspca.h | 1 +
drivers/media/usb/gspca/sq905.c | 2 +-
drivers/media/usb/gspca/stv06xx/stv06xx.c | 9 ++++
drivers/memory/omap-gpmc.c | 7 ++-
drivers/misc/kgdbts.c | 26 +++++-----
drivers/misc/lis3lv02d/lis3lv02d.c | 21 ++++++--
drivers/misc/vmw_vmci/vmci_doorbell.c | 2 +-
drivers/misc/vmw_vmci/vmci_guest.c | 2 +-
drivers/mmc/core/core.c | 2 +-
drivers/mmc/core/sd.c | 6 +++
drivers/mtd/mtdchar.c | 8 +--
drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
.../net/ethernet/cavium/liquidio/cn23xx_pf_regs.h | 2 +-
drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 2 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 2 +-
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 2 +-
drivers/net/ethernet/mediatek/mtk_eth_soc.h | 1 +
drivers/net/ethernet/qualcomm/emac/emac-mac.c | 4 +-
.../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 2 +
drivers/net/ethernet/ti/davinci_emac.c | 4 +-
drivers/net/fddi/Kconfig | 15 +++---
drivers/net/fddi/defxx.c | 47 +++++++++++------
drivers/net/usb/ax88179_178a.c | 4 +-
drivers/net/wan/lapbether.c | 32 +++++++++---
drivers/net/wimax/i2400m/op-rfkill.c | 2 +-
drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 +-
drivers/net/wireless/ath/ath9k/hw.c | 2 +-
drivers/net/wireless/intel/ipw2x00/libipw_wx.c | 6 ++-
drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 7 +--
drivers/net/wireless/marvell/mwl8k.c | 1 +
drivers/net/wireless/mediatek/mt7601u/eeprom.c | 2 +-
drivers/net/wireless/wl3501.h | 47 +++++++++--------
drivers/net/wireless/wl3501_cs.c | 54 ++++++++++---------
drivers/nfc/pn533/pn533.c | 3 ++
drivers/of/fdt.c | 12 +----
drivers/pci/hotplug/acpiphp_glue.c | 1 +
drivers/pci/pci.c | 16 ++----
drivers/pci/probe.c | 1 +
drivers/phy/phy-twl4030-usb.c | 2 +-
drivers/platform/x86/thinkpad_acpi.c | 31 +++++++----
drivers/power/supply/generic-adc-battery.c | 2 +-
drivers/power/supply/lp8788-charger.c | 2 +-
drivers/power/supply/pm2301_charger.c | 2 +-
drivers/power/supply/s3c_adc_battery.c | 2 +-
drivers/power/supply/tps65090-charger.c | 2 +-
drivers/power/supply/tps65217_charger.c | 2 +-
drivers/scsi/device_handler/scsi_dh_alua.c | 5 +-
drivers/scsi/jazz_esp.c | 4 +-
drivers/scsi/libfc/fc_lport.c | 2 +-
drivers/scsi/lpfc/lpfc_nportdisc.c | 2 -
drivers/scsi/lpfc/lpfc_sli.c | 1 -
drivers/scsi/qla2xxx/qla_attr.c | 8 ++-
drivers/scsi/sni_53c710.c | 5 +-
drivers/scsi/sun3x_esp.c | 4 +-
drivers/spi/spi-dln2.c | 2 +-
drivers/spi/spi-omap-100k.c | 6 +--
drivers/staging/greybus/uart.c | 2 -
drivers/staging/media/omap4iss/iss.c | 4 +-
drivers/staging/rtl8192u/r8192U_core.c | 2 +-
drivers/target/target_core_pscsi.c | 3 +-
drivers/thermal/fair_share.c | 4 ++
drivers/tty/serial/stm32-usart.c | 12 ++++-
drivers/tty/tty_io.c | 8 +--
drivers/usb/class/cdc-acm.c | 2 -
drivers/usb/core/hub.c | 6 +--
drivers/usb/core/quirks.c | 4 ++
drivers/usb/dwc2/core.h | 2 +
drivers/usb/dwc2/gadget.c | 3 +-
drivers/usb/dwc3/gadget.c | 9 ++++
drivers/usb/gadget/config.c | 4 ++
drivers/usb/gadget/function/f_fs.c | 3 +-
drivers/usb/gadget/function/f_uvc.c | 7 ++-
drivers/usb/gadget/udc/dummy_hcd.c | 23 ++++++---
drivers/usb/gadget/udc/fotg210-udc.c | 26 +++++++---
drivers/usb/gadget/udc/pch_udc.c | 49 ++++++++++++------
drivers/usb/gadget/udc/r8a66597-udc.c | 2 +
drivers/usb/host/fotg210-hcd.c | 4 +-
drivers/usb/host/sl811-hcd.c | 9 ++--
drivers/usb/host/xhci-ext-caps.h | 5 +-
drivers/usb/host/xhci-mem.c | 9 ++++
drivers/usb/host/xhci.c | 6 +--
drivers/video/fbdev/core/fbcmap.c | 8 +--
fs/btrfs/ioctl.c | 18 +++++--
fs/btrfs/relocation.c | 6 +--
fs/ceph/caps.c | 1 +
fs/ceph/inode.c | 1 +
fs/dlm/debug_fs.c | 1 +
fs/ecryptfs/main.c | 6 +++
fs/ext4/ialloc.c | 48 +++++++++++------
fs/ext4/super.c | 6 ++-
fs/f2fs/inline.c | 3 +-
fs/fuse/cuse.c | 2 +
fs/jffs2/compr_rtime.c | 3 ++
fs/jffs2/scan.c | 2 +-
fs/nfs/flexfilelayout/flexfilelayout.c | 2 +-
fs/nfs/inode.c | 8 +--
fs/nfs/nfs42proc.c | 21 +++++---
fs/nfs/pnfs.c | 2 +-
fs/squashfs/file.c | 6 +--
include/linux/extcon/extcon-adc-jack.h | 2 +-
include/linux/hid.h | 2 +
include/linux/tty_driver.h | 2 +-
include/net/bluetooth/hci_core.h | 1 +
include/scsi/libfcoe.h | 2 +-
include/uapi/linux/tty_flags.h | 4 +-
kernel/futex.c | 3 +-
kernel/kexec_file.c | 4 +-
kernel/trace/ftrace.c | 5 +-
kernel/trace/trace.c | 45 +++++++---------
kernel/trace/trace_clock.c | 44 +++++++++++-----
lib/kobject_uevent.c | 9 ++--
lib/stackdepot.c | 6 +--
mm/hugetlb.c | 11 +++-
mm/khugepaged.c | 18 +++----
mm/ksm.c | 1 +
net/bluetooth/hci_event.c | 3 +-
net/bluetooth/hci_request.c | 12 +++--
net/bluetooth/l2cap_core.c | 4 ++
net/hsr/hsr_framereg.c | 3 +-
net/ipv6/ip6_gre.c | 3 --
net/ipv6/ip6_tunnel.c | 3 +-
net/ipv6/ip6_vti.c | 3 +-
net/ipv6/sit.c | 5 +-
net/mac80211/main.c | 7 ++-
net/mac80211/mlme.c | 5 ++
net/netfilter/nf_conntrack_standalone.c | 5 +-
net/nfc/digital_dep.c | 2 +
net/nfc/llcp_sock.c | 4 ++
net/openvswitch/actions.c | 8 +--
net/sctp/sm_make_chunk.c | 2 +-
net/sctp/sm_statefuns.c | 3 +-
net/sctp/socket.c | 38 ++++++++------
net/tipc/netlink_compat.c | 2 +-
net/vmw_vsock/vmci_transport.c | 3 +-
net/wireless/scan.c | 2 +
samples/bpf/tracex1_kern.c | 4 +-
samples/kfifo/bytestream-example.c | 8 ++-
samples/kfifo/inttype-example.c | 8 ++-
samples/kfifo/record-example.c | 8 ++-
scripts/kconfig/nconf.c | 2 +-
sound/core/init.c | 2 -
sound/isa/sb/emu8000.c | 4 +-
sound/isa/sb/sb16_csp.c | 8 ++-
sound/pci/hda/hda_generic.c | 16 ++++--
sound/pci/hda/patch_realtek.c | 21 ++++----
sound/pci/rme9652/hdsp.c | 3 +-
sound/pci/rme9652/hdspm.c | 3 +-
sound/pci/rme9652/rme9652.c | 3 +-
sound/soc/codecs/rt286.c | 23 +++++----
sound/usb/card.c | 14 ++---
sound/usb/quirks-table.h | 10 ++++
sound/usb/quirks.c | 16 ++++--
sound/usb/usbaudio.h | 2 +
tools/perf/util/symbol_fprintf.c | 2 +-
tools/testing/selftests/lib.mk | 4 ++
237 files changed, 1262 insertions(+), 647 deletions(-)