From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72168C47247 for ; Sat, 2 May 2020 06:46:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4DC8421974 for ; Sat, 2 May 2020 06:46:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588402018; bh=rc4rA4GZKwo53l81RVnvD/Mbk/Muemv0hJoIpuQgd5M=; h=From:To:Cc:Subject:Date:List-ID:From; b=nzos3A4Y4tqP6FsL98qV8PdGyjQiOpSQ3p4fqHv/1S77kFhKCBM17+/uVkDabaTW1 TCB4bTqFNCndyQwO3dcM6XfTDSuaiXrWhf0COM3TDtSLXVPwgT+K2PBeOYY6riNCQD rvf6/oNzDEoUNYZwR8aOq4H2Qs/6ef39Dtht7sJo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726842AbgEBGq5 (ORCPT ); Sat, 2 May 2020 02:46:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:59304 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726473AbgEBGq5 (ORCPT ); Sat, 2 May 2020 02:46:57 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A9754206F0; Sat, 2 May 2020 06:46:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588402016; bh=rc4rA4GZKwo53l81RVnvD/Mbk/Muemv0hJoIpuQgd5M=; h=From:To:Cc:Subject:Date:From; b=T8EFFFd29g30fJ3c8VJdrwNGsQB6Z60rFizpQa5ZDBLO97cKsrXBL3iN/p2aaQjfu V2QiAUujDWb41crJnIp/nvftARbTne2ToeAaXcCpZGH1+PkIr50EILwY5aCNQ3px2t Kc5y95W9bB5S+ZL369WeAPqOPiPvXKE7HqLnKUY0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.4 00/70] 4.4.221-rc2 review Date: Sat, 2 May 2020 08:46:53 +0200 Message-Id: <20200502064240.568495432@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.221-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.221-rc2 X-KernelTest-Deadline: 2020-05-04T06:42+00:00 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.4.221 release. There are 70 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 Mon, 04 May 2020 06:40:34 +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.4.221-rc2.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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.221-rc2 Al Viro propagate_one(): mnt_set_mountpoint() needs mount_lock Colin Ian King ext4: unsigned int compared against zero Theodore Ts'o ext4: fix block validity checks for journal inodes using indirect blocks Theodore Ts'o ext4: don't perform block validity checks on the journal inode Theodore Ts'o ext4: protect journal inode's blocks using block_validity Theodore Ts'o ext4: avoid declaring fs inconsistent due to invalid file handles Theodore Ts'o ext4: convert BUG_ON's to WARN_ON's in mballoc.c Juergen Gross xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status Bodo Stroesser scsi: target: fix PR IN / READ FULL STATUS for FC Luke Nelson bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B Ian Rogers perf/core: fix parent pid/tid in task exit events Jason Gunthorpe net/cxgb4: Check the return from t4_query_params properly Nathan Chancellor usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete Liu Jian mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer Miklos Szeredi fuse: fix possibly missed wake-up after abort Xin Long sctp: use right member as the param of list_for_each_entry Clement Leger remoteproc: Fix wrong rvring index computation Udipto Goswami usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() Oliver Neukum UAS: fix deadlock in error handling and PM flushing work Oliver Neukum UAS: no use logging any details in case of ENODEV Malcolm Priestley staging: vt6656: Power save stop wake_up_count wrap around. Malcolm Priestley staging: vt6656: Fix drivers TBTT timing counter. Xiyu Yang staging: comedi: Fix comedi_device refcnt leak in comedi_open Ian Abbott staging: comedi: dt2815: fix writing hi byte of analog output Ahmad Fatoum ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y Gyeongtaek Lee ASoC: dapm: fixup dapm kcontrol widget Paul Moore audit: check the length of userspace generated audit records Alan Stern usb-storage: Add unusual_devs entry for JMicron JMS566 Jiri Slaby tty: rocket, avoid OOB access Andrew Melnychenko tty: hvc: fix buffer overflow during hvc_alloc(). Uros Bizjak KVM: VMX: Enable machine check support for 32bit targets Sean Christopherson KVM: Check validity of resolved slot when searching memslots Alexander Tsoy ALSA: usb-audio: Filter out unsupported sample rates on Focusrite devices Xiyu Yang ALSA: usb-audio: Fix usb audio refcnt leak when getting spdif Takashi Iwai ALSA: usx2y: Fix potential NULL dereference Alan Stern USB: hub: Fix handling of connect changes during sleep Alan Stern USB: core: Fix free-while-in-use bug in the USB S-Glibrary David Mosberger drivers: usb: core: Minimize irq disabling in usb_sg_cancel() David Mosberger drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit. Jonathan Cox USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE Changming Liu USB: sisusbvga: Change port variable from signed to unsigned Piotr Krysiuk fs/namespace.c: fix mountpoint reference counter race Lars-Peter Clausen iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneous mode Lars-Peter Clausen iio: xilinx-xadc: Fix clearing interrupt when enabling trigger Lars-Peter Clausen iio: xilinx-xadc: Fix ADC-B powerdown Takashi Iwai ALSA: hda: Remove ASUS ROG Zenith from the blacklist David Ahern xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish Taehee Yoo team: fix hang in team_mode_get() Eric Dumazet tcp: cache line align MAX_TCP_HEADER Xiyu Yang net/x25: Fix x25_neigh refcnt leak when receiving frame Xiyu Yang net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node Taehee Yoo macvlan: fix null dereference in macvlan_device_event() John Haxby ipv6: fix restrict IPV6_ADDRFORM operation Florian Fainelli pwm: bcm2835: Dynamically allocate base Geert Uytterhoeven pwm: renesas-tpu: Fix late Runtime PM enablement Cornelia Huck s390/cio: avoid duplicated 'ADD' uevents Vasily Averin ipc/util.c: sysvipc_find_ipc() should increase position index Vasily Averin kernel/gcov/fs.c: gcov_seq_next() should increase position index Hans de Goede ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map() Wu Bo scsi: iscsi: Report unbind session event when the target has been removed Geert Uytterhoeven pwm: rcar: Fix late Runtime PM enablement Yan, Zheng ceph: don't skip updating wanted caps when cap is stale Qiujun Huang ceph: return ceph_mdsc_do_request() errors from __get_parent() James Smart scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login Jeremy Sowden vti4: removed duplicate log message. Wei Yongjun crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' static Arnd Bergmann net: ipv4: avoid unused variable warning for sysctl Nicolai Stange net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() Takashi Iwai ALSA: hda - Fix incorrect usage of IS_REACHABLE() Dmitry Monakhov ext4: fix extent_status fragmentation for plain files ------------- Diffstat: Makefile | 4 +- arch/arm/mach-imx/Makefile | 2 + arch/x86/kvm/vmx.c | 2 +- arch/x86/net/bpf_jit_comp.c | 18 +++++++-- drivers/crypto/mxs-dcp.c | 4 +- drivers/iio/adc/xilinx-xadc-core.c | 17 +++++++-- drivers/mtd/chips/cfi_cmdset_0002.c | 6 ++- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 2 +- drivers/net/macvlan.c | 2 +- drivers/net/team/team.c | 4 ++ drivers/pwm/pwm-bcm2835.c | 1 + drivers/pwm/pwm-rcar.c | 10 +++-- drivers/pwm/pwm-renesas-tpu.c | 9 ++--- drivers/remoteproc/remoteproc_core.c | 2 +- drivers/s390/cio/device.c | 13 +++++-- drivers/scsi/lpfc/lpfc_sli.c | 2 + drivers/scsi/scsi_transport_iscsi.c | 4 +- drivers/staging/comedi/comedi_fops.c | 4 +- drivers/staging/comedi/drivers/dt2815.c | 3 ++ drivers/staging/vt6656/int.c | 3 +- drivers/staging/vt6656/main_usb.c | 9 +++-- drivers/target/target_core_fabric_lib.c | 2 +- drivers/tty/hvc/hvc_console.c | 23 +++++++----- drivers/tty/rocket.c | 25 +++++++------ drivers/usb/core/hub.c | 14 +++++++ drivers/usb/core/message.c | 53 ++++++++++++++------------- drivers/usb/core/quirks.c | 4 ++ drivers/usb/gadget/function/f_fs.c | 4 ++ drivers/usb/gadget/udc/bdc/bdc_ep.c | 2 +- drivers/usb/misc/sisusbvga/sisusb.c | 20 +++++----- drivers/usb/misc/sisusbvga/sisusb_init.h | 14 +++---- drivers/usb/storage/uas.c | 46 +++++++++++++++++++++-- drivers/usb/storage/unusual_devs.h | 7 ++++ drivers/xen/xenbus/xenbus_client.c | 9 ++++- fs/ceph/caps.c | 8 +++- fs/ceph/export.c | 5 +++ fs/ext4/block_validity.c | 54 +++++++++++++++++++++++++++ fs/ext4/ext4.h | 15 +++++++- fs/ext4/extents.c | 59 ++++++++++++++++++------------ fs/ext4/ialloc.c | 2 +- fs/ext4/inode.c | 48 +++++++++++++++++------- fs/ext4/ioctl.c | 2 +- fs/ext4/mballoc.c | 6 ++- fs/ext4/namei.c | 4 +- fs/ext4/resize.c | 5 ++- fs/ext4/super.c | 28 +++++--------- fs/fuse/dev.c | 12 ++++-- fs/namespace.c | 2 +- fs/pnode.c | 9 ++--- include/linux/kvm_host.h | 2 +- include/net/tcp.h | 2 +- ipc/util.c | 2 +- kernel/audit.c | 3 ++ kernel/events/core.c | 13 +++++-- kernel/gcov/fs.c | 2 +- net/ipv4/ip_vti.c | 4 +- net/ipv4/raw.c | 4 +- net/ipv4/route.c | 3 +- net/ipv4/xfrm4_output.c | 2 - net/ipv6/ipv6_sockglue.c | 13 +++---- net/ipv6/xfrm6_output.c | 2 - net/netrom/nr_route.c | 1 + net/sctp/socket.c | 6 +-- net/x25/x25_dev.c | 4 +- sound/pci/hda/hda_intel.c | 1 - sound/pci/hda/patch_realtek.c | 2 +- sound/soc/intel/atom/sst-atom-controls.c | 2 + sound/soc/soc-dapm.c | 20 ++++++++-- sound/usb/format.c | 52 ++++++++++++++++++++++++++ sound/usb/mixer_quirks.c | 12 ++++-- sound/usb/usx2y/usbusx2yaudio.c | 2 + 71 files changed, 543 insertions(+), 214 deletions(-)